MeVisLab Scripting Reference
|
Inherits QGraphicsWidget.
Public Slots | |
Scripting | |
| |
void | startShowing () |
void | startHiding () |
void | setExitMargin (int margin) |
void | setEnterArea (Qt::Alignment alignment, int size) |
void | setEnterAreaItem (Qt::Alignment alignment, QGraphicsItem *item) |
void | setTransitionAlignment (Qt::Alignment alignment) |
void | setTransitionEasingCurve (QEasingCurve::Type type) |
void | updateSizeHints () |
void | setTransitions (Transition enter, Transition exit) |
void | setTransition (Transition enterExit) |
void | setTransitionDuration (int ms) |
void | setHideDelay (int ms) |
void | setHideOnLeave (bool flag) |
HotArea graphics view item.
|
slot |
Sets the placement of the enter area and its size (either its width or height or both, depending on the alignment).
|
slot |
Sets the item that is used as the enter area.
|
slot |
Sets the margin of the exit zone (how much bigger the zone is).
|
slot |
Sets the delay before the area is hidden when it is exited.
|
slot |
Sets whether the contained widget is hidden if the area is exited.
|
slot |
Sets the same enter and exit transition.
|
slot |
Sets from where the fly transition is taking place (default is to use the above alignments.
|
slot |
Sets the transition duration.
|
slot |
Sets the easing curve to use for the transition.
|
slot |
Sets the separate enter and exit transitions.
|
slot |
Starts hiding of the area.
|
slot |
Starts showing of the area.
|
slot |
Updates the size hints from the inner widget.