|
| | uiStratLithoBox (uiParent *) |
| |
| | uiStratLithoBox (uiParent *, const uiListBox::Setup &) |
| |
| | ~uiStratLithoBox () |
| |
| | uiListBox (uiParent *, const BufferStringSet &, const char *nm, OD::ChoiceMode cm, int prefNrLines=0, int prefFieldWidth=0) |
| |
| | uiListBox (uiParent *, const BufferStringSet &, const char *nm=0) |
| |
| | uiListBox (uiParent *, const char *nm=0, OD::ChoiceMode cm=OD::ChooseOnlyOne) |
| |
| | uiListBox (uiParent *, const Setup &, const char *nm=0) |
| |
| | uiListBox (uiParent *, const uiStringSet &, const char *nm, OD::ChoiceMode cm, int prefNrLines=0, int prefFieldWidth=0) |
| |
| virtual | ~uiListBox () |
| |
| void | addItem (const char *str, bool marked=false, int id=-1) |
| |
| void | addItem (const uiString &, bool marked=false, int id=-1) |
| |
| void | addItem (const uiString &, const OD::Color &, int id=-1) |
| |
| void | addItem (const uiString &, const uiPixmap &, int id=-1) |
| |
| void | addItems (const BufferStringSet &) |
| |
| void | addItems (const char **) |
| |
| void | addItems (const uiStringSet &) |
| |
| void | addLabel (const uiString &, LblPos) |
| |
| Alignment::HPos | alignment () const |
| |
| void | blockScrolling (bool yn) |
| |
| uiListBoxObj * | box () |
| |
| uiGroup * | checkGroup () |
| |
| OD::ChoiceMode | choiceMode () const |
| |
| void | chooseAll (bool yn=true) |
| |
| int | currentItem () const |
| |
| int | currentItemID () const |
| |
| void | disableRightClick (bool yn) |
| |
| void | displayItem (int, bool) |
| |
| bool | dragEnabled () const |
| |
| int | firstChosen () const |
| |
| void | getChosen (BufferStringSet &) const |
| |
| void | getChosen (TypeSet< int > &) const |
| |
| OD::Color | getColor (int) const |
| |
| int | getItemID (int idx) const |
| |
| int | getItemIdx (int id) const |
| | First match. More...
|
| |
| void | getItems (BufferStringSet &) const |
| |
| const char * | getText () const |
| |
| bool | handleLongTabletPress () |
| |
| int | indexOf (const char *) const |
| | First match. More...
|
| |
| void | insertItem (const uiString &, const OD::Color &, int idx=-1, int id=-1) |
| |
| void | insertItem (const uiString &, const uiPixmap &, int idx=-1, int id=-1) |
| |
| void | insertItem (const uiString &, int idx=-1, bool marked=false, int id=-1) |
| |
| bool | isChoosable (int) const |
| |
| bool | isChosen (int) const |
| |
| bool | isEmpty () const |
| |
| bool | isItemChecked (int) const |
| | To be called by CmdDriver only, not for casual use. More...
|
| |
| bool | isMarked (int) const |
| |
| bool | isMultiChoice () const |
| |
| bool | isPresent (const char *) const |
| |
| uiLabel * | label (int nr=0) |
| |
| uiCheckBox * | masterCheckBox () |
| |
| int | maxNrOfChoices () const |
| |
| int | nextChosen (int prev=-1) const |
| |
| int | nrChosen () const |
| |
| int | nrLabels () const |
| |
| void | offerReadWriteSelection (const CallBack &readcb, const CallBack &writecb) |
| |
| uiCheckBox * | primaryCheckBox () |
| |
| void | removeItem (const char *) |
| |
| void | removeItem (const StringView &fs) |
| |
| void | removeItem (int) |
| |
| void | resizeHeightToContents (int minh=-1, int maxh=-1) |
| |
| void | resizeToContents (int minw=-1, int maxw=-1, int minh=-1, int maxh=-1) |
| |
| void | resizeWidthToContents (int minw=-1, int maxw=-1) |
| |
| void | scrollToBottom () |
| |
| void | scrollToTop () |
| |
| void | setAlignment (Alignment::HPos) |
| |
| void | setAllowDuplicates (bool yn) |
| |
| void | setAllowNoneChosen (bool) |
| |
| void | setBold (int, bool) |
| |
| void | setChoiceMode (OD::ChoiceMode) |
| |
| void | setChoosable (int, bool yn) |
| |
| void | setChosen (const BufferStringSet &) |
| |
| void | setChosen (const TypeSet< int > &) |
| |
| void | setChosen (int, bool yn=true) |
| |
| void | setChosen (Interval< int >, bool yn=true) |
| |
| void | setColor (int, const OD::Color &) |
| |
| void | setCurrentItem (const char *) |
| | First match. More...
|
| |
| void | setCurrentItem (const StringView &fs) |
| |
| void | setCurrentItem (int) |
| |
| void | setDefaultColor (int) |
| |
| void | setDragEnabled (bool) |
| |
| void | setEmpty () |
| |
| void | setFieldWidth (int) |
| |
| void | setHSzPol (uiObject::SzPolicy) |
| |
| void | setIcon (int, const char *icon_identifier) |
| |
| void | setItemID (int idx, int id) |
| |
| void | setItemSelectable (int, bool) |
| |
| void | setItemText (int idx, const char *txt) |
| |
| void | setItemText (int, const uiString &) |
| |
| void | setLabelText (const uiString &, int nr=0) |
| |
| void | setMarked (int, DecorationType markingop=Legacy) |
| |
| void | setMultiChoice (bool yn=true) |
| |
| void | setNotSelectable () |
| |
| void | setNrLines (int) |
| |
| void | setPixmap (int, const OD::Color &, DecorationPos=Left) |
| |
| void | setPixmap (int, const uiPixmap &, DecorationPos=Left) |
| |
| void | setVSzPol (uiObject::SzPolicy) |
| |
| int | size () const |
| |
| void | sortItems (bool asc=true) |
| |
| const char * | textOfItem (int) const |
| |
| bool | validIdx (int) const |
| |
| | uiGroup (uiParent *, const char *nm="uiGroup", bool manage=true) |
| |
| virtual | ~uiGroup () |
| |
| uiObject * | attachObj () |
| |
| const uiObject * | attachObj () const |
| |
| uiObject * | hAlignObj () |
| |
| uiObject * | hCenterObj () |
| |
| uiMainWin * | mainwin () override |
| |
| | operator const uiGroupObj * () const |
| |
| | operator const uiObject & () const |
| |
| | operator uiGroupObj * () |
| |
| | operator uiObject & () |
| |
| uiParent * | parent () |
| |
| const uiParent * | parent () const |
| |
| Notifier< uiBaseObject > & | postFinalise () override |
| |
| Notifier< uiBaseObject > & | postFinalize () override |
| |
| Notifier< uiBaseObject > & | preFinalise () override |
| |
| Notifier< uiBaseObject > & | preFinalize () override |
| |
| void | setBorder (int l, int t, int r, int b) |
| |
| void | setBorder (int) |
| |
| void | setChildrenSensitive (bool) |
| |
| void | setFrame (bool yn=true) |
| |
| void | setHAlignObj (uiGroup *o) |
| |
| void | setHAlignObj (uiObject *) |
| |
| void | setHCenterObj (uiGroup *o) |
| |
| void | setHCenterObj (uiObject *) |
| |
| void | setHSpacing (int) |
| |
| void | setIsMain (bool) |
| | internal use only. Tells the layout manager it's a toplevel mngr. More...
|
| |
| void | setNoBackGround () |
| |
| virtual void | setSize (const uiSize &) |
| |
| void | setSpacing (int s=0) |
| |
| void | setVSpacing (int) |
| |
| uiSize | actualsize (bool inclborder=true) const |
| |
| uiSize | actualSize (bool include_border) const |
| |
| void | addChild (uiBaseObject &) |
| |
| void | attach (constraintType t, int margin=-1) |
| |
| void | attach (constraintType t, uiObject *oth, int margin=-1, bool reciprocal=true) |
| |
| void | attach (constraintType t, uiParent *oth, int margin=-1, bool reciprocal=true) |
| |
| void | attachChild (constraintType tp, uiObject *child, uiObject *other, int margin, bool reciprocal) |
| |
| OD::Color | backgroundColor () const |
| |
| const ObjectSet< uiBaseObject > * | childList () const |
| |
| void | deepRedraw (CallBacker *=0) |
| |
| virtual void | display (bool yn, bool shrk=false, bool maximize=false) |
| |
| const uiFont * | font () const |
| |
| bool | hasFocus () const |
| |
| bool | isDisplayed () const |
| |
| uiObject * | mainObject () |
| |
| const uiObject * | mainObject () const |
| |
| void | manageChild (uiBaseObject &, uiObjectBody &) |
| |
| uiParentBody * | pbody () |
| |
| const uiParentBody * | pbody () const |
| |
| int | prefHNrPics () const |
| |
| int | prefVNrPics () const |
| |
| virtual void | reDraw (bool deep) |
| |
| OD::Color | roBackgroundColor () const |
| |
| bool | sensitive () const |
| |
| void | setBackgroundColor (const OD::Color &c) |
| |
| void | setCaption (const uiString &c) |
| |
| void | setCursor (const MouseCursor &c) |
| |
| void | setFocus () |
| |
| void | setFont (const uiFont &f) |
| |
| void | setPrefHeight (int h) |
| |
| void | setPrefHeightInChar (float h) |
| |
| void | setPrefHeightInChar (int h) |
| |
| void | setPrefWidth (int w) |
| |
| void | setPrefWidthInChar (float w) |
| |
| void | setPrefWidthInChar (int w) |
| |
| void | setSensitive (bool yn=true) |
| |
| void | setStretch (int h, int v) |
| |
| void | shallowRedraw (CallBacker *=0) |
| |
| int | stretch (bool h) const |
| |
| void | translateText () override |
| |
| | uiBaseObject (const char *nm, uiBody *=0) |
| |
| virtual | ~uiBaseObject () |
| |
| int | beginCmdRecEvent (const BufferString &msg) |
| |
| int | beginCmdRecEvent (const char *msg=0) |
| |
| int | beginCmdRecEvent (od_uint64 id, const char *msg=0) |
| |
| uiBody * | body () |
| |
| const uiBody * | body () const |
| |
| void | clear () |
| |
| void | endCmdRecEvent (int refnr, const char *msg=0) |
| |
| void | endCmdRecEvent (od_uint64 id, int refnr, const char *msg=0) |
| |
| void | finalise () |
| |
| bool | finalised () const |
| |
| void | finalize () |
| |
| bool | finalized () const |
| |
| virtual QWidget * | getWidget () |
| |
| const QWidget * | getWidget () const |
| |
| | 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 |
| |
| virtual CallBacker * | trueCaller () |
| |
| | NamedObject (const char *nm=nullptr) |
| |
| | NamedObject (const NamedObject &oth) |
| |
| virtual | ~NamedObject () |
| |
| virtual BufferString | getName () const |
| |
| bool | getNameFromPar (const IOPar &) |
| |
| const name_type & | name () const override |
| |
| 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 |
| |
Displays a dialog to create/edit a new stratigraphic unit.
<>