|
| | ~Man () |
| |
| void | cleanupNullPtrs () |
| |
| bool | deleteLogs (const MultiID &, const BufferStringSet &) |
| |
| bool | deleteMarkers (const MultiID &, const BufferStringSet &) |
| |
| uiString | errMsg () const |
| |
| RefMan< Data > | get (const DBKey &, LoadReqs) |
| |
| RefMan< Data > | get (const MultiID &) |
| |
| RefMan< Data > | get (const MultiID &, LoadReqs) |
| |
| Coord | getMapLocation (const MultiID &) const |
| |
| const Mnemonic * | getMnemonicOfLog (const char *lognm) const |
| |
| const TypeSet< MultiID > & | getWellsAddedToDB () const |
| |
| bool | isLoaded (const MultiID &) const |
| |
| bool | isReloading () const |
| |
| Well::LoadReqs | loadState (const MultiID &) const |
| |
| bool | reload (const MultiID &, LoadReqs lreq=LoadReqs(false)) |
| |
| bool | reloadDispPars (const MultiID &, bool for2d=false) |
| |
| bool | reloadLogs (const MultiID &) |
| |
| void | removeObject (const Data *) |
| |
| void | removeObject (const MultiID &) |
| |
| bool | validID (const MultiID &) const |
| |
| WeakPtrSet< Data > & | wells () |
| |
| bool | writeAndRegister (const MultiID &, ObjectSet< Log > &) |
| | Returns empty set if all succeeded.
|
| |
| bool | writeAndRegister (const MultiID &, PtrMan< Log > &) |
| | Log becomes mine.
|
| |
| | 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 | dumpMgrInfo (StringPairSet &) |
| |
| static bool | getAllLogNames (BufferStringSet &, bool onlyloaded=false) |
| |
| static bool | getAllMarkerInfo (BufferStringSet &, TypeSet< OD::Color > &, bool onlyloaded=false) |
| |
| static bool | getAllMarkerNames (BufferStringSet &, bool onlyloaded=false) |
| |
| static bool | getAllMarkerNames (BufferStringSet &, const RefObjectSet< const Data > &) |
| |
| static bool | getAllMnemonics (MnemonicSelection &, bool onlyloaded=false) |
| |
| static void | getLogIDs (const MultiID &, const BufferStringSet &, TypeSet< int > &) |
| |
| static void | getLogIDs (const MultiID &, const MnemonicSelection &, TypeSet< int > &) |
| |
| static bool | getLogNames (const MultiID &, BufferStringSet &, bool forceLoad=false) |
| |
| static bool | getLogNamesByID (const MultiID &, BufferStringSet &, bool onlyloaded=false) |
| |
| static bool | getMarkerNames (BufferStringSet &) |
| |
| static bool | getMarkersByID (const MultiID &, BufferStringSet &) |
| |
| static bool | getMarkersByID (const MultiID &, BufferStringSet &, TypeSet< OD::Color > &) |
| |
| static bool | getMarkersByID (const MultiID &, BufferStringSet &, TypeSet< OD::Color > &, TypeSet< float > &) |
| |
| static bool | getWellKeys (TypeSet< MultiID > &, bool onlyloaded=false) |
| |
| static bool | getWellNames (BufferStringSet &, bool onlyloaded=false) |
| |
| static bool | renameLog (const TypeSet< MultiID > &, const char *oldnm, const char *newnm) |
| |
| static const UnitOfMeasure * | surveyDepthDisplayUnit () |
| |
| static const UnitOfMeasure * | surveyDepthStorageUnit () |
| |
| static const BufferString | wellDirPath () |
| |
| static void | createReceiverForCurrentThread () |
| |
| static void | removeReceiverForCurrentThread () |
| |