![]() |
OpendTect
6.6
|
Public Member Functions | |
uiODVw2DTreeItem (const uiString &) | |
~uiODVw2DTreeItem () | |
void | addKeyBoardEvent (int id) |
void | fillPar (IOPar &) const |
const uiODVw2DTreeItem * | getVW2DItem (int displayid) const |
bool | setZAxisTransform (ZAxisTransform *) |
void | updSampling (const TrcKeyZSampling &, bool) |
void | updSelSpec (const Attrib::SelSpec *, bool wva) |
void | usePar (const IOPar &) |
![]() | |
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 | 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 |
Static Public Member Functions | |
static bool | create (uiTreeItem *, const uiODViewer2D &, int displayid) |
static bool | create (uiTreeItem *, int vwrvisid, int displayid) |
![]() | |
static void | createReceiverForCurrentThread () |
static void | removeReceiverForCurrentThread () |
Protected Member Functions | |
void | addAction (uiMenu &mnu, uiString txt, int id, const char *icon=0, bool enab=true) |
uiODApplMgr * | applMgr () |
uiMenu * | createAddMenu () |
uiMenu * | createRemoveMenu () |
virtual void | dataTransformCB (CallBacker *) |
void | doSave () |
void | doSaveAs () |
int | getNewItemID () const |
virtual bool | handleStdSubMenu (int menuid) |
virtual void | hideAllChildren () |
virtual const char * | iconName () const |
virtual bool | init () |
virtual void | insertStdSubMenu (uiMenu &) |
bool | isAddItem (int id, bool addall) const |
bool | isRemoveItem (int id, bool removeall) const |
void | keyPressedCB (CallBacker *) |
virtual void | removeAllChildren () |
void | renameVisObj () |
virtual void | showAllChildren () |
virtual void | updateCS (const TrcKeyZSampling &, bool) |
virtual void | updateSelSpec (const Attrib::SelSpec *, bool wva) |
uiODViewer2D * | viewer2D () |
![]() | |
virtual bool | addChld (uiTreeItem *, bool below, bool downwards) |
virtual bool | anyButtonClick (uiTreeViewItem *) |
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 |
Static Protected Member Functions | |
static uiString | sChangeSetup () |
Protected Attributes | |
ZAxisTransform * | datatransform_ |
int | displayid_ |
int | objid_ |
![]() | |
ObjectSet< uiTreeItem > | children_ |
uiString | name_ |
uiTreeItem * | parent_ |
IOPar | properties_ |
uiTreeViewItem * | uitreeviewitem_ |
Private Member Functions | |
void | doStoreObject (bool) |
<>
uiODVw2DTreeItem::uiODVw2DTreeItem | ( | const uiString & | ) |
uiODVw2DTreeItem::~uiODVw2DTreeItem | ( | ) |
|
protected |
void uiODVw2DTreeItem::addKeyBoardEvent | ( | int | id | ) |
|
protected |
|
static |
|
static |
|
protected |
|
protected |
|
inlineprotectedvirtual |
Reimplemented in uiODVW2DWiggleVarAreaTreeItem, and uiODVW2DVariableDensityTreeItem.
|
protected |
|
protected |
|
private |
void uiODVw2DTreeItem::fillPar | ( | IOPar & | ) | const |
|
protected |
const uiODVw2DTreeItem* uiODVw2DTreeItem::getVW2DItem | ( | int | displayid | ) | const |
|
protectedvirtual |
|
protectedvirtual |
|
inlineprotectedvirtual |
|
protectedvirtual |
Reimplemented from uiTreeItem.
Reimplemented in uiODVW2DWiggleVarAreaTreeItem, uiODVW2DVariableDensityTreeItem, uiODVw2DPickSetTreeItem, uiODVw2DPickSetParentTreeItem, uiODVw2DHor3DTreeItem, uiODVw2DHor3DParentTreeItem, uiODVw2DHor2DTreeItem, uiODVw2DHor2DParentTreeItem, uiODVw2DFaultTreeItem, uiODVw2DFaultParentTreeItem, uiODVw2DFaultSSTreeItem, uiODVw2DFaultSSParentTreeItem, uiODVw2DFaultSS2DTreeItem, and uiODVw2DFaultSS2DParentTreeItem.
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented from uiTreeItem.
|
protected |
|
inlinestaticprotected |
bool uiODVw2DTreeItem::setZAxisTransform | ( | ZAxisTransform * | ) |
|
protectedvirtual |
|
inlineprotectedvirtual |
Reimplemented in uiODVw2DHor3DTreeItem, uiODVw2DFaultTreeItem, and uiODVw2DFaultSSTreeItem.
|
inlineprotectedvirtual |
Reimplemented in uiODVw2DHor3DTreeItem, and uiODVw2DHor2DTreeItem.
void uiODVw2DTreeItem::updSampling | ( | const TrcKeyZSampling & | , |
bool | |||
) |
void uiODVw2DTreeItem::updSelSpec | ( | const Attrib::SelSpec * | , |
bool | wva | ||
) |
void uiODVw2DTreeItem::usePar | ( | const IOPar & | ) |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at 07/14/2022 09:53:01 for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2022