MLABFreeFloatControl Class Reference
[GUI Controls]

FreeFloat control. More...

Inherits MLABWidgetControl.

List of all members.

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)


Detailed Description

FreeFloat control.

This control is a layouter that can have children at arbitraty positions.

MDL reference: FreeFloat


Member Function Documentation

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)


Generated on Sat Sep 3 18:38:02 2011 for MeVisLab Scripting Reference by  doxygen 1.5.8