MeVisLab Scripting Reference
|
#include <mlabGraphicsHotAreaLayer.h>
Inherits QGraphicsWidget.
Public Slots | |
Scripting | |
| |
MLABGraphicsHotArea * | addHotArea (QGraphicsWidget *widget, Qt::Alignment alignment, int enterAreaSize) |
MLABGraphicsHotArea * | addHotArea (QGraphicsWidget *widget, Qt::Alignment alignment, QGraphicsItem *enterAreaItem) |
A layer to contain hot areas.
|
slot |
add a new hot area that shows/hides the given widget, the area is placed at the given alignment and has a size of enterAreaSize
pixels.
|
slot |
add a new hot area that shows/hides the given widget, the area is placed at the given alignment and the enterAreaItem
is used as the activation area.