OpendTect  7.0
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
uiODTreeTop Class Reference
Inheritance diagram for uiODTreeTop:
[legend]

Public Member Functions

 uiODTreeTop (ui3DViewer *, uiTreeView *, uiODApplMgr *, uiTreeFactorySet *)
 
 ~uiODTreeTop ()
 
TypeSet< VisIDgetDisplayIds (VisID &, bool)
 
void loopOverChildrenIds (TypeSet< VisID > &, VisID &, bool, const ObjectSet< uiTreeItem > &)
 
SceneID sceneID () const
 
bool selectWithKey (int selkey)
 
- Public Member Functions inherited from uiTreeTopItem
 uiTreeTopItem (uiTreeView *, bool=false)
 
 ~uiTreeTopItem ()
 
bool addChild (uiTreeItem *, bool below) override
 
void disabAnyClick (bool yn)
 
void disabRightClick (bool yn)
 
uiTreeViewgetTreeView () 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)
 
NotifierAccesscheckStatusChange ()
 
void collapse ()
 
void entryInEditMode (int col)
 
void expand ()
 
virtual uiTreeItemfindChild (const char *name)
 
virtual const uiTreeItemfindChild (const char *name) const
 
virtual uiTreeItemfindChild (int selkey)
 
virtual const uiTreeItemfindChild (int selkey) const
 
virtual void findChildren (const char *, ObjectSet< uiTreeItem > &)
 
uiTreeItemgetChild (int)
 
const uiTreeItemgetChild (int) const
 
ObjectSet< uiTreeItem > & getChildren ()
 
const ObjectSet< uiTreeItem > & getChildren () const
 
uiTreeViewItemgetItem ()
 
const uiTreeViewItemgetItem () 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
 
NotifierAccesskeyPressed ()
 
uiTreeItemlastChild ()
 
virtual void moveItem (uiTreeItem *after)
 
virtual void moveItemToTop ()
 
uiString name () const
 
int nrChildren () const
 
uiTreeItemparentTreeItem ()
 
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 uiTreeItemsiblingAbove ()
 
virtual uiTreeItemsiblingBelow ()
 
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 CallBackertrueCaller ()
 

Static Public Member Functions

static const char * applmgrstr ()
 
static const char * sceneidkey ()
 
static const char * viewerptr ()
 
- Static Public Member Functions inherited from CallBacker
static void createReceiverForCurrentThread ()
 
static void removeReceiverForCurrentThread ()
 

Protected Member Functions

void addFactoryCB (CallBacker *)
 
uiODApplMgrapplMgr ()
 
virtual const char * parentType () const
 
void removeFactoryCB (CallBacker *)
 
- Protected Member Functions inherited from uiTreeTopItem
bool addChld (uiTreeItem *, bool below, bool downwards) override
 
void anyButtonClickCB (CallBacker *)
 
void doubleClickCB (CallBacker *)
 
uiParentgetUiParent () const override
 
void handleSelectionChanged (bool frmbtclk)
 
void itemRenamed (CallBacker *)
 
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 void setTreeViewItem (uiTreeViewItem *)
 
virtual bool shouldSelect (int selectionkey) const
 
virtual bool showSubMenu ()
 
virtual int uiTreeViewItemType () const
 
virtual bool useParentType () const
 

Protected Attributes

uiTreeFactorySettfs
 
- Protected Attributes inherited from uiTreeTopItem
bool disabanyclick_
 
bool disabrightclick_
 
bool disabselcngresp_
 
uiTreeViewlistview_
 
- Protected Attributes inherited from uiTreeItem
ObjectSet< uiTreeItemchildren_
 
uiString name_
 
uiTreeItemparent_
 
IOPar properties_
 
uiTreeViewItemuitreeviewitem_
 

Detailed Description

<>

Constructor & Destructor Documentation

◆ uiODTreeTop()

uiODTreeTop::uiODTreeTop ( ui3DViewer ,
uiTreeView ,
uiODApplMgr ,
uiTreeFactorySet  
)

◆ ~uiODTreeTop()

uiODTreeTop::~uiODTreeTop ( )

Member Function Documentation

◆ addFactoryCB()

void uiODTreeTop::addFactoryCB ( CallBacker )
protected

◆ applMgr()

uiODApplMgr* uiODTreeTop::applMgr ( )
protected

◆ applmgrstr()

static const char* uiODTreeTop::applmgrstr ( )
static

◆ getDisplayIds()

TypeSet<VisID> uiODTreeTop::getDisplayIds ( VisID ,
bool   
)

◆ loopOverChildrenIds()

void uiODTreeTop::loopOverChildrenIds ( TypeSet< VisID > &  ,
VisID ,
bool  ,
const ObjectSet< uiTreeItem > &   
)

◆ parentType()

virtual const char* uiODTreeTop::parentType ( ) const
inlineprotectedvirtual
Returns
typeid(parentclass).name()

Reimplemented from uiTreeTopItem.

◆ removeFactoryCB()

void uiODTreeTop::removeFactoryCB ( CallBacker )
protected

◆ sceneID()

SceneID uiODTreeTop::sceneID ( ) const

◆ sceneidkey()

static const char* uiODTreeTop::sceneidkey ( )
static

◆ selectWithKey()

bool uiODTreeTop::selectWithKey ( int  selkey)
virtual

Reimplemented from uiTreeItem.

◆ viewerptr()

static const char* uiODTreeTop::viewerptr ( )
static

Member Data Documentation

◆ tfs

uiTreeFactorySet* uiODTreeTop::tfs
protected

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024