|
| | uiGenInputInt64Fld (uiParent *, const DataInpSpec &, const char *nm="Int Input") |
| |
| | uiGenInputInt64Fld (uiParent *, od_int64 val=0, const char *nm="Int Input") |
| |
| bool | isReadOnly () const override |
| |
| void | setReadOnly (bool) override |
| |
| void | setToolTip (const uiString &) override |
| |
| bool | update_ (const DataInpSpec &) override |
| |
| bool | getBoolValue () const override |
| |
| double | getDValue () const override |
| |
| float | getFValue () const override |
| |
| od_int64 | getInt64Value () const override |
| |
| int | getIntValue () const override |
| |
| void | setEmpty () override |
| |
| void | setText (const char *s) override |
| |
| void | setValue (bool b) override |
| |
| void | setValue (const char *s) override |
| |
| void | setValue (double d) override |
| |
| void | setValue (float f) override |
| |
| void | setValue (int i) override |
| |
| void | setValue (od_int64 i) override |
| |
| const char * | text () const override |
| |
| | UserInputObj () |
| |
| virtual | ~UserInputObj () |
| |
| virtual void | addItem (const uiString &) |
| |
| double | getdValue () const |
| |
| float | getfValue () const |
| |
| bool | notifyUpdateRequested (const CallBack &cb) |
| |
| bool | notifyValueChanged (const CallBack &cb) |
| | value change complete cq. commited More...
|
| |
| bool | notifyValueChanging (const CallBack &cb) |
| | intermediate value available More...
|
| |
| bool | update (const DataInpSpec &s) |
| | return false if not updated for whatever reason. More...
|
| |
| | uiSpinBox (uiParent *, int nrdecimals=0, const char *nm="SpinBox") |
| |
| | ~uiSpinBox () |
| |
| void | doSnap (bool yn) |
| |
| bool | focusChangeTrigger () const |
| |
| float | fstep () const |
| |
| bool | getBoolValue () const |
| |
| double | getDValue () const |
| |
| double | getdValue () const |
| |
| StepInterval< float > | getFInterval () const |
| |
| float | getFValue () const |
| |
| float | getfValue () const |
| |
| od_int64 | getInt64Value () const |
| |
| StepInterval< int > | getInterval () const |
| |
| int | getIntValue () const |
| |
| int | getValue () const |
| |
| bool | handleLongTabletPress () override |
| |
| bool | isAlpha () const |
| |
| bool | isReadOnly () const |
| |
| bool | keyboardTracking () const |
| |
| float | maxFValue () const |
| |
| int | maxValue () const |
| |
| float | minFValue () const |
| |
| int | minValue () const |
| |
| void | notifyHandler (bool editingfinished) |
| |
| void | popupVirtualKeyboard (int globalx=-1, int globaly=-1) |
| |
| uiString | prefix () const |
| |
| void | setAlpha (bool) |
| |
| void | setFocusChangeTrigger (bool) |
| |
| void | setInterval (const Interval< int > &i, int s=1) |
| |
| void | setInterval (const StepInterval< double > &) |
| |
| void | setInterval (const StepInterval< float > &) |
| |
| void | setInterval (const StepInterval< int > &) |
| |
| void | setInterval (double start, double stop, double s=1) |
| |
| void | setInterval (float start, float stop, float s=1) |
| |
| void | setInterval (int start, int stop, int s=1) |
| |
| void | setKeyboardTracking (bool) |
| |
| void | setMaxValue (double) |
| |
| void | setMaxValue (float) |
| |
| void | setMaxValue (int) |
| |
| void | setMinValue (double d) |
| |
| void | setMinValue (float) |
| |
| void | setMinValue (int) |
| |
| void | setNrDecimals (int) |
| |
| void | setPrefix (const uiString &) |
| |
| void | setReadOnly (bool yn) |
| |
| void | setSpecialValueText (const char *) |
| |
| void | setStep (double d, bool snap_cur_value=false) |
| |
| void | setStep (float, bool snap_cur_value=false) |
| |
| void | setStep (int, bool snap_cur_value=false) |
| |
| void | setSuffix (const uiString &) |
| |
| void | setValue (const char *) |
| |
| void | setValue (double) |
| |
| void | setValue (float) |
| |
| void | setValue (int) |
| |
| void | setValue (od_int64) |
| |
| int | step () const |
| |
| void | stepBy (int nrsteps) |
| |
| uiString | suffix () const |
| |
| const char * | text () const |
| |
| void | translateText () override |
| |
| | ~uiObject () |
| |
| uiSize | actualSize (bool include_border=true) const |
| |
| void | attach (constraintType, int margin=-1) |
| | attaches object to another In case the stretched... options are used, margin=-1 (default) stretches the object not to cross the border. margin=-2 stretches the object to fill the parent's border. This looks nice with separators. More...
|
| |
| void | attach (constraintType, uiObject *, int margin=-1, bool reciprocal=true) |
| |
| void | attach (constraintType, uiParent *, int margin=-1, bool reciprocal=true) |
| |
| virtual OD::Color | backgroundColor () const |
| |
| virtual const ObjectSet< uiBaseObject > * | childList () const |
| |
| void | close () |
| |
| void | deepRedraw () |
| |
| void | disabFocus () |
| |
| void | display (bool yn, bool shrink=false, bool maximized=false) |
| |
| const uiFont * | font () const |
| |
| QWidget * | getWidget () override |
| |
| bool | hasFocus () const |
| |
| virtual int | height () const |
| | Actual size in pixels. More...
|
| |
| bool | isCursorInside () const |
| |
| bool | isDisplayed () const |
| |
| virtual bool | isEmpty () const |
| |
| bool | isSensitive () const |
| |
| uiMainWin * | mainwin () |
| |
| uiParent * | parent () |
| |
| const uiParent * | parent () const |
| |
| int | prefHNrPics () const |
| |
| int | prefVNrPics () const |
| |
| QWidget * | qwidget () |
| |
| const QWidget * | qwidget () const |
| |
| void | reDraw (bool deep) |
| |
| void | reParent (uiParent *) |
| |
| OD::Color | roBackgroundColor () const |
| |
| bool | sensitive () const |
| |
| virtual void | setBackgroundColor (const OD::Color &) |
| |
| virtual void | setBackgroundPixmap (const uiPixmap &) |
| |
| void | setCaption (const uiString &) |
| |
| virtual void | setCursor (const MouseCursor &) |
| |
| void | setFocus () |
| |
| void | setFont (const uiFont &) |
| |
| void | setHSzPol (SzPolicy) |
| |
| void | setMaximumHeight (int) |
| |
| void | setMaximumHeightInChar (int) |
| |
| void | setMaximumWidth (int) |
| |
| void | setMaximumWidthInChar (int) |
| |
| void | setMinimumHeight (int) |
| |
| void | setMinimumHeightInChar (int) |
| |
| void | setMinimumWidth (int) |
| |
| void | setMinimumWidthInChar (int) |
| |
| virtual void | setName (const char *) override |
| |
| virtual void | setPrefHeight (int) |
| |
| void | setPrefHeightInChar (float) |
| |
| void | setPrefHeightInChar (int) |
| |
| virtual void | setPrefWidth (int) |
| |
| void | setPrefWidthInChar (float) |
| |
| void | setPrefWidthInChar (int) |
| |
| void | setSensitive (bool yn=true) |
| |
| void | setStretch (int hor, int ver) |
| | Sets stretch factors for object If stretch factor is > 1, then object will already grow at pop-up. More...
|
| |
| virtual void | setStyleSheet (const char *) |
| |
| virtual void | setTextColor (const OD::Color &) |
| |
| void | setToolTip (const uiString &) |
| |
| void | setVSzPol (SzPolicy) |
| |
| void | shallowRedraw () |
| |
| int | stretch (bool hor) const |
| |
| SzPolicy | szPol (bool hor=true) const |
| |
| const uiString & | toolTip () const |
| |
| bool | visible () const |
| |
| virtual int | width () const |
| | Actual size in pixels. More...
|
| |
| | 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 |
| |
| const QWidget * | getWidget () const |
| |
| virtual Notifier< uiBaseObject > & | postFinalise () |
| |
| virtual Notifier< uiBaseObject > & | postFinalize () |
| |
| virtual Notifier< uiBaseObject > & | preFinalise () |
| |
| virtual Notifier< uiBaseObject > & | preFinalize () |
| |
| | 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 | ~ObjectWithName () |
| |
| bool | hasName (const char *nm) const |
| |
| bool | hasName (const name_type &nm) const |
| |
| void | putNameInPar (IOPar &) const |
| |