|
| uiNorthArrowObject (BasemapObject *, bool) |
|
| ~uiNorthArrowObject () |
|
const char * | getType () const |
|
void | setPixelPos (int x, int y) |
|
void | setSurveyInfo (const SurveyInfo *) |
|
void | update () override |
|
| uiBasemapObject (BasemapObject *) |
|
virtual | ~uiBasemapObject () |
|
virtual void | getMousePosInfo (Coord3 &, TrcKey &, float &val, BufferString &info) const |
|
BasemapObject * | getObject () |
|
uiGraphicsItem & | graphItem () |
|
const uiGraphicsItem & | graphItem () const |
|
bool | hasChanged () const |
|
virtual bool | isShown () const |
|
uiGraphicsItem & | labelItem () |
|
const uiGraphicsItem & | labelItem () const |
|
bool | labelsShown () const |
|
const char * | name () const |
|
void | resetChangeFlag () |
|
void | setTransform (const uiWorld2Ui *) |
|
virtual void | show (bool yn) |
|
void | showLabels (bool yn) |
|
virtual void | updateStyle () |
|
| 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 () |
|