|
| ~Man () |
|
void | add (const MultiID &, Data *) |
| Data becomes mine. More...
|
|
void | cleanup () |
|
bool | deleteLogs (const MultiID &, const BufferStringSet &) |
|
const char * | errMsg () const |
|
Data * | get (const DBKey &, LoadReqs) |
|
Data * | get (const MultiID &) |
|
Data * | get (const MultiID &, LoadReqs) |
|
bool | isLoaded (const MultiID &) const |
|
void | lightCleanup () |
|
bool | readReqData (const MultiID &, Data *, LoadReqs) |
|
Data * | release (const MultiID &) |
| Data becomes yours. More...
|
|
bool | reload (const MultiID &) |
|
bool | reload (const MultiID &, LoadReqs lreq) |
|
bool | reloadDispPars (const MultiID &, bool for2d=false) |
|
bool | reloadLogs (const MultiID &) |
|
void | removeObject (const Data *) |
|
void | removeObject (const MultiID &) |
|
bool | validID (const MultiID &) const |
|
ObjectSet< Data > & | wells () |
|
bool | writeAndRegister (const MultiID &, const Log &) |
| Log becomes mine. More...
|
|
bool | writeAndRegister (const MultiID &, ObjectSet< Log > &) |
| Returns empty set if all succeeded. More...
|
|
|
static void | dumpMgrInfo (IOPar &) |
|
static bool | getAllLogNames (BufferStringSet &, bool onlyloaded=false) |
|
static bool | getAllMarkerInfo (BufferStringSet &, TypeSet< Color > &, bool onlyloaded=false) |
|
static bool | getAllMarkerNames (BufferStringSet &, bool onlyloaded=false) |
|
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< Color > &) |
|
static bool | getMarkersByID (const MultiID &, BufferStringSet &, TypeSet< Color > &, TypeSet< float > &) |
|
static bool | getWellKeys (TypeSet< MultiID > &, bool onlyloaded=false) |
|
static bool | getWellNames (BufferStringSet &, bool onlyloaded=false) |
|
static const UnitOfMeasure * | surveyDepthDisplayUnit () |
|
static const UnitOfMeasure * | surveyDepthStorageUnit () |
|