OpendTect  6.3
Public Types | Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
Well::MarkerDispProps Class Reference
Inheritance diagram for Well::MarkerDispProps:
[legend]

Public Types

typedef int ShapeType
 
typedef int HeightType
 
- Public Types inherited from Well::BasicDispProps
typedef int SizeType
 
- Public Types inherited from Monitorable
typedef int ChangeType
 
typedef int64_t IDType
 
typedef int64_t DirtyCountType
 
typedef CNotifier< Monitorable, ChangeDataChangeDataNotifier
 

Public Member Functions

 MarkerDispProps ()
 
 ~MarkerDispProps ()
 
 mDeclMonitorableAssignment (MarkerDispProps)
 
 mImplSimpleMonitoredGetSet (inline, shapeType, setShapeType, ShapeType, shapetype_, cShapeChg())
 
 mImplSimpleMonitoredGetSet (inline, cylinderHeight, setCylinderHeight, HeightType, cylinderheight_, cShapeChg())
 
 mImplSimpleMonitoredGetSet (inline, singleColor, setSingleColor, bool, issinglecol_, cColorChg())
 
 mImplSimpleMonitoredGetSet (inline, nameColor, setNameColor, Color, nmcol_, cColorChg())
 
 mImplSimpleMonitoredGetSet (inline, sameNameCol, setSameNameCol, bool, samenmcol_, cColorChg())
 
 mImplSimpleMonitoredGetSet (inline, selMarkerNames, setSelMarkerNames, BufferStringSet, selmarkernms_, cMarkerNmsChg())
 
virtual void usePar (const IOPar &)
 
virtual void fillPar (IOPar &) const
 
void addSelMarkerName (const char *)
 
void removeSelMarkerName (const char *)
 
virtual const char * subjectName () const
 
- Public Member Functions inherited from Well::BasicDispProps
 BasicDispProps (SizeType)
 
 ~BasicDispProps ()
 
 mDeclAbstractMonitorableAssignment (BasicDispProps)
 
 mImplSimpleMonitoredGetSet (inline, color, setColor, Color, color_, cColorChg())
 
 mImplSimpleMonitoredGetSet (inline, size, setSize, SizeType, size_, cSizeChg())
 
 mImplSimpleMonitoredGetSet (inline, font, setFont, FontData, font_, cFontChg())
 
- Public Member Functions inherited from Monitorable
 Monitorable (const Monitorable &)
 
virtual ~Monitorable ()
 
Monitorableoperator= (const Monitorable &)
 
bool operator== (const Monitorable &) const
 
virtual Monitorableclone () const
 
virtual ChangeDataNotifierobjectChanged () const
 
virtual Notifier< Monitorable > & objectToBeDeleted () const
 
virtual void touch () const
 
virtual DirtyCountType dirtyCount () const
 
virtual ChangeType compareWith (const Monitorable &) const
 
void sendChangeNotification (const ChangeData &) const
 
void sendEntireObjectChangeNotification () const
 
void transferNotifsTo (const Monitorable &, const CallBacker *onlyfor=0) const
 
- 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 detachCB (const NotifierAccess &, const CallBack &) const
 
void detachCB (const NotifierAccess *notif, const CallBack &cb) const
 
bool isNotifierAttached (const NotifierAccess *) const
 Only for debugging purposes, don't use. More...
 
virtual bool isCapsule () const
 
void stopReceivingNotifications () const
 

Static Public Member Functions

static ChangeType cShapeChg ()
 
static ChangeType cMarkerNmsChg ()
 
- Static Public Member Functions inherited from Well::BasicDispProps
static SizeType cDefaultFontSize ()
 
static ChangeType cColorChg ()
 
static ChangeType cSizeChg ()
 
static ChangeType cFontChg ()
 
- Static Public Member Functions inherited from Monitorable
static Notifier< Monitorable > & instanceCreated ()
 defines static instanceCreated() More...
 
static ChangeType cEntireObjectChange ()
 
static ChangeType cNoChange ()
 
static IDType cUnspecChgID ()
 
static IDType cEntireObjectChgID ()
 
static ChangeType changeNotificationTypeOf (CallBacker *)
 
- Static Public Member Functions inherited from CallBacker
static void createReceiverForCurrentThread ()
 
static void removeReceiverForCurrentThread ()
 

