|
| | uiParentBody (const char *nm) |
| |
| virtual | ~uiParentBody () |
| |
| virtual void | addChild (uiBaseObject &child) |
| |
| void | manageChld (uiBaseObject &child, uiObjectBody &b) |
| | child becomes mine. More...
|
| |
| virtual void | attachChild (constraintType tp, uiObject *child, uiObject *other, int margin, bool reciprocal)=0 |
| |
| const ObjectSet< uiBaseObject > * | childList () const |
| |
| bool | finalised () const |
| |
| virtual void | finalise () |
| |
| void | finaliseChildren () |
| |
| void | clearChildren () |
| |
| const | mQtclass (QWidget *) managewidg() const |
| | widget to be used as parent for QWidgets More...
|
| |
| | mQtclass (QWidget *) managewidg() |
| | widget to be used as parent for QWidgets More...
|
| |
| | NamedObject (const char *nm=0) |
| |
| | NamedObject (const NamedObject *linkedto) |
| |
| | NamedObject (const NamedObject &) |
| |
| virtual | ~NamedObject () |
| |
| void | setLinkedTo (NamedObject *) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual const OD::String & | name () const |
| |
| virtual const OD::String & | annotName () const |
| |
| virtual void | setName (const char *) |
| |
| void | setCleanName (const char *) |
| | cleans string first More...
|
| |
| void | deleteNotify (const CallBack &) |
| |
| | CallBacker () |
| |
| | CallBacker (const CallBacker &) |
| |
| virtual | ~CallBacker () |
| |
| bool | attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false) |
| |
| bool | attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) |
| |
| void | detachCB (NotifierAccess &, const CallBack &) |
| |
| void | detachCB (NotifierAccess *notif, const CallBack &cb) |
| |
| bool | isNotifierAttached (NotifierAccess *) const |
| | Only for debugging purposes, don't use. More...
|
| |