Inherits MLABWidgetControl.
Public Slots | |
Scripting access | |
| QRect | getControlFrame (MLABWidgetControl *control) |
| QPoint | getPos (MLABWidgetControl *control) |
| QSize | getSize (MLABWidgetControl *control) |
| bool | setControlFrame (MLABWidgetControl *control, int x, int y, int w, int h) |
| bool | setControlFrame (MLABWidgetControl *control, QRect r) |
| bool | setControlPos (MLABWidgetControl *control, int x, int y) |
| bool | setControlPos (MLABWidgetControl *control, QPoint p) |
| bool | setControlSize (MLABWidgetControl *control, int w, int h) |
| bool | setControlSize (MLABWidgetControl *control, QSize s) |
This control is a layouter that can have children at arbitraty positions.
MDL reference: FreeFloat
| QRect MLABFreeFloatControl::getControlFrame | ( | MLABWidgetControl * | control | ) | [slot] |
Returns Controls Frame-Rect.
| QPoint MLABFreeFloatControl::getPos | ( | MLABWidgetControl * | control | ) | [slot] |
Returns Controls Position.
| QSize MLABFreeFloatControl::getSize | ( | MLABWidgetControl * | control | ) | [slot] |
Returns Controls Size.
| bool MLABFreeFloatControl::setControlFrame | ( | MLABWidgetControl * | control, | |
| int | x, | |||
| int | y, | |||
| int | w, | |||
| int | h | |||
| ) | [slot] |
Set controls geometry (Size+Position) Returns false on error (e.g.
widget is not managed by this layouter)
| bool MLABFreeFloatControl::setControlFrame | ( | MLABWidgetControl * | control, | |
| QRect | r | |||
| ) | [slot] |
Set controls geometry (Size+Position) Returns false on error (e.g.
widget is not managed by this layouter)
| bool MLABFreeFloatControl::setControlPos | ( | MLABWidgetControl * | control, | |
| int | x, | |||
| int | y | |||
| ) | [slot] |
Set controls Position Returns false on error (e.g.
widget is not managed by this layouter)
| bool MLABFreeFloatControl::setControlPos | ( | MLABWidgetControl * | control, | |
| QPoint | p | |||
| ) | [slot] |
Set controls Position Returns false on error (e.g.
widget is not managed by this layouter)
| bool MLABFreeFloatControl::setControlSize | ( | MLABWidgetControl * | control, | |
| int | w, | |||
| int | h | |||
| ) | [slot] |
Set controls Size Returns false on error (e.g.
widget is not managed by this layouter)
| bool MLABFreeFloatControl::setControlSize | ( | MLABWidgetControl * | control, | |
| QSize | s | |||
| ) | [slot] |
Set controls Size Returns false on error (e.g.
widget is not managed by this layouter)
1.5.8