|
| | dgbSurvGeom2DTranslator (const char *s1, const char *s2) |
| |
| const char * | defExtension () const override |
| |
| bool | implRename (const IOObj *, const char *) const override |
| |
| Survey::Geometry * | readGeometry (const IOObj &, uiString &) const override |
| |
| bool | writeGeometry (IOObj &, Survey::Geometry &, uiString &) const override |
| |
| virtual bool | isUsable () const |
| |
| | Translator (const char *nm, const char *usr_nm) |
| |
| virtual | ~Translator () |
| |
| virtual const char * | connType () const |
| |
| virtual IOObj * | createWriteIOObj (const IOObjContext &, const MultiID &) const |
| |
| virtual bool | getConfirmRemoveMsg (const IOObj *, uiString &msg, uiString &canceltxt, uiString &deepremovetxt, uiString &shallowremovetxt) const |
| |
| const char * | getDisplayName () const |
| | "username [group]" More...
|
| |
| virtual Translator * | getNew () const =0 |
| |
| const TranslatorGroup * | group () const |
| |
| virtual const char * | iconName () const |
| |
| virtual bool | implExists (const IOObj *, bool forread) const |
| |
| virtual bool | implIsLink (const IOObj *) const |
| |
| virtual bool | implReadOnly (const IOObj *) const |
| |
| virtual bool | implRemove (const IOObj *, bool deep=true) const |
| |
| virtual bool | implSetReadOnly (const IOObj *, bool) const |
| |
| virtual bool | isUserSelectable (bool forread=true) const |
| |
| virtual const uiString & | message () const |
| |
| void | setGroup (TranslatorGroup *g) |
| |
| uiString | sSelObjectIsWrongType () |
| |
| const OD::String & | typeName () const |
| |
| virtual void | usePar (const IOPar &) |
| |
| const OD::String & | userName () 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 | 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 () |
| |
|
| static IOObj * | createEntry (const char *objname, const char *trnm) |
| |
| static Pos::GeomID | getGeomID (const IOObj &) |
| |
| static IOObj * | getIOObj (Pos::GeomID) |
| |
| static const Translator * | getTemplateInstance (const char *displayname) |
| |
| static uiString | sBadConnection () |
| |
| static uiString | sNoIoobjMsg () |
| |
| static void | createReceiverForCurrentThread () |
| |
| static void | removeReceiverForCurrentThread () |
| |
| static BufferString | getAssociatedFileName (const char *fnm, const char *extension) |
| |
| static BufferString | getAssociatedFileName (const IOObj &, const char *extension) |
| |
| static bool | removeAssociatedFile (const char *fnm, const char *ext) |
| |
| static bool | renameAssociatedFile (const char *fnm, const char *ext, const char *newnm) |
| |
| static bool | renameLargeFile (const char *fnm, const char *newfnm, const CallBack *cb=nullptr) |
| |
| static bool | setPermAssociatedFile (const char *fnm, const char *ext, bool setwritable) |
| |
| TranslatorGroup * | group_ = nullptr |
| |
| uiString | msg_ |
| |
| BufferString | typname_ |
| |
| BufferString | usrname_ |
| |