#include <QtViewer_ViewFrame.h>
|
| void | keyPressed (QKeyEvent *) |
| |
| void | keyReleased (QKeyEvent *) |
| |
| void | mousePressed (QMouseEvent *) |
| |
| void | mouseMoving (QMouseEvent *) |
| |
| void | mouseReleased (QMouseEvent *) |
| |
| void | mouseDoubleClicked (QMouseEvent *) |
| |
| void | wheeling (QWheelEvent *) |
| |
| void | sketchingFinished (QPainterPath) |
| |
| void | Show (QShowEvent *) |
| |
| void | Hide (QHideEvent *) |
| |
| void | tryClosing (SUIT_ViewWindow *) |
| |
| void | closing (SUIT_ViewWindow *) |
| |
| void | mousePressed (SUIT_ViewWindow *, QMouseEvent *) |
| |
| void | mouseReleased (SUIT_ViewWindow *, QMouseEvent *) |
| |
| void | mouseDoubleClicked (SUIT_ViewWindow *, QMouseEvent *) |
| |
| void | mouseMoving (SUIT_ViewWindow *, QMouseEvent *) |
| |
| void | wheeling (SUIT_ViewWindow *, QWheelEvent *) |
| |
| void | keyPressed (SUIT_ViewWindow *, QKeyEvent *) |
| |
| void | keyReleased (SUIT_ViewWindow *, QKeyEvent *) |
| |
| void | contextMenuRequested (QContextMenuEvent *e) |
| |
| void | viewModified (SUIT_ViewWindow *) |
| |
| void | vpStartRotate (int, int, qint64) |
| |
| void | vpRotate (int, int, qint64) |
| |
| void | vpEndRotate (int, int, qint64) |
| |
◆ anonymous enum
| Enumerator |
|---|
| DumpId | |
| FitAllId | |
| FitRectId | |
| FitSelectId | |
| ZoomId | |
| PanId | |
| GlobalPanId | |
| ResetId | |
◆ QtViewer_ViewFrame()
◆ ~QtViewer_ViewFrame()
| QtViewer_ViewFrame::~QtViewer_ViewFrame |
( |
| ) |
|
◆ contextMenuEvent
| void QtViewer_ViewFrame::contextMenuEvent |
( |
QContextMenuEvent * |
e | ) |
|
|
privateslot |
◆ createActions()
| void QtViewer_ViewFrame::createActions |
( |
| ) |
|
|
protectedvirtual |
References DumpId, FitAllId, FitRectId, FitSelectId, GlobalPanId, QtxResourceMgr::loadPixmap(), SUIT_ViewWindow::onDumpView(), onViewFitAll(), onViewFitArea(), onViewFitSelect(), onViewGlobalPan(), onViewPan(), onViewZoom(), PanId, QtxActionMgr::registerAction(), SUIT_Session::resourceMgr(), SUIT_Session::session(), SUIT_ViewWindow::toolMgr(), and ZoomId.
◆ createToolBar()
| void QtViewer_ViewFrame::createToolBar |
( |
| ) |
|
|
protectedvirtual |
References SUIT_ViewWindow::action(), QtxActionToolMgr::append(), QtxActionToolMgr::createToolBar(), DumpId, FitAllId, FitRectId, FitSelectId, GlobalPanId, QtxActionSet::insertAction(), PanId, ResetId, SUIT_ViewWindow::toolMgr(), and ZoomId.
◆ dumpView()
| QImage QtViewer_ViewFrame::dumpView |
( |
| ) |
|
|
virtual |
◆ dumpViewToFormat()
| bool QtViewer_ViewFrame::dumpViewToFormat |
( |
const QImage & |
img, |
|
|
const QString & |
fileName, |
|
|
const QString & |
format |
|
) |
| |
|
protectedvirtual |
◆ filter()
| QString QtViewer_ViewFrame::filter |
( |
| ) |
const |
|
protectedvirtual |
◆ getViewer()
◆ getViewPort()
◆ getVisualParameters()
| QString QtViewer_ViewFrame::getVisualParameters |
( |
| ) |
|
|
virtual |
◆ Hide
| void QtViewer_ViewFrame::Hide |
( |
QHideEvent * |
| ) |
|
|
signal |
◆ hideEvent
| void QtViewer_ViewFrame::hideEvent |
( |
QHideEvent * |
theEvent | ) |
|
|
virtualslot |
Handle hide event.
Emits Hide() signal.
- Parameters
-
References Hide().
◆ keyEvent
| void QtViewer_ViewFrame::keyEvent |
( |
QKeyEvent * |
e | ) |
|
|
privateslot |
◆ keyPressed
| void QtViewer_ViewFrame::keyPressed |
( |
QKeyEvent * |
| ) |
|
|
signal |
◆ keyReleased
| void QtViewer_ViewFrame::keyReleased |
( |
QKeyEvent * |
| ) |
|
|
signal |
◆ mouseDoubleClicked
| void QtViewer_ViewFrame::mouseDoubleClicked |
( |
QMouseEvent * |
| ) |
|
|
signal |
◆ mouseEvent
| void QtViewer_ViewFrame::mouseEvent |
( |
QMouseEvent * |
e | ) |
|
|
privateslot |
◆ mouseMoving
| void QtViewer_ViewFrame::mouseMoving |
( |
QMouseEvent * |
| ) |
|
|
signal |
◆ mousePressed
| void QtViewer_ViewFrame::mousePressed |
( |
QMouseEvent * |
| ) |
|
|
signal |
◆ mouseReleased
| void QtViewer_ViewFrame::mouseReleased |
( |
QMouseEvent * |
| ) |
|
|
signal |
◆ onViewFitAll
| void QtViewer_ViewFrame::onViewFitAll |
( |
| ) |
|
|
protectedslot |
◆ onViewFitArea
| void QtViewer_ViewFrame::onViewFitArea |
( |
| ) |
|
|
protectedslot |
◆ onViewFitSelect
| void QtViewer_ViewFrame::onViewFitSelect |
( |
| ) |
|
|
protectedslot |
◆ onViewGlobalPan
| void QtViewer_ViewFrame::onViewGlobalPan |
( |
| ) |
|
|
protectedslot |
◆ onViewPan
| void QtViewer_ViewFrame::onViewPan |
( |
| ) |
|
|
protectedslot |
◆ onViewReset
| void QtViewer_ViewFrame::onViewReset |
( |
| ) |
|
|
protectedslot |
◆ onViewZoom
| void QtViewer_ViewFrame::onViewZoom |
( |
| ) |
|
|
protectedslot |
◆ setVisualParameters()
| void QtViewer_ViewFrame::setVisualParameters |
( |
const QString & |
parameters | ) |
|
|
virtual |
Sets visual parameters of window by its string representation
- Parameters
-
| parameters | - string with visual parameters |
Reimplemented from SUIT_ViewWindow.
References myViewPort.
◆ Show
| void QtViewer_ViewFrame::Show |
( |
QShowEvent * |
| ) |
|
|
signal |
◆ showEvent
| void QtViewer_ViewFrame::showEvent |
( |
QShowEvent * |
theEvent | ) |
|
|
virtualslot |
Handle show event.
Emits Show() signal.
- Parameters
-
References Show().
◆ sketchingFinished
| void QtViewer_ViewFrame::sketchingFinished |
( |
QPainterPath |
| ) |
|
|
signal |
◆ wheelEvent
| void QtViewer_ViewFrame::wheelEvent |
( |
QWheelEvent * |
e | ) |
|
|
privateslot |
◆ wheeling
| void QtViewer_ViewFrame::wheeling |
( |
QWheelEvent * |
| ) |
|
|
signal |
◆ myViewer
◆ myViewPort
The documentation for this class was generated from the following files: