|
| uiODInlineTreeItem (VisID displayid, Type) |
|
| ~uiODInlineTreeItem () |
|
virtual | ~uiODPlaneDataTreeItem () |
|
bool | displayDataFromDataPack (DataPackID, const Attrib::SelSpec &, const FlatView::DataDispPars::VD &) |
|
bool | displayDataFromDesc (const Attrib::DescID &, bool stored) |
|
bool | displayDataFromOther (VisID visid) |
|
bool | displayDefaultData () |
|
bool | displayGuidance () |
|
bool | init () |
|
void | setAtWellLocation (const Well::Data &) |
|
void | setTrcKeyZSampling (const TrcKeyZSampling &) |
|
| uiODDisplayTreeItem () |
|
virtual | ~uiODDisplayTreeItem () |
|
virtual bool | actModeWhenSelected () const |
|
uiODDataTreeItem * | addAttribItem () |
|
virtual bool | displayedOnlyAtSections () const |
|
VisID | displayID () const |
|
void | handleAddAttrib () |
|
bool | isDisplayID (int) const |
|
virtual bool | isOnlyAtSections () const |
|
void | prepareForShutdown () |
|
virtual void | setOnlyAtSectionsDisplay (bool) |
|
void | show (bool) |
|
bool | showSubMenu () |
|
void | updateCheckStatus () |
|
void | updateColumnText (int) |
|
virtual | ~uiODTreeItem () |
|
bool | anyButtonClick (uiTreeViewItem *) |
|
SceneID | sceneID () const |
|
| uiTreeItem (const uiString &nm=uiString::emptyString()) |
|
virtual | ~uiTreeItem () |
|
virtual bool | addChild (uiTreeItem *child, bool below) |
|
bool | allChildrenChecked () const |
|
bool | allChildrenCollapsed () const |
|
bool | allChildrenExpanded () const |
|
bool | allChildrenUnchecked () const |
|
bool | areAllParentsChecked () |
|
NotifierAccess * | checkStatusChange () |
|
void | collapse () |
|
void | entryInEditMode (int col) |
|
void | expand () |
|
virtual uiTreeItem * | findChild (const char *name) |
|
virtual const uiTreeItem * | findChild (const char *name) const |
|
virtual uiTreeItem * | findChild (int selkey) |
|
virtual const uiTreeItem * | findChild (int selkey) const |
|
virtual void | findChildren (const char *, ObjectSet< uiTreeItem > &) |
|
uiTreeItem * | getChild (int) |
|
const uiTreeItem * | getChild (int) const |
|
ObjectSet< uiTreeItem > & | getChildren () |
|
const ObjectSet< uiTreeItem > & | getChildren () const |
|
uiTreeViewItem * | getItem () |
|
const uiTreeViewItem * | getItem () const |
|
template<class T > |
bool | getProperty (const char *key, T &res) const |
|
bool | getPropertyPtr (const char *key, void *&) const |
|
bool | hasChildren () const |
|
bool | hasGrandChildren () const |
|
virtual bool | isChecked () const |
|
bool | isCollapsed () const |
|
bool | isExpanded () const |
|
virtual bool | isSelected () const |
|
NotifierAccess * | keyPressed () |
|
uiTreeItem * | lastChild () |
|
virtual void | moveItem (uiTreeItem *after) |
|
virtual void | moveItemToTop () |
|
uiString | name () const |
|
int | nrChildren () const |
|
uiTreeItem * | parentTreeItem () |
|
virtual void | removeAllChildren () |
|
virtual void | removeChild (uiTreeItem *) |
|
virtual bool | select () |
|
void | setChecked (bool yn, bool trigger=false) |
|
void | setName (const uiString &nm) |
|
template<class T > |
void | setProperty (const char *key, const T &) |
|
void | setPropertyPtr (const char *key, void *) |
|
virtual uiTreeItem * | siblingAbove () |
|
virtual uiTreeItem * | siblingBelow () |
|
virtual int | siblingIndex () const |
|
virtual void | translateText () |
|
void | updateSelTreeColumnText (int col) |
|
| 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 () |
|