|
| | IOX (const char *nm=0, const char *ky=0, bool=0) |
| |
| virtual | ~IOX () |
| |
| bool | isBad () const |
| |
| void | copyFrom (const IOObj *) |
| |
| const char * | fullUserExpr (bool forread=true) const |
| |
| const char * | dirName () const |
| | The directory ame within the tree. More...
|
| |
| bool | implExists (bool) const |
| |
| bool | implManagesObjects () const |
| |
| const char * | connType () const |
| |
| Conn * | getConn (bool) const |
| |
| IOObj * | getIOObj () const |
| |
| const MultiID & | ownKey () const |
| |
| void | setOwnKey (const MultiID &) |
| |
| uiString | uiName () const |
| |
| IOObj * | clone () const |
| |
| virtual const MultiID & | key () const |
| |
| virtual | ~IOObj () |
| |
| virtual bool | hasConnType (const char *s) const |
| |
| virtual const OD::String & | translator () const |
| |
| virtual void | setTranslator (const char *s) |
| |
| virtual const OD::String & | group () const |
| |
| virtual void | setGroup (const char *s) |
| |
| virtual BufferString | mainFileName () const |
| |
| virtual bool | implReadOnly () const |
| |
| virtual bool | implRemove () const |
| |
| virtual bool | implRename (const char *, const CallBack *cb=0) |
| |
| virtual bool | implSetReadOnly (bool) const |
| |
| virtual IOPar & | pars () const |
| |
| void | updateCreationPars () const |
| |
| void | setSurveyDefault (const char *subsel=0) const |
| |
| Translator * | createTranslator () const |
| |
| void | acquireNewKeyIn (const MultiID &) |
| | This will give the IOObj a new (free) ID. More...
|
| |
| bool | isTmp () const |
| |
| bool | isProcTmp () const |
| |
| bool | isUserSelectable (bool forread=true) const |
| |
| bool | isInCurrentSurvey () const |
| |
| void | setKey (const char *nm) |
| |
| virtual void | setDirName (const char *s) |
| |
| virtual bool | isSubdir () const |
| |
| | NamedObject (const char *nm=0) |
| |
| | NamedObject (const NamedObject *linkedto) |
| |
| | NamedObject (const NamedObject &) |
| |
| virtual | ~NamedObject () |
| |
| void | setLinkedTo (NamedObject *) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual const OD::String & | name () const |
| |
| virtual const OD::String & | annotName () const |
| |
| virtual void | setName (const char *) |
| |
| void | setCleanName (const char *) |
| | cleans string first More...
|
| |
| void | deleteNotify (const CallBack &) |
| |
| | 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...
|
| |