Public Member Functions | |
| uiGroup (uiParent *, const char *nm="uiGroup", bool manage=true) | |
| virtual | ~uiGroup () |
| operator const uiGroupObj * () const | |
| operator uiGroupObj * () | |
| operator const uiObject & () const | |
| operator uiObject & () | |
| uiObject * | attachObj () |
| const uiObject * | attachObj () const |
| void | setHSpacing (int) |
| void | setVSpacing (int) |
| void | setSpacing (int s=0) |
| void | setBorder (int) |
| void | setFrame (bool yn=true) |
| void | setNoBackGround () |
| uiObject * | hAlignObj () |
| void | setHAlignObj (uiObject *o) |
| void | setHAlignObj (uiGroup *o) |
| uiObject * | hCentreObj () |
| void | setHCentreObj (uiObject *o) |
| void | setHCentreObj (uiGroup *o) |
| void | setIsMain (bool) |
| internal use only. Tells the layout manager it's a toplevel mngr. | |
| virtual uiMainWin * | mainwin () |
| void | setChildrenSensitive (bool) |
Static Public Member Functions | |
| static uiGroup * | gtDynamicCastToGrp (QWidget *) |
Protected Member Functions | |
| virtual uiObject * | mainobject () |
| virtual void | attach_ (constraintType, uiObject *oth, int margin=-1, bool reciprocal=true) |
| virtual void | reDraw_ (bool deep) |
| void | setShrinkAllowed (bool) |
| bool | shrinkAllowed () |
| void | bodyDel (CallBacker *) |
| void | uiobjDel (CallBacker *) |
| void | setFrameStyle (int) |
Protected Attributes | |
| uiGroupObj * | grpobj_ |
| uiGroupParentBody * | body_ |
Friends | |
| class | uiGroupObjBody |
| class | uiGroupParentBody |
| class | uiGroupObj |
| class | uiMainWin |
| class | uiTabStack |
| uiGroup::uiGroup | ( | uiParent * | , | |
| const char * | nm = "uiGroup", |
|||
| bool | manage = true | |||
| ) |
| virtual uiGroup::~uiGroup | ( | ) | [virtual] |
| virtual void uiGroup::attach_ | ( | constraintType | , | |
| uiObject * | oth, | |||
| int | margin = -1, |
|||
| bool | reciprocal = true | |||
| ) | [protected, virtual] |
Reimplemented from uiParent.
| uiObject* uiGroup::attachObj | ( | ) | [inline] |
| const uiObject* uiGroup::attachObj | ( | ) | const [inline] |
| void uiGroup::bodyDel | ( | CallBacker * | ) | [protected] |
| static uiGroup* uiGroup::gtDynamicCastToGrp | ( | QWidget * | ) | [static] |
| uiObject* uiGroup::hAlignObj | ( | ) |
| uiObject* uiGroup::hCentreObj | ( | ) |
| uiGroup::operator const uiGroupObj * | ( | ) | const [inline] |
| uiGroup::operator const uiObject & | ( | ) | const [inline] |
| uiGroup::operator uiGroupObj * | ( | ) | [inline] |
| uiGroup::operator uiObject & | ( | ) | [inline] |
| virtual void uiGroup::reDraw_ | ( | bool | deep | ) | [inline, protected, virtual] |
| void uiGroup::setBorder | ( | int | ) |
| void uiGroup::setChildrenSensitive | ( | bool | ) |
| void uiGroup::setFrame | ( | bool | yn = true |
) |
| void uiGroup::setFrameStyle | ( | int | ) | [protected] |
| void uiGroup::setHAlignObj | ( | uiGroup * | o | ) | [inline] |
| void uiGroup::setHAlignObj | ( | uiObject * | o | ) |
| void uiGroup::setHCentreObj | ( | uiObject * | o | ) |
| void uiGroup::setHCentreObj | ( | uiGroup * | o | ) | [inline] |
| void uiGroup::setHSpacing | ( | int | ) |
| void uiGroup::setIsMain | ( | bool | ) |
internal use only. Tells the layout manager it's a toplevel mngr.
| void uiGroup::setNoBackGround | ( | ) |
| void uiGroup::setShrinkAllowed | ( | bool | ) | [protected] |
| void uiGroup::setSpacing | ( | int | s = 0 |
) | [inline] |
| void uiGroup::setVSpacing | ( | int | ) |
| bool uiGroup::shrinkAllowed | ( | ) | [protected] |
| void uiGroup::uiobjDel | ( | CallBacker * | ) | [protected] |
friend class uiGroupObj [friend] |
friend class uiGroupObjBody [friend] |
friend class uiGroupParentBody [friend] |
friend class uiMainWin [friend] |
friend class uiTabStack [friend] |
uiGroupParentBody* uiGroup::body_ [protected] |
Reimplemented from uiBaseObject.
uiGroupObj* uiGroup::grpobj_ [protected] |
1.7.1