OpendTect
6.6
|
Public Types | |
typedef Geom::PosRectangle< double > | BoundingBox |
Public Types inherited from ObjectWithName | |
typedef OD::String | name_type |
Public Member Functions | |
BaseMapObject (const char *nm) | |
~BaseMapObject () | |
virtual bool | allowHoverEvent (int) const |
virtual bool | canRemoveWithPolygon () const |
virtual bool | close (int shapeidx) const |
virtual const OD::RGBImage * | createImage (Coord &origin, Coord &p11) const |
virtual const OD::RGBImage * | createPreview (int approxdiagonal) const |
virtual bool | fill (int shapeidx) const |
virtual bool | fillPar (IOPar &) const |
virtual Alignment | getAlignment (int shapeidx) const |
virtual bool | getBoundingBox (BoundingBox &) const |
virtual Color | getColor () const |
virtual int | getDepth () const |
virtual const Color | getFillColor (int idx) const |
virtual const OD::RGBImage * | getImage (int shapeidx) const |
virtual BufferString | getImageFileName (int idx) const |
virtual const OD::LineStyle * | getLineStyle (int shapeidx) const |
virtual const MarkerStyle2D * | getMarkerStyle (int shapeidx) const |
virtual void | getMousePosInfo (Coord3 &, TrcKey &, float &val, BufferString &info) const |
virtual void | getPoints (int shapeidx, TypeSet< Coord > &) const |
virtual const char * | getShapeName (int shapeidx) const |
virtual Coord | getTextPos (int shapeidx) const |
virtual float | getTextRotation () const |
virtual const char * | getType () const |
virtual void | getXYScale (int idx, float &scx, float &scy) const |
int | ID () const |
virtual bool | multicolor (int shapeidx) const |
virtual int | nrShapes () const |
virtual void | removeWithPolygon (const ODPolygon< double > &) |
virtual void | setDepth (int val) |
virtual void | setFillColor (int idx, const Color &) |
virtual void | setImage (int idx, OD::RGBImage *) |
virtual void | setLineStyle (int idx, const OD::LineStyle &) |
virtual void | setMarkerStyle (int idx, const MarkerStyle2D &) |
virtual void | setType (const char *tp) |
virtual void | setXYScale (int idx, float scx, float scy) |
virtual void | updateGeometry () |
virtual bool | usePar (const IOPar &, TaskRunner *taskr=0) |
Public Member Functions inherited from NamedCallBacker | |
NamedCallBacker (const char *nm=0) | |
NamedCallBacker (const NamedCallBacker &) | |
virtual Notifier< NamedCallBacker > & | objectToBeDeleted () const |
bool | operator== (const NamedCallBacker &oth) const |
bool | operator== (const NamedObject &oth) 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 | 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 |
Public Member Functions inherited from NamedObject | |
NamedObject (const char *nm=nullptr) | |
NamedObject (const NamedObject &oth) | |
virtual | ~NamedObject () |
virtual BufferString | getName () const |
bool | getNameFromPar (const IOPar &) |
virtual const name_type & | name () const |
NamedObject & | operator= (const NamedObject &) |
bool | operator== (const NamedObject &oth) const |
virtual void | setName (const char *nm) |
Public Member Functions inherited from ObjectWithName | |
virtual | ~ObjectWithName () |
bool | hasName (const char *nm) const |
bool | hasName (const name_type &nm) const |
void | putNameInPar (IOPar &) const |
Public Attributes | |
Notifier< BaseMapObject > | changed |
CNotifier< BaseMapObject, const MouseEvent & > | leftClicked |
Threads::Lock | lock_ |
CNotifier< BaseMapObject, BufferString > | nameChanged |
CNotifier< BaseMapObject, const MouseEvent & > | rightClicked |
Notifier< BaseMapObject > | stylechanged |
Notifier< BaseMapObject > | zvalueChanged |
Protected Attributes | |
int | depth_ |
int | id_ |
BufferString | typenm_ |
Protected Attributes inherited from NamedCallBacker | |
Threads::Atomic< bool > | delalreadytriggered_ |
Notifier< NamedCallBacker > | delnotif_ |
Protected Attributes inherited from NamedObject | |
BufferString | name_ |
Additional Inherited Members | |
Static Public Member Functions inherited from CallBacker | |
static void | createReceiverForCurrentThread () |
static void | removeReceiverForCurrentThread () |
Protected Member Functions inherited from NamedCallBacker | |
void | sendDelNotif () const |
Object that can be painted in a basemap.
<>
typedef Geom::PosRectangle<double> BaseMapObject::BoundingBox |
BaseMapObject::BaseMapObject | ( | const char * | nm | ) |
BaseMapObject::~BaseMapObject | ( | ) |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Returns image in xy plane. p11 is the coordinate of the corner opposite of the origin.
|
virtual |
Returns a preview image that has approximately the size of the specified diagonal.
|
inlinevirtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
Determines what should be painted ontop of what
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in BaseMapMarkers.
|
inlinevirtual |
Returns a number of coordinates that may form a be connected or filled.
Reimplemented in BaseMapMarkers.
|
virtual |
|
virtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in BaseMapMarkers.
|
inlinevirtual |
|
inline |
|
inlinevirtual |
|
virtual |
Reimplemented in BaseMapMarkers.
|
inlinevirtual |
|
virtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in BaseMapMarkers.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in BaseMapMarkers.
|
virtual |
Notifier<BaseMapObject> BaseMapObject::changed |
|
protected |
|
protected |
CNotifier<BaseMapObject,const MouseEvent&> BaseMapObject::leftClicked |
Threads::Lock BaseMapObject::lock_ |
CNotifier<BaseMapObject,BufferString> BaseMapObject::nameChanged |
CNotifier<BaseMapObject,const MouseEvent&> BaseMapObject::rightClicked |
Notifier<BaseMapObject> BaseMapObject::stylechanged |
|
protected |
Notifier<BaseMapObject> BaseMapObject::zvalueChanged |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2022