|
| | BaseMapMarkers () |
| |
| | ~BaseMapMarkers () |
| |
| void | setMarkerStyle (int, const MarkerStyle2D &) |
| |
| const MarkerStyle2D * | getMarkerStyle (int) const |
| |
| TypeSet< Coord > & | positions () |
| |
| void | updateGeometry () |
| |
| const char * | getType () const |
| |
| int | nrShapes () const |
| |
| void | getPoints (int shapeidx, TypeSet< Coord > &) const |
| |
| | BaseMapObject (const char *nm) |
| |
| | ~BaseMapObject () |
| |
| int | ID () const |
| |
| virtual void | setType (const char *tp) |
| |
| virtual void | setDepth (int val) |
| |
| virtual int | getDepth () const |
| |
| virtual const char * | getShapeName (int shapeidx) const |
| |
| virtual bool | getBoundingBox (BoundingBox &) const |
| |
| virtual Alignment | getAlignment (int shapeidx) const |
| |
| virtual float | getTextRotation () const |
| |
| virtual Color | getColor () const |
| |
| virtual BufferString | getImageFileName (int idx) const |
| |
| virtual void | getXYScale (int idx, float &scx, float &scy) const |
| |
| virtual void | setXYScale (int idx, float scx, float scy) |
| |
| virtual void | setLineStyle (int idx, const OD::LineStyle &) |
| |
| virtual const OD::LineStyle * | getLineStyle (int shapeidx) const |
| |
| virtual void | setFillColor (int idx, const Color &) |
| |
| virtual const Color | getFillColor (int idx) const |
| |
| virtual bool | fill (int shapeidx) const |
| |
| virtual bool | close (int shapeidx) const |
| |
| virtual bool | multicolor (int shapeidx) const |
| |
| virtual void | setImage (int idx, OD::RGBImage *) |
| |
| virtual const OD::RGBImage * | getImage (int shapeidx) const |
| |
| virtual const OD::RGBImage * | createImage (Coord &origin, Coord &p11) const |
| |
| virtual const OD::RGBImage * | createPreview (int approxdiagonal) const |
| |
| virtual bool | allowHoverEvent (int) const |
| |
| virtual bool | canRemoveWithPolygon () const |
| |
| virtual void | removeWithPolygon (const ODPolygon< double > &) |
| |
| virtual void | getMousePosInfo (Coord3 &, TrcKey &, float &val, BufferString &info) const |
| |
| virtual bool | fillPar (IOPar &) const |
| |
| virtual bool | usePar (const IOPar &, TaskRunner *taskr=0) |
| |
| | NamedObject (const char *nm=0) |
| |
| | NamedObject (const NamedObject *linkedto) |
| |
| | NamedObject (const NamedObject &) |
| |
| virtual | ~NamedObject () |
| |
| void | setLinkedTo (NamedObject *) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual const OD::String & | name () const |
| |
| virtual const OD::String & | annotName () const |
| |
| virtual void | setName (const char *) |
| |
| void | setCleanName (const char *) |
| | cleans string first More...
|
| |
| void | deleteNotify (const CallBack &) |
| |
| | CallBacker () |
| |
| | CallBacker (const CallBacker &) |
| |
| virtual | ~CallBacker () |
| |
| bool | attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false) |
| |
| bool | attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) |
| |
| void | detachCB (NotifierAccess &, const CallBack &) |
| |
| void | detachCB (NotifierAccess *notif, const CallBack &cb) |
| |
| bool | isNotifierAttached (NotifierAccess *) const |
| | Only for debugging purposes, don't use. More...
|
| |
Object that draws markers on a basemap