HUtilitySubwindow.h
Interface of the HSubwindow class
Interface of the HSubwindow2 class
Content
Classes
The HSubwindow class encapsulates interactive floating subwindows. |
Macro definitions
The basic window type. |
|
The subwindow acts as a magnifying glass. |
|
The subwindow can take snapshots of the scene. |
|
The subwindow acts as a view into the scene where the directiona and extent can be controlled by a pointer. |
|
There is no subwindow action. |
|
Subwindow action is move. |
|
Subwindow action is resizing. |
|
Subwindow action is manifying. |
|
Subwindow action is moving the pointer. |
|
Subwindow action is dragging the scene inside the subwindow. |
|
Subwindow has borders. |
|
Subwindow has a resize area. |
|
Subwindow can be moved. |
|
Subwindow allows the scene to be moved inside the window. |
|
Subwindow has a close button. |
|
Subwindow has a magnifier slider. |
|
Subwindow has a shadow. |
Macro definitions
-
SUBWINDOW_NOTYPE
The basic window type.
-
SUBWINDOW_MAGNIFIER
The subwindow acts as a magnifying glass.
-
SUBWINDOW_SNAPSHOT
The subwindow can take snapshots of the scene.
-
SUBWINDOW_POINTER
The subwindow acts as a view into the scene where the directiona and extent can be controlled by a pointer.
-
SW_ACTION_NOACTION
There is no subwindow action.
-
SW_ACTION_MOVE
Subwindow action is move.
-
SW_ACTION_SIZING
Subwindow action is resizing.
-
SW_ACTION_MAGNIFYING
Subwindow action is manifying.
-
SW_ACTION_POINTERMOVE
Subwindow action is moving the pointer.
-
SW_ACTION_DRAGGING
Subwindow action is dragging the scene inside the subwindow.
-
SW_BORDER
Subwindow has borders.
-
SW_SIZE_FIELD
Subwindow has a resize area.
-
SW_MOVE_FIELD
Subwindow can be moved.
-
SW_DRAG_FIELD
Subwindow allows the scene to be moved inside the window.
-
SW_DELETE_FIELD
Subwindow has a close button.
-
SW_MAGNIFIER_FIELD
Subwindow has a magnifier slider.
-
SW_BACKGROUND_BOX
Subwindow has a shadow.