|
| enum | LblPos {
LeftTop,
RightTop,
LeftMid,
RightMid,
AboveLeft,
AboveMid,
AboveRight,
BelowLeft,
BelowMid,
BelowRight
} |
| |
| | uiListBox (uiParent *, const char *nm=0, OD::ChoiceMode cm=OD::ChooseOnlyOne) |
| |
| | uiListBox (uiParent *, const Setup &, const char *nm=0) |
| |
| virtual | ~uiListBox () |
| |
| uiListBoxObj * | box () |
| |
| uiGroup * | checkGroup () |
| |
| uiCheckBox * | masterCheckBox () |
| |
| int | nrLabels () const |
| |
| uiLabel * | label (int nr=0) |
| |
| void | setLabelText (const uiString &, int nr=0) |
| |
| OD::ChoiceMode | choiceMode () const |
| |
| bool | isMultiChoice () const |
| |
| void | setChoiceMode (OD::ChoiceMode) |
| |
| void | setMultiChoice (bool yn=true) |
| |
| void | setAllowNoneChosen (bool) |
| |
| void | setNotSelectable () |
| |
| int | size () const |
| |
| bool | isEmpty () const |
| |
| bool | validIdx (int) const |
| |
| bool | isPresent (const char *) const |
| |
| int | maxNrOfChoices () const |
| |
| Alignment::HPos | alignment () const |
| |
| void | setAlignment (Alignment::HPos) |
| |
| void | setNrLines (int) |
| |
| void | setFieldWidth (int) |
| |
| void | setHSzPol (uiObject::SzPolicy) |
| |
| void | setVSzPol (uiObject::SzPolicy) |
| |
| void | setEmpty () |
| |
| void | removeItem (int) |
| |
| void | removeItem (const char *) |
| |
| void | removeItem (const FixedString &fs) |
| |
| void | setAllowDuplicates (bool yn) |
| |
| void | addItem (const uiString &, bool marked=false, int id=-1) |
| |
| void | addItem (const uiString &, const uiPixmap &, int id=-1) |
| |
| void | addItem (const uiString &, const Color &, int id=-1) |
| |
| void | addItems (const char **) |
| |
| void | addItems (const BufferStringSet &) |
| |
| void | addItems (const uiStringSet &) |
| |
| void | insertItem (const uiString &, int idx=-1, bool marked=false, int id=-1) |
| |
| void | insertItem (const uiString &, const uiPixmap &, int idx=-1, int id=-1) |
| |
| void | insertItem (const uiString &, const Color &, int idx=-1, int id=-1) |
| |
| void | setPixmap (int, const Color &) |
| |
| void | setPixmap (int, const uiPixmap &) |
| |
| void | setIcon (int, const char *icon_identifier) |
| |
| void | setColor (int, const Color &) |
| |
| Color | getColor (int) const |
| |
| void | sortItems (bool asc=true) |
| |
| int | indexOf (const char *) const |
| | First match. More...
|
| |
| const char * | textOfItem (int) const |
| |
| void | setItemText (int, const uiString &) |
| |
| void | getItems (BufferStringSet &) const |
| |
| int | currentItem () const |
| |
| const char * | getText () const |
| |
| void | setCurrentItem (int) |
| |
| void | setCurrentItem (const char *) |
| | First match. More...
|
| |
| void | setCurrentItem (const FixedString &fs) |
| |
| void | setItemSelectable (int, bool) |
| |
| int | nrChosen () const |
| |
| bool | isChoosable (int) const |
| |
| bool | isChosen (int) const |
| |
| int | firstChosen () const |
| |
| int | nextChosen (int prev=-1) const |
| |
| void | getChosen (BufferStringSet &) const |
| |
| void | getChosen (TypeSet< int > &) const |
| |
| void | setChoosable (int, bool yn) |
| |
| void | setChosen (int, bool yn=true) |
| |
| void | setChosen (Interval< int >, bool yn=true) |
| |
| void | chooseAll (bool yn=true) |
| |
| void | setChosen (const BufferStringSet &) |
| |
| void | setChosen (const TypeSet< int > &) |
| |
| bool | isMarked (int) const |
| |
| void | setMarked (int, bool) |
| |
| void | setItemID (int idx, int id) |
| |
| int | currentItemID () const |
| |
| int | getItemID (int idx) const |
| |
| int | getItemIdx (int id) const |
| | First match. More...
|
| |
| void | scrollToTop () |
| |
| void | scrollToBottom () |
| |
| bool | handleLongTabletPress () |
| |
| void | disableRightClick (bool yn) |
| |
| void | blockScrolling (bool yn) |
| |
| void | offerReadWriteSelection (const CallBack &rcb, const CallBack &wcb) |
| |
| bool | isItemChecked (int) const |
| | To be called by CmdDriver only, not for casual use. More...
|
| |
| | uiListBox (uiParent *, const BufferStringSet &, const char *nm=0) |
| |
| | uiListBox (uiParent *, const BufferStringSet &, const char *nm, OD::ChoiceMode cm, int prefNrLines=0, int prefFieldWidth=0) |
| |
| | uiListBox (uiParent *, const uiStringSet &, const char *nm, OD::ChoiceMode cm, int prefNrLines=0, int prefFieldWidth=0) |
| |
| | 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 |
| |
| uiParent * | parent () |
| |
| const uiParent * | parent () 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 * | hCenterObj () |
| |
| void | setHCenterObj (uiObject *o) |
| |
| void | setHCenterObj (uiGroup *o) |
| |
| void | setIsMain (bool) |
| | internal use only. Tells the layout manager it's a toplevel mngr. More...
|
| |
| virtual uiMainWin * | mainwin () |
| |
| void | setChildrenSensitive (bool) |
| |
| virtual Notifier< uiBaseObject > & | preFinalise () |
| |
| virtual Notifier< uiBaseObject > & | postFinalise () |
| |
| virtual void | setSize (const uiSize &) |
| |
| | uiParent (const char *nm, uiParentBody *) |
| |
| void | addChild (uiBaseObject &) |
| |
| void | manageChld (uiBaseObject &, uiObjectBody &) |
| |
| void | attachChild (constraintType tp, uiObject *child, uiObject *other, int margin, bool reciprocal) |
| |
| const ObjectSet< uiBaseObject > * | childList () const |
| |
| uiObject * | mainObject () |
| |
| const uiObject * | mainObject () const |
| |
| uiParentBody * | pbody () |
| |
| const uiParentBody * | pbody () const |
| |
| void | attach (constraintType t, int margin=-1) |
| |
| void | attach (constraintType t, uiParent *oth, int margin=-1, bool reciprocal=true) |
| |
| void | attach (constraintType t, uiObject *oth, int margin=-1, bool reciprocal=true) |
| |
| virtual void | display (bool yn, bool shrk=false, bool maximize=false) |
| |
| bool | isDisplayed () const |
| |
| void | setFocus () |
| |
| bool | hasFocus () const |
| |
| void | setSensitive (bool yn=true) |
| |
| bool | sensitive () const |
| |
| const uiFont * | font () const |
| |
| void | setFont (const uiFont &f) |
| |
| void | setCaption (const uiString &c) |
| |
| void | setCursor (const MouseCursor &c) |
| |
| uiSize | actualsize (bool include_border) const |
| |
| int | prefHNrPics () const |
| |
| int | prefVNrPics () const |
| |
| void | setPrefHeight (int h) |
| |
| void | setPrefWidth (int w) |
| |
| void | setPrefHeightInChar (int h) |
| |
| void | setPrefHeightInChar (float h) |
| |
| void | setPrefWidthInChar (float w) |
| |
| void | setPrefWidthInChar (int w) |
| |
| virtual void | reDraw (bool deep) |
| |
| void | shallowRedraw (CallBacker *=0) |
| |
| void | deepRedraw (CallBacker *=0) |
| |
| void | setStretch (int h, int v) |
| |
| Color | backgroundColor () const |
| |
| Color | roBackgroundColor () const |
| |
| void | setBackgroundColor (const Color &c) |
| |
| void | translateText () |
| |
| static uiGroup * | gtDynamicCastToGrp (mQtclass(QWidget *)) |
| |
| Notifier< uiListBox > | selectionChanged |
| |
| CNotifier< uiListBox, int > | itemChosen |
| |
| Notifier< uiListBox > | doubleClicked |
| |
| Notifier< uiListBox > | rightButtonClicked |
| |
| Notifier< uiListBox > | leftButtonClicked |
| |
| Notifier< uiListBox > | deleteButtonPressed |
| |
| uiListBoxObj * | lb_ |
| |
| ObjectSet< uiLabel > | lbls_ |
| |
| uiGroup * | checkgrp_ |
| |
| uiCheckBox * | cb_ |
| |
| uiGroupObj * | grpobj_ |
| |
| uiGroupParentBody * | body_ |
| |
Displays a dialog to create/edit a new stratigraphic unit.