![]() |
OpendTect
7.0
|
Public Member Functions | |
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 () |
virtual bool | askContinueAndSaveIfNeeded (bool withcancel) |
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 | prepareForShutdown () |
virtual void | removeAllChildren () |
virtual void | removeChild (uiTreeItem *) |
virtual bool | select () |
virtual int | selectionKey () const |
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 () |
virtual void | updateCheckStatus () |
virtual void | updateColumnText (int col) |
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 () |
Protected Member Functions | |
uiODTreeItem (const uiString &) | |
void | addStandardItems (uiMenu &) |
uiODApplMgr * | applMgr () |
bool | getMoreObjectsToDoHint () const |
void | handleStandardItems (int mnuid) |
virtual const char * | iconName () const |
virtual bool | init () |
void | setMoreObjectsToDoHint (bool yn) |
ui3DViewer * | viewer () |
![]() | |
virtual bool | addChld (uiTreeItem *, bool below, bool downwards) |
virtual bool | doubleClick (uiTreeViewItem *) |
virtual uiParent * | getUiParent () const |
virtual bool | isExpandable () const |
virtual bool | isSelectable () const |
virtual const char * | parentType () const =0 |
virtual void | removeItem (uiTreeViewItem *) |
virtual void | renameItem (uiTreeViewItem *) |
virtual bool | rightClick (uiTreeViewItem *) |
virtual bool | selectWithKey (int selkey) |
virtual void | setTreeViewItem (uiTreeViewItem *) |
virtual bool | shouldSelect (int selectionkey) const |
virtual bool | showSubMenu () |
virtual int | uiTreeViewItemType () const |
virtual void | updateSelection (int selectionKey, bool dw=false) |
virtual bool | useParentType () const |
Additional Inherited Members | |
![]() | |
static void | createReceiverForCurrentThread () |
static void | removeReceiverForCurrentThread () |
![]() | |
ObjectSet< uiTreeItem > | children_ |
uiString | name_ |
uiTreeItem * | parent_ |
IOPar | properties_ |
uiTreeViewItem * | uitreeviewitem_ |
<>
|
virtual |
|
protected |
|
protected |
|
virtual |
Reimplemented from uiTreeItem.
Reimplemented in uiODParentTreeItem.
|
protected |
|
protected |
|
protected |
|
inlineprotectedvirtual |
Reimplemented in uiODWellParentTreeItem, uiODVolrenParentTreeItem, uiODLine2DParentTreeItem, uiODRandomLineParentTreeItem, uiODZsliceParentTreeItem, uiODCrosslineParentTreeItem, uiODInlineParentTreeItem, uiODPolygonParentTreeItem, uiODPickSetParentTreeItem, uiODHorizon2DParentTreeItem, uiODFaultStickSetParentTreeItem, uiODFaultSetParentTreeItem, uiODBodyDisplayParentTreeItem, uiODParentTreeItem, uiODPSEventsParentTreeItem, uiODHorizonParentTreeItem, uiODFaultParentTreeItem, ScaleBarParentItem, ImageParentItem, and ArrowParentItem.
|
protectedvirtual |
Reimplemented from uiTreeItem.
Reimplemented in uiODSceneTreeItem, uiODWellTreeItem, uiODVolrenSubTreeItem, uiODVolrenTreeItem, uiODParentTreeItem, uiOD2DLineTreeItem, uiODRandomLineTreeItem, uiODPSEventsTreeItem, uiODPSEventsParentTreeItem, uiODPlaneDataTreeItem, uiODPolygonTreeItem, uiODPickSetTreeItem, uiODHorizonTreeItem, uiODFaultStickSetTreeItem, uiODFaultTreeItem, uiODFaultSetTreeItem, uiODEarthModelSurfaceTreeItem, uiODDisplayTreeItem, uiODBodyDisplayTreeItem, ImageSubItem, ArrowSubItem, ScaleBarSubItem, uiODAnnotSubItem, and uiODAnnotTreeItem.
SceneID uiODTreeItem::sceneID | ( | ) | const |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024