![]() |
OpendTect
7.0
|
Tree item for Contour display on 3D horizons. More...
Public Member Functions | |
| uiContourTreeItem (const char *parenttype) | |
| ~uiContourTreeItem () | |
| int | getNrContours () const |
| void | setAttribName (const char *attrnm) |
Public Member Functions inherited from uiODDataTreeItem | |
| ~uiODDataTreeItem () | |
| int | attribNr () const |
| VisID | displayID () const |
| mDefineFactory2ParamInClass (uiODDataTreeItem, const Attrib::SelSpec &, const char *, factory) void prepareForShutdown() | |
| virtual bool | select () |
| virtual void | show (bool yn) |
Public Member Functions inherited from uiTreeItem | |
| 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 | removeAllChildren () |
| virtual void | removeChild (uiTreeItem *) |
| 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 () |
Static Public Member Functions | |
| static uiODDataTreeItem * | create (const Attrib::SelSpec &, const char *) |
| static void | initClass () |
| static BufferString | selectAttribute (uiParent *, const MultiID &) |
| static const char * | sKeyContourDefString () |
| static const char * | sKeyZValue () |
Static Public Member Functions inherited from uiODDataTreeItem | |
| static int | cPixmapHeight () |
| static int | cPixmapWidth () |
Static Public Member Functions inherited from CallBacker | |
| static void | createReceiverForCurrentThread () |
| static void | removeReceiverForCurrentThread () |
Private Member Functions | |
| virtual void | checkCB (CallBacker *) |
| bool | computeUICContourSteps (const Array2D< float > &) |
| virtual uiString | createDisplayName () const |
| virtual void | createMenu (MenuHandler *, bool istb) |
| bool | createPolyLines () |
| virtual bool | doubleClick (uiTreeViewItem *) |
| Array2D< float > * | getDataSet (visSurvey::HorizonDisplay *) |
| visSurvey::HorizonDisplay * | getHorDisp () |
| void | getZVSAreaValues (TypeSet< float > &zvals, TypeSet< float > &areas) const |
| virtual void | handleMenuCB (CallBacker *) |
| virtual bool | hasTransparencyMenu () const |
| virtual bool | init () |
| void | intvChangeCB (CallBacker *) |
| void | prepareForShutdown () |
| void | propChangeCB (CallBacker *) |
| void | removeAll () |
| void | removeLabels () |
| void | removeOldUICContoursFromScene () |
| void | saveAreasAsCB (CallBacker *) |
| bool | setLabels (visBase::Text2 *) |
| void | showPropertyDlg () |
| void | startCreateUICContours () |
| void | updateColumnText (int) |
| void | updateUICContours (const StepInterval< float > &) |
| void | updateZShift () |
| void | visClosingCB (CallBacker *) |
Private Attributes | |
| MenuItem | areamenuitm_ |
| TypeSet< double > | areas_ |
| BufferString | attrnm_ |
| OD::Color | color_ |
| StepInterval< float > | contourintv_ |
| Interval< float > | contoursteprange_ |
| visBase::DrawStyle * | drawstyle_ |
| visBase::Text2 * | labels_ |
| visBase::PolyLine * | lines_ |
| int | linewidth_ |
| visBase::Material * | material_ |
| MenuItem | optionsmenuitem_ |
| uiContourParsDlg * | propdlg_ |
| bool | showlabels_ |
| float | zshift_ |
Friends | |
| class | uiContourTreeItemContourGenerator |
Tree item for Contour display on 3D horizons.
<>
| uiContourTreeItem::uiContourTreeItem | ( | const char * | parenttype | ) |
| uiContourTreeItem::~uiContourTreeItem | ( | ) |
|
privatevirtual |
Reimplemented from uiODDataTreeItem.
|
private |
|
static |
|
privatevirtual |
Implements uiODDataTreeItem.
|
privatevirtual |
Reimplemented from uiODDataTreeItem.
|
private |
|
privatevirtual |
Reimplemented from uiTreeItem.
|
private |
|
private |
| int uiContourTreeItem::getNrContours | ( | ) | const |
|
private |
|
privatevirtual |
Reimplemented from uiODDataTreeItem.
|
inlineprivatevirtual |
Reimplemented from uiODDataTreeItem.
|
privatevirtual |
Reimplemented from uiODDataTreeItem.
|
static |
|
private |
|
privatevirtual |
Override if you want to popup dlg for saving various things (or similar)
Reimplemented from uiTreeItem.
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
|
inline |
|
private |
|
private |
|
static |
|
static |
|
private |
|
privatevirtual |
Reimplemented from uiTreeItem.
|
private |
|
private |
|
private |
|
friend |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024