|
| | uiMenu (const char *mnunm, const char *iconnm=nullptr) |
| |
| | uiMenu (const MenuItem &) |
| |
| | uiMenu (const uiString &txt=uiString::emptyString(), const char *iconnm=0) |
| |
| | uiMenu (uiParent *, const uiString &txt=uiString::emptyString(), const char *iconfilenm=0) |
| |
| | uiMenu (uiParent *p, const char *mnunm, const char *iconnm=nullptr) |
| |
| | ~uiMenu () |
| |
| void | addItems (const ObjectSet< MenuItem > &) |
| |
| void | clear () |
| |
| void | doIntercept (bool yn, uiAction *activateitm=0) |
| |
| int | exec () |
| | pops-up at mouse position More...
|
| |
| const char * | getIconName () const |
| |
| QMenu * | getQMenu () |
| |
| QWidget * | getWidget () |
| |
| bool | isCheckable () const |
| |
| bool | isChecked () const |
| |
| bool | isEnabled () const |
| |
| bool | isStandAlone () const |
| |
| void | setCheckable (bool) |
| |
| void | setChecked (bool) |
| |
| void | setEnabled (bool) |
| |
| void | setIcon (const char *iconnm) |
| |
| void | setIcon (const uiIcon &) |
| |
| void | setText (const uiString &) |
| |
| const uiString & | text () const |
| |
| virtual | ~uiActionContainer () |
| |
| const ObjectSet< uiAction > & | actions () const |
| |
| uiMenu * | addMenu (uiMenu *, const uiMenu *before=0) |
| |
| uiAction * | findAction (const char *itmtxt) |
| |
| uiAction * | findAction (const FixedString &fs) |
| |
| uiAction * | findAction (const uiActionSeparString &) |
| |
| uiAction * | findAction (const uiMenu *) |
| |
| uiAction * | findAction (const uiString &itmtxt) |
| | The full string of the text will be used. More...
|
| |
| uiAction * | findAction (int id) |
| |
| int | getID (const QAction *) const |
| |
| int | getID (const uiAction *) const |
| |
| bool | hasSharedActions () const |
| |
| int | insertAction (const MenuItem &) |
| |
| int | insertAction (uiAction *act, int id=-1, const uiAction *before=0) |
| |
| int | insertItem (uiAction *a, int id=-1, const uiAction *before=0) |
| |
| int | insertItem (uiMenu *mnu) |
| |
| uiAction * | insertSeparator () |
| |
| bool | isEmpty () const |
| |
| int | nrActions () const |
| |
| void | reloadIcons () |
| |
| void | removeAction (int id) |
| |
| void | removeAction (uiAction *) |
| |
| void | removeAllActions () |
| |
| void | removeItem (int id) |
| | Legacy. More...
|
| |
| void | removeItem (uiAction *a) |
| | Legacy. More...
|
| |
| void | shareActionsFrom (const uiActionContainer *) |
| |
| | uiBaseObject (const char *nm, uiBody *=0) |
| |
| virtual | ~uiBaseObject () |
| |
| 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 |
| |
| const QWidget * | getWidget () const |
| |
| virtual Notifier< uiBaseObject > & | postFinalise () |
| |
| virtual Notifier< uiBaseObject > & | preFinalise () |
| |
| virtual void | translateText () |
| |
| | 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 |
| |
A standard menu. If you create one yourself, you own it and should delete it. If you insert it into a menu or toolbar, ownership is transfered.
<>