OpendTect
7.0
|
Public Member Functions | |
uiTreeTopItem (uiTreeView *, bool=false) | |
~uiTreeTopItem () | |
bool | addChild (uiTreeItem *, bool below) override |
void | disabAnyClick (bool yn) |
void | disabRightClick (bool yn) |
uiTreeView * | getTreeView () const |
bool | isChecked () const override |
void | updateColumnText (int col) override |
void | updateSelection (int selectionkey, bool=false) override |
Public Member Functions inherited from uiTreeItem | |
uiTreeItem (const uiString &nm=uiString::emptyString()) | |
virtual | ~uiTreeItem () |
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 |
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 () |
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 | addChld (uiTreeItem *, bool below, bool downwards) override |
void | anyButtonClickCB (CallBacker *) |
void | doubleClickCB (CallBacker *) |
uiParent * | getUiParent () const override |
void | handleSelectionChanged (bool frmbtclk) |
void | itemRenamed (CallBacker *) |
const char * | parentType () const override |
void | removeItem (uiTreeViewItem *) override |
void | rightClickCB (CallBacker *) |
void | selectionChanged (CallBacker *) |
Protected Member Functions inherited from uiTreeItem | |
virtual bool | anyButtonClick (uiTreeViewItem *) |
virtual bool | doubleClick (uiTreeViewItem *) |
virtual bool | init () |
virtual bool | isExpandable () const |
virtual bool | isSelectable () const |
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 bool | useParentType () const |
Protected Attributes | |
bool | disabanyclick_ |
bool | disabrightclick_ |
bool | disabselcngresp_ |
uiTreeView * | listview_ |
Protected Attributes inherited from uiTreeItem | |
ObjectSet< uiTreeItem > | children_ |
uiString | name_ |
uiTreeItem * | parent_ |
IOPar | properties_ |
uiTreeViewItem * | uitreeviewitem_ |
Additional Inherited Members | |
Static Public Member Functions inherited from CallBacker | |
static void | createReceiverForCurrentThread () |
static void | removeReceiverForCurrentThread () |
<>
uiTreeTopItem::uiTreeTopItem | ( | uiTreeView * | , |
bool | = false |
||
) |
uiTreeTopItem::~uiTreeTopItem | ( | ) |
|
overridevirtual |
Adds a child. If the child does not fit (i.e. the child's parentType() is not the same as this), it will try to find a valid parent somewhere else in the tree.
child | becomes mine |
below | specifies wether the child shoule be added above or below eventual existing siblings. |
Reimplemented from uiTreeItem.
|
overrideprotectedvirtual |
Adds a child to this item. If the child does not fit (i.e. its parentType() is not equal to this), the object tries to add it to its parent if downwards is false. If downwards is true, it tries to add it to its children if it does not fit.
below | specifies wether the child should be added above or below eventual existing siblings. |
downwards |
Reimplemented from uiTreeItem.
|
protected |
|
inline |
|
inline |
|
protected |
|
inline |
|
overrideprotectedvirtual |
Reimplemented from uiTreeItem.
|
protected |
|
inlineoverridevirtual |
Reimplemented from uiTreeItem.
|
protected |
|
inlineoverrideprotectedvirtual |
Implements uiTreeItem.
Reimplemented in uiODView2DTreeTop, and uiODTreeTop.
|
overrideprotectedvirtual |
Reimplemented from uiTreeItem.
|
protected |
|
protected |
|
overridevirtual |
Reimplemented from uiTreeItem.
|
overridevirtual |
Does only update the display
Reimplemented from uiTreeItem.
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024