|
| | uiObjBodyImpl (C &hndle, uiParent *parnt, const char *nm) |
| |
| virtual void | closeEvent (QCloseEvent *e) |
| |
| virtual void | fontChange (const QFont &oldFont) |
| |
| virtual const QWidget * | qwidget_ () const |
| |
| virtual void | setFont (const QFont &) |
| |
Public Member Functions inherited from uiObjectBody |
| virtual | ~uiObjectBody () |
| |
| virtual uiSize | actualSize (bool include_border=true) const |
| |
| void | attach (constraintType t, uiParent *other=0, int m=-1, bool r=true) |
| |
| void | attach (constraintType, uiObject *other=0, int margin=-1, bool reciprocal=true) |
| |
| void | display (bool yn, bool shrink=false, bool maximized=false) |
| |
| virtual void | finalise () |
| |
| virtual bool | finalised () const |
| |
| virtual void | fontchanged () |
| |
| int | fontHeight () const |
| |
| int | fontWidth (bool max=false) const |
| |
| int | fontWidthFor (const char *) const |
| |
| int | fontWidthFor (const uiString &) const |
| |
| bool | isDisplayed () const |
| |
| bool | isHidden () |
| |
| bool | itemInited () const |
| |
| const i_LayoutItem * | layoutItem () |
| |
| virtual uiSize | minimumSize () const |
| |
| i_LayoutItem * | mkLayoutItem (i_LayoutMngr &) |
| |
| virtual int | nrTxtLines () const |
| |
| float | prefHeightInCharSet () const |
| |
| int | prefHNrPics () const |
| |
| int | prefVNrPics () const |
| |
| float | prefWidthInCharSet () const |
| |
| virtual void | reDraw (bool) |
| |
| void | reParent (uiParentBody *pb) |
| |
| void | setHSzPol (uiObject::SzPolicy) |
| |
| void | setMaximumHeight (int) |
| |
| void | setMaximumWidth (int) |
| |
| void | setMinimumHeight (int) |
| |
| void | setMinimumWidth (int) |
| |
| void | setPrefHeight (int) |
| |
| void | setPrefHeightInChar (float) |
| |
| void | setPrefWidth (int) |
| |
| void | setPrefWidthInChar (float) |
| |
| void | setShrinkAllowed (bool yn) |
| |
| void | setStretch (int, int) |
| |
| void | setToolTip (const uiString &) |
| |
| void | setVSzPol (uiObject::SzPolicy) |
| |
| bool | shrinkAllowed () |
| |
| virtual int | stretch (bool, bool retUndef=false) const |
| |
| uiObject::SzPolicy | szPol (bool hor=true) const |
| |
| Color | uibackgroundColor () const |
| |
| bool | uiCloseOK () |
| |
| const uiFont * | uifont () const |
| |
| bool | uihasFocus () const |
| |
| bool | uisensitive () const |
| |
| void | uisetBackgroundColor (const Color &) |
| |
| void | uisetBackgroundPixmap (const uiPixmap &) |
| |
| void | uisetCaption (const uiString &) |
| |
| void | uisetFocus () |
| |
| void | uisetFont (const uiFont &) |
| |
| void | uisetSensitive (bool yn=true) |
| |
| void | uisetTextColor (const Color &) |
| |
| bool | uivisible () const |
| |
Public Member Functions inherited from uiBody |
| virtual | ~uiBody () |
| |
| virtual void | clear () |
| |
| QWidget * | qwidget () |
| | can return 0 More...
|
| |
| const QWidget * | qwidget () const |
| | can return 0 More...
|
| |
| | NamedCallBacker (const char *nm=0) |
| |
| | NamedCallBacker (const NamedCallBacker &) |
| |
| virtual Notifier< NamedCallBacker > & | objectToBeDeleted () const |
| |
| bool | operator== (const NamedCallBacker &oth) const |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| | CallBacker () |
| |
| | CallBacker (const CallBacker &) |
| |
| virtual | ~CallBacker () |
| |
| bool | attachCB (const NotifierAccess &, const CallBack &, bool onlyifnew=false) const |
| |
| bool | attachCB (const NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) const |
| |
| void | detachAllNotifiers () const |
| | Call from the destructor of your inherited object. More...
|
| |
| void | detachCB (const NotifierAccess &, const CallBack &) const |
| |
| void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
| |
| virtual bool | isCapsule () const |
| |
| bool | isNotifierAttached (const NotifierAccess *) const |
| | Only for debugging purposes, don't use. More...
|
| |
| void | stopReceivingNotifications () const |
| |
| | NamedObject (const char *nm=nullptr) |
| |
| | NamedObject (const NamedObject &oth) |
| |
| virtual | ~NamedObject () |
| |
| virtual BufferString | getName () const |
| |
| bool | getNameFromPar (const IOPar &) |
| |
| virtual const name_type & | name () const |
| |
| NamedObject & | operator= (const NamedObject &) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual void | setName (const char *nm) |
| |
| virtual | ~ObjectWithName () |
| |
| bool | hasName (const char *nm) const |
| |
| bool | hasName (const name_type &nm) const |
| |
| void | putNameInPar (IOPar &) const |
| |
template<class C, class T>
class uiObjBodyImpl< C, T >
Default (Template) implementation of uiObjectBody.
<>