|
bool | implRemove (const IOObj *) const |
|
bool | implRename (const IOObj *, const char *, const CallBack *) const |
|
uiString | sSelObjectIsWrongType () |
|
| 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...
|
|
static bool | retrieve (Pick::Set &, const IOObj *, bool checkdir, BufferString &) |
|
static bool | store (const Pick::Set &, const IOObj *, BufferString &) |
|
static bool | getCoordSet (const char *ioobjkey, TypeSet< Coord3 > &) |
| Do not use, will be removed after 6.0. More...
|
|
static bool | getCoordSet (const char *ioobjkey, TypeSet< Coord3 > &, TypeSet< TrcKey > &) |
| Utility function. More...
|
|
static void | createBinIDValueSets (const BufferStringSet &ioobjids, ObjectSet< BinIDValueSet > &) |
| Utility function. More...
|
|
static void | createDataPointSets (const BufferStringSet &, ObjectSet< DataPointSet > &, bool is2d, bool mini=false) |
| Utility function. More...
|
|
static ODPolygon< float > * | getPolygon (const IOObj &, BufferString &errmsg) |
| Returns null on failure. More...
|
|
static void | fillConstraints (IOObjContext &, bool ispoly) |
|
static uiString | sNoIoobjMsg () |
|
static uiString | sBadConnection () |
|
void | detachAllNotifiers () |
| Call from the destructor of your inherited object. More...
|
|
BufferString | typname_ |
|
BufferString | usrname_ |
|
TranslatorGroup * | group_ |
|