![]() |
OpendTect 8.0
|
#include <uiodhortreeitem.h>
Public Member Functions | |
| uiODHorizonTreeItem (const EM::ObjectID &, bool rgba, bool atsect) | |
| uiODHorizonTreeItem (const VisID &, bool rgba, bool atsect, bool dummy) | |
| VisID | reloadEMObject () override |
Public Member Functions inherited from uiODEarthModelSurfaceTreeItem | |
| bool | askSave () |
| EM::ObjectID | emObjectID () const |
| bool | isOnlyAtSections () const override |
| void | setOnlyAtSectionsDisplay (bool) override |
| uiVisEMObject * | visEMObject () const |
Public Member Functions inherited from uiODDisplayTreeItem | |
| virtual bool | actModeWhenSelected () const |
| uiODDataTreeItem * | addAttribItem () |
| virtual bool | displayedOnlyAtSections () const |
| VisID | displayID () const |
| void | handleAddAttrib () |
| bool | isDisplayID (int) const |
| void | prepareForShutdown () override |
| void | show (bool) |
| bool | showSubMenu () override |
| void | updateCheckStatus () override |
| void | updateColumnText (int) override |
Public Member Functions inherited from uiODTreeItem | |
| bool | anyButtonClick (uiTreeViewItem *) override |
| SceneID | sceneID () const |
Public Member Functions inherited from uiTreeItem | |
| uiTreeItem (const uiString &nm=uiString::empty()) | |
| ~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 | collapseAllChildren () |
| void | entryInEditMode (int col) |
| void | expand () |
| void | expandAllChildren () |
| 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 () |
| mOD_DisableCopy (uiTreeItem) virtual void prepareForShutdown() | |
| 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 *) |
| void | setToolTip (int column, const uiString &) |
| virtual uiTreeItem * | siblingAbove () |
| virtual uiTreeItem * | siblingBelow () |
| virtual int | siblingIndex () const |
| virtual void | translateText () |
| void | updateSelTreeColumnText (int col) |
Public Member Functions inherited from CallBacker | |
| 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. | |
| 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. | |
| CallBacker & | operator= (const CallBacker &)=delete |
| void | stopReceivingNotifications () const |
| virtual CallBacker * | trueCaller () |
Protected Member Functions | |
| ~uiODHorizonTreeItem () | |
| bool | askContinueAndSaveIfNeeded (bool withcancel) override |
| uiString | createDisplayName () const override |
| void | createMenu (MenuHandler *, bool istb) override |
| void | dataReadyCB (CallBacker *) |
| void | dispChangeCB (CallBacker *) |
| RefMan< visSurvey::HorizonDisplay > | getDisplay () |
| ConstRefMan< visSurvey::HorizonDisplay > | getDisplay () const |
| void | handleMenuCB (CallBacker *) override |
| bool | init () override |
| void | initMenuItems () |
| void | initNotify () override |
| const char * | parentType () const override |
Protected Member Functions inherited from uiODEarthModelSurfaceTreeItem | |
| uiODEarthModelSurfaceTreeItem (const EM::ObjectID &) | |
| ~uiODEarthModelSurfaceTreeItem () | |
| void | addAuxDataItems () |
| void | askSaveCB (CallBacker *) |
| void | checkCB (CallBacker *) override |
| uiODDataTreeItem * | createAttribItem (const Attrib::SelSpec *) const override |
| bool | createUiVisObj () |
| bool | doSave () |
| void | finishedEditingCB (CallBacker *) |
| bool | isHorReady (EM::ObjectID &) |
| void | keyPressCB (CallBacker *) override |
| void | saveCB (CallBacker *) |
| void | selChg (CallBacker *) |
| void | updateTrackingState () |
Protected Member Functions inherited from uiODDisplayTreeItem | |
| uiODDisplayTreeItem () | |
| ~uiODDisplayTreeItem () | |
| void | addToToolBarCB (CallBacker *) |
| virtual void | colorChgCB (CallBacker *) |
| void | createMenuCB (CallBacker *) |
| virtual void | deleteObject () |
| bool | doubleClick (uiTreeViewItem *) override |
| uiString | getLockMenuText () const |
| bool | isExpandable () const override |
| bool | isSelectable () const override |
| int | selectionKey () const override |
| void | selectRGBA (const Pos::GeomID &) |
| bool | shouldSelect (int selkey) const override |
| int | uiTreeViewItemType () const override |
| void | updateLockPixmap (bool islocked) |
Protected Member Functions inherited from uiODTreeItem | |
| uiODTreeItem (const uiString &) | |
| ~uiODTreeItem () | |
| void | addStandardItems (uiMenu &) |
| uiODApplMgr * | applMgr () |
| bool | getMoreObjectsToDoHint () const |
| void | handleStandardItems (int mnuid) |
| virtual const char * | iconName () const |
| bool | init () override |
| void | setMoreObjectsToDoHint (bool yn) |
| ui3DViewer * | viewer () |
Protected Member Functions inherited from uiTreeItem | |
| virtual bool | addChld (uiTreeItem *, bool below, bool downwards) |
| virtual uiParent * | getUiParent () const |
| virtual void | removeItem (uiTreeViewItem *) |
| virtual void | renameItem (uiTreeViewItem *) |
| virtual bool | rightClick (uiTreeViewItem *) |
| virtual bool | selectWithKey (int selkey) |
| virtual void | setTreeViewItem (uiTreeViewItem *) |
| virtual void | updateSelection (int selectionKey, bool dw=false) |
| virtual bool | useParentType () const |
Additional Inherited Members | |
Static Public Member Functions inherited from uiODDisplayTreeItem | |
| static bool | create (uiTreeItem *, uiODApplMgr *, const VisID &) |
Static Public Member Functions inherited from CallBacker | |
| static void | createReceiverForCurrentThread () |
| static void | removeReceiverForCurrentThread () |
<>
| uiODHorizonTreeItem::uiODHorizonTreeItem | ( | const VisID & | , |
| bool | rgba, | ||
| bool | atsect, | ||
| bool | dummy ) |
| uiODHorizonTreeItem::uiODHorizonTreeItem | ( | const EM::ObjectID & | , |
| bool | rgba, | ||
| bool | atsect ) |
|
protected |
|
overrideprotectedvirtual |
Reimplemented from uiODDisplayTreeItem.
|
overrideprotectedvirtual |
Reimplemented from uiODDisplayTreeItem.
|
overrideprotectedvirtual |
Reimplemented from uiODEarthModelSurfaceTreeItem.
|
protected |
|
protected |
|
protected |
|
protected |
|
overrideprotectedvirtual |
Reimplemented from uiODEarthModelSurfaceTreeItem.
|
overrideprotectedvirtual |
Reimplemented from uiODEarthModelSurfaceTreeItem.
|
protected |
|
overrideprotectedvirtual |
Reimplemented from uiODEarthModelSurfaceTreeItem.
|
inlineoverrideprotectedvirtual |
Implements uiTreeItem.
|
overridevirtual |
Reimplemented from uiODEarthModelSurfaceTreeItem.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2025