This visually prepresents the state. More...
#include <stateboxgraphic.h>
Inherits SelectableBoxGraphic.
Public Member Functions | |
StateBoxGraphic (QGraphicsObject *parent, SCState *state) | |
~StateBoxGraphic () | |
void | setGridSpace (int space) |
void | setSize (QPoint size) |
set the size of this object | |
QString | getPositionAsString () |
QString | getSizeAsString () |
void | getSize (QPoint &size) |
void | setHighlighted (bool) |
Public Attributes | |
SelectableTextBlock | TextItem |
text to go in the title area. |
This visually prepresents the state.
StateBoxGraphic::StateBoxGraphic | ( | QGraphicsObject * | parent, | |
SCState * | state | |||
) |
StateBoxGraphic::~StateBoxGraphic | ( | ) |
QString StateBoxGraphic::getPositionAsString | ( | ) |
Reimplemented from SelectableBoxGraphic.
void StateBoxGraphic::getSize | ( | QPoint & | size | ) |
Reimplemented from SelectableBoxGraphic.
QString StateBoxGraphic::getSizeAsString | ( | ) |
Reimplemented from SelectableBoxGraphic.
void StateBoxGraphic::setGridSpace | ( | int | space | ) |
void StateBoxGraphic::setHighlighted | ( | bool | on | ) |
Reimplemented from SelectableBoxGraphic.
void StateBoxGraphic::setSize | ( | QPoint | size | ) | [virtual] |
set the size of this object
Reimplemented from SelectableBoxGraphic.
text to go in the title area.