

Public Member Functions | |
| VarBox (intf_thread_t *pIntf, int width=0, int height=0) | |
| virtual | ~VarBox () |
| virtual const string & | getType () const |
| Get the variable type. | |
| virtual int | getWidth () const |
| Get the size of the box. | |
| virtual int | getHeight () const |
| void | setSize (int width, int height) |
| Change the size of the box. | |
| VarBox::VarBox | ( | intf_thread_t * | pIntf, | |
| int | width = 0, |
|||
| int | height = 0 | |||
| ) |
| virtual VarBox::~VarBox | ( | ) | [inline, virtual] |
| virtual const string& VarBox::getType | ( | ) | const [inline, virtual] |
| int VarBox::getWidth | ( | ) | const [virtual] |
| int VarBox::getHeight | ( | ) | const [virtual] |
Implements Box.
| void VarBox::setSize | ( | int | width, | |
| int | height | |||
| ) |
1.5.6