|
| | BaseMapMarkers () |
| |
| | ~BaseMapMarkers () |
| |
| void | setMarkerStyle (int, const OD::MarkerStyle2D &) |
| |
| const OD::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 OD::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 shapeidx, 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) |
| |
| | NamedMonitorable (const char *nm=0) |
| |
| | NamedMonitorable (const NamedObject &) |
| |
| virtual | ~NamedMonitorable () |
| |
| | NamedMonitorable (const NamedMonitorable &) |
| |
| NamedMonitorable & | operator= (const NamedMonitorable &) |
| |
| bool | operator== (const NamedMonitorable &) const |
| |
| bool | operator!= (const NamedMonitorable &oth) const |
| |
| virtual NamedMonitorable * | clone () const |
| |
| ChangeType | compareWith (const Monitorable &) const |
| |
| virtual NamedMonitorable * | getClone () const |
| |
| virtual BufferString | getName () const |
| |
| virtual void | setName (const char *) |
| |
| | Monitorable (const Monitorable &) |
| |
| virtual | ~Monitorable () |
| |
| Monitorable & | operator= (const Monitorable &) |
| |
| bool | operator== (const Monitorable &) const |
| |
| virtual ChangeDataNotifier & | objectChanged () const |
| |
| virtual Notifier< Monitorable > & | objectToBeDeleted () const |
| |
| virtual void | touch () const |
| |
| virtual DirtyCountType | dirtyCount () const |
| |
| void | sendChangeNotification (const ChangeData &) const |
| |
| void | sendEntireObjectChangeNotification () const |
| |
| void | transferNotifsTo (const Monitorable &, const CallBacker *onlyfor=0) 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 | 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 |
| |
| | NamedObject (const char *nm=0) |
| |
| | NamedObject (const NamedObject &oth) |
| |
| virtual | ~NamedObject () |
| |
| NamedObject & | operator= (const NamedObject &) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual const OD::String & | name () const |
| |
| bool | getNameFromPar (const IOPar &) |
| |
| void | putNameInPar (IOPar &) const |
| |
|
| typedef Geom::PosRectangle< double > | BoundingBox |
| |
| typedef int | ChangeType |
| |
| typedef int64_t | IDType |
| |
| typedef int64_t | DirtyCountType |
| |
| typedef CNotifier< Monitorable, ChangeData > | ChangeDataNotifier |
| |
| static Notifier< NamedMonitorable > & | instanceCreated () |
| |
| static ChangeType | cNameChange () |
| |
| 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 void | createReceiverForCurrentThread () |
| |
| static void | removeReceiverForCurrentThread () |
| |
| Threads::Lock | lock_ |
| |
| CNotifier< BaseMapObject, const MouseEvent & > | leftClicked |
| |
| CNotifier< BaseMapObject, const MouseEvent & > | rightClicked |
| |
| Notifier< BaseMapObject > | changed |
| |
| Notifier< BaseMapObject > | styleChanged |
| |
| Notifier< BaseMapObject > | zvalueChanged |
| |
| CNotifier< BaseMapObject, const uiString & > | nameChanged |
| |
| typedef Threads::Atomic< DirtyCountType > | DirtyCounter |
| |
| void | copyAll (const NamedMonitorable &) |
| |
| | Monitorable () |
| |
| 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 > |
| 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...
|
| |
| void | detachAllNotifiers () const |
| | Call from the destructor of your inherited object. More...
|
| |
Object that draws markers on a basemap