17 namespace PreStack {
class EventManager; }
18 namespace visSurvey {
class PSEventDisplay; }
28 const char* parentType()
const;
29 const char* iconName()
const;
30 virtual bool showSubMenu();
40 const char*
name()
const {
return typeid(*this).name(); }
52 void updateScaleFactor(
float);
53 void updateColorMode(
int mode);
59 virtual const char*
managerName()
const {
return "PreStackEvents"; }
63 virtual void updateColumnText(
int);
68 void displayMiniColTab();
#define mExpClass(module)
Definition: commondefs.h:157
Inherit from this class to be able to send and/or receive CallBacks.
Definition: callback.h:182
Definition: menuhandler.h:185
const char * name() const
Definition: uiodpseventstreeitem.h:40
OpendTect application top level object.
Definition: uiodmain.h:38
#define mODTextTranslationClass(clss)
Definition: uistring.h:37
float scalefactor_
Definition: uiodpseventstreeitem.h:72
int dispidx_
Definition: uiodpseventstreeitem.h:78
Definition: prestackagc.h:18
virtual const char * managerName() const
Definition: uiodpseventstreeitem.h:59
Definition: uiodscenetreeitem.h:22
Definition: vispseventdisplay.h:33
Definition: uioddisplaytreeitem.h:24
Definition: uiodscenetreeitem.h:69
Used for displaying a polyline, preview for a random line created throught well path.
Definition: visarrowdisplay.h:18
virtual const char * parentType() const
Definition: uiodpseventstreeitem.h:56
uiTreeItem * create() const
Definition: uiodpseventstreeitem.h:41
uiODPSEventsTreeItem * child_
Definition: uiodpseventstreeitem.h:32
Definition: uiodpseventstreeitem.h:47
Definition: uitreeview.h:194
PreStack::EventManager & psem_
Definition: uiodpseventstreeitem.h:70
uiTreeItem * create(int visid, uiTreeItem *) const
Definition: uiodpseventstreeitem.h:42
MenuItem * coloritem_
Definition: uiodpseventstreeitem.h:75
OD::String with its own variable length buffer. The buffer has a guaranteed minimum size...
Definition: bufstring.h:38
BufferString eventname_
Definition: uiodpseventstreeitem.h:71
Definition: uiodpseventstreeitem.h:20
Coord dir_
Definition: uiodpseventstreeitem.h:73
visSurvey::PSEventDisplay * eventdisplay_
Definition: uiodpseventstreeitem.h:74
int coloridx_
Definition: uiodpseventstreeitem.h:77
Full key to any object in the OpendTect data store.
Definition: dbkey.h:36
2D point or vector class.
Definition: commontypes.h:58
DBKey key_
Definition: uiodpseventstreeitem.h:76
Definition: uiodpseventstreeitem.h:36
are helping classes for uiTreeViews, wich makes it easy to bundle inteligence and data to treeitems...
Definition: uitreeitem.h:34
A EventManager is a set of EventsSet on multiple PreStack gathers, and are identified under the same ...
Definition: prestackevents.h:102