Protected Attributes

ShapeType shapetype_
 
HeightType cylinderheight_
 
bool issinglecol_
 
Color nmcol_
 
bool samenmcol_
 
BufferStringSet selmarkernms_
 
- Protected Attributes inherited from Well::BasicDispProps
Color color_
 
SizeType size_
 
FontData font_
 
- Protected Attributes inherited from Monitorable
Threads::Lock accesslock_
 

Additional Inherited Members

- Protected Types inherited from Monitorable
typedef Threads::Atomic< DirtyCountTypeDirtyCounter
 
- Protected Member Functions inherited from Well::BasicDispProps
void baseUsePar (const IOPar &, const char *, const char *)
 
void baseFillPar (IOPar &, const char *) const
 
- Protected Member Functions inherited from Monitorable
 Monitorable ()
 
virtual MonitorablegetClone () const =0
 
void copyAll (const Monitorable &)
 
void sendChgNotif (AccessLocker &, const ChangeData &) const
 calls objectChanged with released lock More...
 
void sendChgNotif (AccessLocker &, ChangeType, IDType) const
 calls objectChanged with released lock More...
 
void sendDelNotif () const
 
void stopChangeNotifications () const
 
void resumeChangeNotifications () const
 
template<class T >
getMemberSimple (const T &) const
 the get function used by mImplSimpleMonitoredGet More...
 
template<class TMember , class TSetTo >
void setMemberSimple (TMember &, TSetTo, ChangeType, IDType)
 the set function used by mImplSimpleMonitoredSet More...
 
- Protected Member Functions inherited from CallBacker
void detachAllNotifiers () const
 Call from the destructor of your inherited object. More...
 

Detailed Description

Member Typedef Documentation

Constructor & Destructor Documentation

Well::MarkerDispProps::MarkerDispProps ( )
Well::MarkerDispProps::~MarkerDispProps ( )

Member Function Documentation

void Well::MarkerDispProps::addSelMarkerName ( const char *  )
static ChangeType Well::MarkerDispProps::cMarkerNmsChg ( )
inlinestatic
static ChangeType Well::MarkerDispProps::cShapeChg ( )
inlinestatic
virtual void Well::MarkerDispProps::fillPar ( IOPar ) const
virtual
Well::MarkerDispProps::mDeclMonitorableAssignment ( MarkerDispProps  )
Well::MarkerDispProps::mImplSimpleMonitoredGetSet ( inline  ,
shapeType  ,
setShapeType  ,
ShapeType  ,
shapetype_  ,
cShapeChg()   
)
Well::MarkerDispProps::mImplSimpleMonitoredGetSet ( inline  ,
cylinderHeight  ,
setCylinderHeight  ,
HeightType  ,
cylinderheight_  ,
cShapeChg()   
)
Well::MarkerDispProps::mImplSimpleMonitoredGetSet ( inline  ,
singleColor  ,
setSingleColor  ,
bool  ,
issinglecol_  ,
cColorChg()   
)
Well::MarkerDispProps::mImplSimpleMonitoredGetSet ( inline  ,
nameColor  ,
setNameColor  ,
Color  ,
nmcol_  ,
cColorChg()   
)
Well::MarkerDispProps::mImplSimpleMonitoredGetSet ( inline  ,
sameNameCol  ,
setSameNameCol  ,
bool  ,
samenmcol_  ,
cColorChg()   
)
Well::MarkerDispProps::mImplSimpleMonitoredGetSet ( inline  ,
selMarkerNames  ,
setSelMarkerNames  ,
BufferStringSet  ,
selmarkernms_  ,
cMarkerNmsChg()   
)
void Well::MarkerDispProps::removeSelMarkerName ( const char *  )
virtual const char* Well::MarkerDispProps::subjectName ( ) const
inlinevirtual

Implements Well::BasicDispProps.

virtual void Well::MarkerDispProps::usePar ( const IOPar )
virtual

Member Data Documentation

HeightType Well::MarkerDispProps::cylinderheight_
protected
bool Well::MarkerDispProps::issinglecol_
protected
Color Well::MarkerDispProps::nmcol_
protected
bool Well::MarkerDispProps::samenmcol_
protected
BufferStringSet Well::MarkerDispProps::selmarkernms_
protected
ShapeType Well::MarkerDispProps::shapetype_
protected

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