#include <GITransition.h>
Inheritance diagram for GITransition::
Public Methods | |
GITransition () | |
Constructor. | |
GITransition (State *, GState *) | |
Constructor. More... | |
~GITransition () | |
Destructor. | |
void | getEndPos (double &x, double &y) |
Gets coordinates of end point. | |
void | setEndPos (double x, double y) |
Sets coordinates of end point. | |
void | setEndPosX (double x) |
Sets the x coordinate of the end point. | |
void | setEndPosY (double y) |
Sets the y coordinate of the end point. | |
void | move (double, double) |
Moves object by x rightwards and y downwards. | |
bool | contains (double, double) |
Checks if a point lies upon the initial transition. More... | |
int | onControlPoint (double, double, double) |
Checks if a point lies upon one of the control points. More... | |
QString | getToolTipInfo () |
Returns the tooltip string for this object. | |
QRect | getToolTipRect (const QPoint &) |
Returns the tooltip rectangle. | |
Private Attributes | |
double | endx |
End x position. | |
double | endy |
End y position. |
|
Constructor. Initialises GITransition object.
|
|
Checks if a point lies upon the initial transition.
|
|
Checks if a point lies upon one of the control points.
|