|
| enum | MouseState {
MouseOut,
MouseHorResize,
MouseVerResize,
MouseDiagResize,
MouseDragOpen,
MouseDragClose,
MouseCreateLink,
MouseIn
} |
| |
|
|
| MainVertexBlock (GroupParamRepresentation *parent) |
| |
|
MouseState | getState () const |
| |
|
void | setState (MouseState newState) |
| |
|
void | updateMouseState (const QPoint &pos) |
| |
|
|
virtual void | mouseMoveEvent (QMouseEvent *) |
| |
|
virtual void | paintEvent (QPaintEvent *) |
| |
|
virtual void | enterEvent (QEvent *) |
| |
|
virtual void | leaveEvent (QEvent *) |
| |
The documentation for this class was generated from the following files:
- D:/Travail/ProjetPerso/imGraph/IHM/view/VertexRepresentation.h
- D:/Travail/ProjetPerso/imGraph/IHM/view/VertexRepresentation.cpp