|
| | BaseMapMarkers () |
| |
| | ~BaseMapMarkers () |
| |
| const MarkerStyle2D * | getMarkerStyle (int) const |
| |
| void | getPoints (int shapeidx, TypeSet< Coord > &) const |
| |
| const char * | getType () const |
| |
| int | nrShapes () const |
| |
| TypeSet< Coord > & | positions () |
| |
| void | setMarkerStyle (int, const MarkerStyle2D &) |
| |
| void | updateGeometry () |
| |
| | 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 void | getMousePosInfo (Coord3 &, TrcKey &, float &val, BufferString &info) const |
| |
| virtual const char * | getShapeName (int shapeidx) const |
| |
| virtual Coord | getTextPos (int shapeidx) const |
| |
| virtual float | getTextRotation () const |
| |
| virtual void | getXYScale (int idx, float &scx, float &scy) const |
| |
| int | ID () const |
| |
| virtual bool | multicolor (int shapeidx) 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 | setType (const char *tp) |
| |
| virtual void | setXYScale (int idx, float scx, float scy) |
| |
| 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 |
| |
| | 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) |
| |
| virtual | ~ObjectWithName () |
| |
| bool | hasName (const char *nm) const |
| |
| bool | hasName (const name_type &nm) const |
| |
| void | putNameInPar (IOPar &) const |
| |
Object that draws markers on a basemap
<>