|
| uiNorthArrowObject (BaseMapObject *, bool) |
|
const char * | getType () const |
|
void | setPixelPos (int x, int y) |
|
void | setSurveyInfo (const SurveyInfo *) |
|
void | update () |
|
| 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 |
|