OpendTect
7.0
|
Public Member Functions | |
uiODBodyDisplayTreeItem (const EM::ObjectID &) | |
uiODBodyDisplayTreeItem (VisID, bool dummy) | |
~uiODBodyDisplayTreeItem () | |
void | displayAtSections (bool yn) |
EM::ObjectID | emObjectID () const |
void | setOnlyAtSectionsDisplay (bool) |
Public Member Functions inherited from uiODDisplayTreeItem | |
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 () |
void | show (bool) |
bool | showSubMenu () |
void | updateCheckStatus () |
void | updateColumnText (int) |
Public Member Functions inherited from uiODTreeItem | |
virtual | ~uiODTreeItem () |
bool | anyButtonClick (uiTreeViewItem *) |
SceneID | sceneID () const |
Public Member Functions inherited from uiTreeItem | |
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) |
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. 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 | |
bool | askContinueAndSaveIfNeeded (bool withcancel) |
void | askSaveCB (CallBacker *) |
uiODDataTreeItem * | createAttribItem (const Attrib::SelSpec *) const |
virtual void | createMenu (MenuHandler *, bool istb) |
bool | createUiVisObj () |
void | handleMenuCB (CallBacker *) |
bool | init () |
void | keyPressedCB (CallBacker *) |
const char * | parentType () const |
void | prepareForShutdown () |
void | saveCB (CallBacker *) |
Protected Member Functions inherited from uiODDisplayTreeItem | |
void | addToToolBarCB (CallBacker *) |
virtual void | checkCB (CallBacker *) |
virtual void | colorChgCB (CallBacker *) |
virtual uiString | createDisplayName () const |
void | createMenuCB (CallBacker *) |
virtual void | deleteObject () |
virtual bool | doubleClick (uiTreeViewItem *) |
uiString | getLockMenuText () const |
bool | isExpandable () const |
bool | isSelectable () const |
virtual void | keyPressCB (CallBacker *) |
int | selectionKey () const |
void | selectRGBA (const Pos::GeomID &) |
bool | shouldSelect (int selkey) const |
int | uiTreeViewItemType () const |
void | updateLockPixmap (bool islocked) |
Protected Member Functions inherited from uiODTreeItem | |
uiODTreeItem (const uiString &) | |
void | addStandardItems (uiMenu &) |
uiODApplMgr * | applMgr () |
bool | getMoreObjectsToDoHint () const |
void | handleStandardItems (int mnuid) |
virtual const char * | iconName () const |
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 |
Static Protected Member Functions | |
static uiString | sCalcVolume () |
static uiString | sPickedPolygons () |
Additional Inherited Members | |
Static Public Member Functions inherited from uiODDisplayTreeItem | |
static bool | create (uiTreeItem *, uiODApplMgr *, VisID displayid) |
Static Public Member Functions inherited from CallBacker | |
static void | createReceiverForCurrentThread () |
static void | removeReceiverForCurrentThread () |
<>
uiODBodyDisplayTreeItem::uiODBodyDisplayTreeItem | ( | VisID | , |
bool | dummy | ||
) |
uiODBodyDisplayTreeItem::uiODBodyDisplayTreeItem | ( | const EM::ObjectID & | ) |
uiODBodyDisplayTreeItem::~uiODBodyDisplayTreeItem | ( | ) |
|
protectedvirtual |
Reimplemented from uiODDisplayTreeItem.
|
protected |
|
protectedvirtual |
Reimplemented from uiODDisplayTreeItem.
|
protectedvirtual |
Reimplemented from uiODDisplayTreeItem.
|
protected |
|
inline |
|
inline |
|
protectedvirtual |
Reimplemented from uiODDisplayTreeItem.
|
protectedvirtual |
Reimplemented from uiODDisplayTreeItem.
|
protected |
|
inlineprotectedvirtual |
Implements uiTreeItem.
|
protectedvirtual |
Override if you want to popup dlg for saving various things (or similar)
Reimplemented from uiTreeItem.
|
protected |
|
inlinestaticprotected |
|
virtual |
Reimplemented from uiODDisplayTreeItem.
|
inlinestaticprotected |
|
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-2024