#include <LightApp_WgViewModel.h>
|
| enum | HotOperation { PAN,
ZOOM,
ROTATE,
FIT_AREA
} |
| |
| enum | InteractionStyle { STANDARD,
KEY_FREE
} |
| |
typedef QMap< HotOperation,
Qt::KeyboardModifiers > | StatesMap |
| |
typedef QMap< HotOperation,
Qt::MouseButtons > | ButtonsMap |
| |
typedef QMap< InteractionStyle,
StatesMap > | InteractionStyle2StatesMap |
| |
typedef QMap< InteractionStyle,
ButtonsMap > | InteractionStyle2ButtonsMap |
| |
| static void | setHotButton (InteractionStyle theInteractionStyle, HotOperation theOper, Qt::KeyboardModifiers theState, Qt::MouseButtons theButton) |
| |
| static void | getHotButton (InteractionStyle theInteractionStyle, HotOperation theOper, Qt::KeyboardModifiers &theState, Qt::MouseButtons &theButton) |
| |
| static InteractionStyle2StatesMap | myStateMap |
| |
| static InteractionStyle2ButtonsMap | myButtonMap |
| |
| SUIT_ViewManager * | myViewManager |
| |
| LightApp_WgViewModel::LightApp_WgViewModel |
( |
const QString & |
type, |
|
|
QWidget * |
w |
|
) |
| |
| LightApp_WgViewModel::~LightApp_WgViewModel |
( |
| ) |
|
|
virtual |
Create new instance of view window on desktop theDesktop.
- Return values
-
| SUIT_ViewWindow* | - created view window pointer. |
Reimplemented from SUIT_ViewModel.
References myCreated, and myWidget.
| QString LightApp_WgViewModel::getType |
( |
| ) |
const |
|
virtual |
| bool LightApp_WgViewModel::myCreated |
|
private |
| QString LightApp_WgViewModel::myType |
|
private |
| QWidget* LightApp_WgViewModel::myWidget |
|
private |
The documentation for this class was generated from the following files: