![]() |
OpendTect-6_4
6.4
|
Public Member Functions | |
| uiODPSEventsTreeItem (const MultiID &key, const char *) | |
| ~uiODPSEventsTreeItem () | |
| void | updateScaleFactor (float) |
| void | updateColorMode (int mode) |
Public Member Functions inherited from uiODDisplayTreeItem | |
| uiODDisplayTreeItem () | |
| virtual | ~uiODDisplayTreeItem () |
| bool | showSubMenu () |
| virtual bool | actModeWhenSelected () const |
| void | updateCheckStatus () |
| int | displayID () const |
| uiODDataTreeItem * | addAttribItem () |
| void | prepareForShutdown () |
| void | handleAddAttrib () |
| virtual void | setOnlyAtSectionsDisplay (bool) |
| virtual bool | displayedOnlyAtSections () const |
| virtual bool | isOnlyAtSections () const |
Public Member Functions inherited from uiODTreeItem | |
| uiODTreeItem (const uiString &) | |
| bool | anyButtonClick (uiTreeViewItem *) |
| int | sceneID () const |
Public Member Functions inherited from uiTreeItem | |
| uiTreeItem (const uiString &nm=uiString::emptyString()) | |
| virtual | ~uiTreeItem () |
| void | setName (const uiString &nm) |
| uiString | name () const |
| bool | areAllParentsChecked () |
| void | entryInEditMode (int col) |
| virtual bool | select () |
| virtual bool | isSelected () const |
| void | setChecked (bool yn, bool trigger=false) |
| virtual bool | isChecked () const |
| NotifierAccess * | checkStatusChange () |
| NotifierAccess * | keyPressed () |
| 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 uiTreeItem * | siblingAbove () |
| virtual uiTreeItem * | siblingBelow () |
| virtual void | moveItem (uiTreeItem *after) |
| virtual void | moveItemToTop () |
| uiTreeItem * | lastChild () |
| int | nrChildren () const |
| const uiTreeItem * | getChild (int) const |
| uiTreeItem * | getChild (int) |
| ObjectSet< uiTreeItem > & | getChildren () |
| const ObjectSet< uiTreeItem > & | getChildren () const |
| virtual bool | addChild (uiTreeItem *child, bool below) |
| virtual void | removeChild (uiTreeItem *) |
| virtual void | removeAllChildren () |
| virtual const uiTreeItem * | findChild (const char *name) const |
| virtual const uiTreeItem * | findChild (int selkey) const |
| virtual uiTreeItem * | findChild (const char *name) |
| virtual uiTreeItem * | findChild (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 | translateText () |
| uiTreeViewItem * | getItem () |
| const uiTreeViewItem * | getItem () const |
| void | updateSelTreeColumnText (int col) |
| uiTreeItem * | parentTreeItem () |
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... | |
Protected Member Functions | |
| virtual const char * | parentType () const |
| virtual const char * | managerName () const |
| virtual void | createMenu (MenuHandler *, bool istb) |
| virtual void | handleMenuCB (CallBacker *) |
| virtual bool | anyButtonClick (uiTreeViewItem *) |
| virtual void | updateColumnText (int) |
| void | coltabChangeCB (CallBacker *) |
| bool | init () |
| void | updateDisplay () |
| void | displayMiniColTab () |
Protected Member Functions inherited from uiODDisplayTreeItem | |
| virtual uiODDataTreeItem * | createAttribItem (const Attrib::SelSpec *) const |
| bool | shouldSelect (int selkey) const |
| int | selectionKey () const |
| int | uiTreeViewItemType () const |
| virtual void | checkCB (CallBacker *) |
| virtual void | keyPressCB (CallBacker *) |
| virtual bool | doubleClick (uiTreeViewItem *) |
| bool | isSelectable () const |
| bool | isExpandable () const |
| uiString | getLockMenuText () const |
| virtual uiString | createDisplayName () const |
| void | updateLockPixmap (bool islocked) |
| void | selectRGBA (const Pos::GeomID &) |
| virtual bool | askContinueAndSaveIfNeeded (bool withcancel) |
| void | addToToolBarCB (CallBacker *) |
| void | createMenuCB (CallBacker *) |
| virtual void | deleteObject () |
Protected Member Functions inherited from uiODTreeItem | |
| uiODApplMgr * | applMgr () |
| ui3DViewer * | viewer () |
| virtual const char * | iconName () const |
| void | addStandardItems (uiMenu &) |
| void | handleStandardItems (int mnuid) |
| void | setMoreObjectsToDoHint (bool yn) |
| bool | getMoreObjectsToDoHint () const |
Protected Member Functions inherited from uiTreeItem | |
| virtual uiParent * | getUiParent () const |
| virtual bool | addChld (uiTreeItem *, bool below, bool downwards) |
| virtual bool | useParentType () const |
| virtual bool | rightClick (uiTreeViewItem *) |
| virtual void | setTreeViewItem (uiTreeViewItem *) |
| virtual void | removeItem (uiTreeViewItem *) |
| virtual void | renameItem (uiTreeViewItem *) |
| virtual bool | selectWithKey (int selkey) |
| virtual void | updateSelection (int selectionKey, bool dw=false) |
Protected Member Functions inherited from CallBacker | |
| void | detachAllNotifiers () |
| Call from the destructor of your inherited object. More... | |
Protected Attributes | |
| PreStack::EventManager & | psem_ |
| BufferString | eventname_ |
| float | scalefactor_ |
| Coord | dir_ |
| visSurvey::PSEventDisplay * | eventdisplay_ |
| MenuItem * | coloritem_ |
| MultiID | key_ |
| int | coloridx_ |
| int | dispidx_ |
Protected Attributes inherited from uiODDisplayTreeItem | |
| uiVisPartServer * | visserv_ |
| int | displayid_ |
| MenuItem | addmnuitem_ |
| MenuItem | displaymnuitem_ |
| MenuItem | addattribmnuitem_ |
| MenuItem | addvolprocmnuitem_ |
| MenuItem | duplicatemnuitem_ |
| MenuItem | removemnuitem_ |
| MenuItem | lockmnuitem_ |
| MenuItem | hidemnuitem_ |
| MenuItem | histogrammnuitem_ |
Protected Attributes inherited from uiTreeItem | |
| IOPar | properties_ |
| uiTreeItem * | parent_ |
| uiString | name_ |
| uiTreeViewItem * | uitreeviewitem_ |
| ObjectSet< uiTreeItem > | children_ |
Additional Inherited Members | |
Static Public Member Functions inherited from uiODDisplayTreeItem | |
| static bool | create (uiTreeItem *, uiODApplMgr *, int displayid) |
| uiODPSEventsTreeItem::uiODPSEventsTreeItem | ( | const MultiID & | key, |
| const char * | |||
| ) |
| uiODPSEventsTreeItem::~uiODPSEventsTreeItem | ( | ) |
|
protectedvirtual |
Reimplemented from uiTreeItem.
|
protected |
|
protectedvirtual |
Reimplemented from uiODDisplayTreeItem.
|
protected |
|
protectedvirtual |
Reimplemented from uiODDisplayTreeItem.
|
protectedvirtual |
Reimplemented from uiODDisplayTreeItem.
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
Implements uiTreeItem.
| void uiODPSEventsTreeItem::updateColorMode | ( | int | mode | ) |
|
protectedvirtual |
Reimplemented from uiODDisplayTreeItem.
|
protected |
| void uiODPSEventsTreeItem::updateScaleFactor | ( | float | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019