OpendTect-6_4  6.4
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
uiODVw2DTreeTop Class Reference
Inheritance diagram for uiODVw2DTreeTop:
[legend]

Public Member Functions

 uiODVw2DTreeTop (uiTreeView *, uiODApplMgr *, uiODViewer2D *, uiTreeFactorySet *)
 
 ~uiODVw2DTreeTop ()
 
bool setZAxisTransform (ZAxisTransform *)
 
void updSampling (const TrcKeyZSampling &, bool)
 
void updSelSpec (const Attrib::SelSpec *, bool wva)
 
const uiODVw2DTreeItemgetVW2DItem (int displayid) const
 
- Public Member Functions inherited from uiTreeTopItem
 uiTreeTopItem (uiTreeView *, bool=false)
 
 ~uiTreeTopItem ()
 
virtual bool addChild (uiTreeItem *, bool below)
 
virtual void updateSelection (int selectionkey, bool=false)
 
virtual void updateColumnText (int col)
 
bool isChecked () const
 
void disabRightClick (bool yn)
 
void disabAnyClick (bool yn)
 
uiTreeViewgetTreeView () const
 
- Public Member Functions inherited from uiTreeItem
 uiTreeItem (const uiString &nm=uiString::emptyString())
 
virtual ~uiTreeItem ()
 
virtual void prepareForShutdown ()
 
virtual bool askContinueAndSaveIfNeeded (bool withcancel)
 
void setName (const uiString &nm)
 
uiString name () const
 
bool areAllParentsChecked ()
 
void entryInEditMode (int col)
 
virtual int selectionKey () const
 
virtual bool select ()
 
virtual bool isSelected () const
 
void setChecked (bool yn, bool trigger=false)
 
NotifierAccesscheckStatusChange ()
 
NotifierAccesskeyPressed ()
 
void expand ()
 
bool isExpanded () const
 
void collapse ()
 
bool isCollapsed () const
 
bool hasChildren () const
 
bool hasGrandChildren () const
 
bool allChildrenExpanded () const
 
bool allChildrenCollapsed () const
 
bool allChildrenChecked () const
 
bool allChildrenUnchecked () const
 
virtual int siblingIndex () const
 
virtual uiTreeItemsiblingAbove ()
 
virtual uiTreeItemsiblingBelow ()
 
virtual void moveItem (uiTreeItem *after)
 
virtual void moveItemToTop ()
 
uiTreeItemlastChild ()
 
int nrChildren () const
 
const uiTreeItemgetChild (int) const
 
uiTreeItemgetChild (int)
 
ObjectSet< uiTreeItem > & getChildren ()
 
const ObjectSet< uiTreeItem > & getChildren () const
 
virtual void removeChild (uiTreeItem *)
 
virtual void removeAllChildren ()
 
virtual const uiTreeItemfindChild (const char *name) const
 
virtual const uiTreeItemfindChild (int selkey) const
 
virtual uiTreeItemfindChild (const char *name)
 
virtual uiTreeItemfindChild (int selkey)
 
virtual void findChildren (const char *, ObjectSet< uiTreeItem > &)
 
template<class T >
void setProperty (const char *key, const T &)
 
void setPropertyPtr (const char *key, void *)
 
template<class T >
bool getProperty (const char *key, T &res) const
 
bool getPropertyPtr (const char *key, void *&) const
 
virtual void updateCheckStatus ()
 
virtual void translateText ()
 
uiTreeViewItemgetItem ()
 
const uiTreeViewItemgetItem () const
 
void updateSelTreeColumnText (int col)
 
uiTreeItemparentTreeItem ()
 
- Public Member Functions inherited from CallBacker
 CallBacker ()
 
 CallBacker (const CallBacker &)
 
virtual ~CallBacker ()
 
bool attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false)
 
bool attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false)
 
void detachCB (NotifierAccess &, const CallBack &)
 
void detachCB (NotifierAccess *notif, const CallBack &cb)
 
bool isNotifierAttached (NotifierAccess *) const
 Only for debugging purposes, don't use. More...
 

Static Public Member Functions

static const char * viewer2dptr ()
 
static const char * applmgrstr ()
 

Protected Member Functions

void addFactoryCB (CallBacker *)
 
void removeFactoryCB (CallBacker *)
 
virtual const char * parentType () const
 
uiODApplMgrapplMgr ()
 
uiODViewer2Dviewer2D ()
 
bool selectWithKey (int)
 
- Protected Member Functions inherited from uiTreeTopItem
virtual bool addChld (uiTreeItem *, bool below, bool downwards)
 
virtual void removeItem (uiTreeViewItem *)
 
void selectionChanged (CallBacker *)
 
void rightClickCB (CallBacker *)
 
void anyButtonClickCB (CallBacker *)
 
void doubleClickCB (CallBacker *)
 
void itemRenamed (CallBacker *)
 
void handleSelectionChanged (bool frmbtclk)
 
virtual uiParentgetUiParent () const
 
- Protected Member Functions inherited from uiTreeItem
virtual int uiTreeViewItemType () const
 
virtual bool useParentType () const
 
virtual bool init ()
 
virtual bool rightClick (uiTreeViewItem *)
 
virtual bool anyButtonClick (uiTreeViewItem *)
 
virtual bool doubleClick (uiTreeViewItem *)
 
virtual void setTreeViewItem (uiTreeViewItem *)
 
virtual void renameItem (uiTreeViewItem *)
 
virtual bool showSubMenu ()
 
virtual bool isSelectable () const
 
virtual bool isExpandable () const
 
virtual bool shouldSelect (int selectionkey) const
 
- Protected Member Functions inherited from CallBacker
void detachAllNotifiers ()
 Call from the destructor of your inherited object. More...
 

Protected Attributes

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

Detailed Description

Constructor & Destructor Documentation

uiODVw2DTreeTop::uiODVw2DTreeTop ( uiTreeView ,
uiODApplMgr ,
uiODViewer2D ,
uiTreeFactorySet  
)
uiODVw2DTreeTop::~uiODVw2DTreeTop ( )

Member Function Documentation

void uiODVw2DTreeTop::addFactoryCB ( CallBacker )
protected
uiODApplMgr* uiODVw2DTreeTop::applMgr ( )
protected
static const char* uiODVw2DTreeTop::applmgrstr ( )
static
const uiODVw2DTreeItem* uiODVw2DTreeTop::getVW2DItem ( int  displayid) const
virtual const char* uiODVw2DTreeTop::parentType ( ) const
inlineprotectedvirtual
Returns
typeid(parentclass).name()

Reimplemented from uiTreeTopItem.

void uiODVw2DTreeTop::removeFactoryCB ( CallBacker )
protected
bool uiODVw2DTreeTop::selectWithKey ( int  )
protectedvirtual

Reimplemented from uiTreeItem.

bool uiODVw2DTreeTop::setZAxisTransform ( ZAxisTransform )
void uiODVw2DTreeTop::updSampling ( const TrcKeyZSampling ,
bool   
)
void uiODVw2DTreeTop::updSelSpec ( const Attrib::SelSpec ,
bool  wva 
)
uiODViewer2D* uiODVw2DTreeTop::viewer2D ( )
protected
static const char* uiODVw2DTreeTop::viewer2dptr ( )
static

Member Data Documentation

uiTreeFactorySet* uiODVw2DTreeTop::tfs_
protected

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