|
| bool | implRemove (const IOObj *, bool) const override |
| |
| bool | implRename (const IOObj *, const char *) const override |
| |
| virtual uiString | read (Pick::Set &, Conn &, bool checkdir=true)=0 |
| | returns err msg or null on success
|
| |
| virtual uiString | write (const Pick::Set &, Conn &)=0 |
| | returns err msg or null on success
|
| |
| virtual | ~Translator () |
| |
| virtual const char * | connType () const |
| |
| virtual IOObj * | createWriteIOObj (const IOObjContext &, const MultiID &) const |
| |
| virtual const char * | defExtension () const |
| |
| virtual const char * | defImplExtension () const |
| |
| virtual void | getAllFileNames (BufferStringSet &, bool forui=false) const |
| |
| virtual bool | getConfirmRemoveMsg (const IOObj *, uiString &msg, uiString &canceltxt, uiString &deepremovetxt, uiString &shallowremovetxt) const |
| |
| const char * | getDisplayName () const |
| | "username [group]"
|
| |
| virtual od_int64 | getFileSize (const IOObj *=nullptr) const |
| |
| virtual Translator * | getNew () const =0 |
| |
| mOD_DisableCopy(Translator) const OD const TranslatorGroup * | group () const |
| |
| virtual const char * | iconName () const |
| |
| virtual bool | implExists (const IOObj *, bool forread) const |
| |
| virtual void | implFileNames (const IOObj *, BufferStringSet &) const |
| |
| virtual bool | implIsLink (const IOObj *) const |
| |
| virtual bool | implReadOnly (const IOObj *) const |
| |
| virtual bool | implRelocate (const IOObj *, const char *newfnm, const char *oldfnm=nullptr) |
| |
| virtual bool | implSetReadOnly (const IOObj *, bool) const |
| |
| virtual bool | isUserSelectable (bool forread=true) const |
| |
| virtual const uiString & | message () const |
| |
| virtual int | nrImpls (const IOObj *) const |
| |
| void | setGroup (TranslatorGroup *g) |
| |
| uiString | sSelObjectIsWrongType () |
| |
| virtual bool | supportsReadFromCloud () const |
| |
| virtual bool | supportsWriteToCloud () const |
| |
| virtual void | usePar (const IOPar &) |
| |
| | 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.
|
| |
| 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.
|
| |
| CallBacker & | operator= (const CallBacker &)=delete |
| |
| void | stopReceivingNotifications () const |
| |
| virtual CallBacker * | trueCaller () |
| |
|
| static void | createBinIDValueSets (const BufferStringSet &ioobjids, ObjectSet< BinIDValueSet > &) |
| | Utility function.
|
| |
| static void | createBinIDValueSets (const TypeSet< MultiID > &ioobjids, ObjectSet< BinIDValueSet > &) |
| | Utility function.
|
| |
| static void | createDataPointSets (const BufferStringSet &, RefObjectSet< DataPointSet > &, bool is2d, bool mini=false) |
| |
| static void | createDataPointSets (const TypeSet< MultiID > &, RefObjectSet< DataPointSet > &, bool is2d, bool mini=false) |
| | Utility function.
|
| |
| static void | fillConstraints (IOObjContext &, bool ispoly) |
| |
| static bool | getCoordSet (const char *ioobjkey, TypeSet< Coord3 > &) |
| | Do not use, will be removed after 6.0.
|
| |
| static bool | getCoordSet (const char *ioobjkey, TypeSet< Coord3 > &, TypeSet< TrcKey > &) |
| | Utility function.
|
| |
| static bool | getCoordSet (const MultiID &ioobjkey, TypeSet< Coord3 > &) |
| | Do not use, will be removed after 6.0.
|
| |
| static bool | getCoordSet (const MultiID &ioobjkey, TypeSet< Coord3 > &, TypeSet< TrcKey > &) |
| | Utility function.
|
| |
| static ODPolygon< float > * | getPolygon (const IOObj &, uiString &errmsg) |
| | Returns null on failure.
|
| |
| static bool | retrieve (Pick::Set &, const IOObj *, bool checkdir, uiString &) |
| |
| static bool | store (const Pick::Set &, const IOObj *, uiString &) |
| |
| static void | tagLegacyPickSets () |
| |
| static const Translator * | getTemplateInstance (const char *displayname) |
| |
| static uiString | sBadConnection () |
| |
| static uiString | sNoIoobjMsg () |
| |
| static void | createReceiverForCurrentThread () |
| |
| static void | removeReceiverForCurrentThread () |
| |