|
| 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 OD::Color | getColor () const |
|
virtual int | getDepth () const |
|
virtual const OD::Color | getFillColor (int idx) const |
|
virtual FontData | getFont (int) 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 | getTextOffset (int) 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 |
|
BasemapObjectID | 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 OD::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) |
|
| 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 |
|
| 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 () |
|
| NamedObject (const char *nm=nullptr) |
|
| NamedObject (const NamedObject &oth) |
|
virtual | ~NamedObject () |
|
virtual BufferString | getName () const |
|
bool | getNameFromPar (const IOPar &) |
|
const name_type & | name () const override |
|
NamedObject & | operator= (const NamedObject &) |
|
bool | operator== (const NamedObject &oth) const |
|
virtual void | setName (const char *nm) |
|
virtual | ~ObjectWithName () |
|
bool | hasName (const char *nm) const |
|
bool | hasName (const name_type &nm) const |
|
void | putNameInPar (IOPar &) const |
|
Object that can be painted in a basemap.
<>