|
void | addFaults (const TypeSet< EM::ObjectID > &) |
|
void | addFaultSS2Ds (const TypeSet< EM::ObjectID > &) |
|
void | addFaultSSs (const TypeSet< EM::ObjectID > &) |
|
void | addHorizon2Ds (const TypeSet< EM::ObjectID > &) |
|
void | addHorizon3Ds (const TypeSet< EM::ObjectID > &) |
|
void | addNewTempFault (EM::ObjectID) |
|
void | addNewTempFault (EM::ObjectID, SceneID) |
|
void | addNewTempFaultSS (EM::ObjectID) |
|
void | addNewTempFaultSS (EM::ObjectID, SceneID) |
|
void | addNewTempFaultSS2D (EM::ObjectID mid) |
|
void | addNewTempFaultSS2D (EM::ObjectID, SceneID) |
|
void | addNewTrackingHorizon2D (EM::ObjectID) |
|
void | addNewTrackingHorizon2D (EM::ObjectID, SceneID) |
|
void | addNewTrackingHorizon3D (EM::ObjectID) |
|
void | addNewTrackingHorizon3D (EM::ObjectID, SceneID) |
|
void | addPickSets (const TypeSet< MultiID > &) |
|
void | applClosing (CallBacker *) |
|
void | cleanup () |
|
Viewer2DID | displayIn2DViewer (DataPackID, const Attrib::SelSpec &, const FlatView::DataDispPars::VD &, bool wva) |
|
Viewer2DID | displayIn2DViewer (DataPackID, const Attrib::SelSpec &, const FlatView::DataDispPars::VD &, FlatView::Viewer::VwrDest) |
|
Viewer2DID | displayIn2DViewer (Viewer2DPosDataSel &, bool wva, float initialx1pospercm=mUdf(float), float initialx2pospercm=mUdf(float)) |
|
Viewer2DID | displayIn2DViewer (Viewer2DPosDataSel &, FlatView::Viewer::VwrDest, float initialx1pospercm=mUdf(float), float initialx2pospercm=mUdf(float)) |
|
void | displayIn2DViewer (VisID visid, int attribid, bool wva) |
|
void | displayIn2DViewer (VisID visid, int attribid, FlatView::Viewer::VwrDest) |
|
uiODViewer2D * | find2DViewer (const MouseEventHandler &) |
|
uiODViewer2D * | find2DViewer (const Pos::GeomID &) |
|
uiODViewer2D * | find2DViewer (const TrcKeyZSampling &) |
|
uiODViewer2D * | find2DViewer (Viewer2DID) |
|
uiODViewer2D * | find2DViewer (VisID) |
|
void | getFaultSS2DVwr2DIDs (EM::ObjectID emid, TypeSet< Vis2DID > &) const |
|
void | getFaultSSVwr2DIDs (EM::ObjectID, TypeSet< Vis2DID > &) const |
|
void | getFaultVwr2DIDs (EM::ObjectID emid, TypeSet< Vis2DID > &) const |
|
void | getHor2DVwr2DIDs (EM::ObjectID, TypeSet< Vis2DID > &) const |
|
void | getHor3DVwr2DIDs (EM::ObjectID, TypeSet< Vis2DID > &) const |
|
const Line2DInterSectionSet * | getLine2DInterSectionSet () |
|
void | getLoadedFaults (TypeSet< EM::ObjectID > &) const |
|
void | getLoadedFaultSS2Ds (TypeSet< EM::ObjectID > &) const |
|
void | getLoadedFaultSSs (TypeSet< EM::ObjectID > &) const |
|
void | getLoadedHorizon2Ds (TypeSet< EM::ObjectID > &) const |
|
void | getLoadedHorizon3Ds (TypeSet< EM::ObjectID > &) const |
|
void | getLoadedPickSets (TypeSet< MultiID > &) const |
|
uiODViewer2D * | getParent2DViewer (Vis2DID) |
|
void | getPickSetVwr2DIDs (const MultiID &mid, TypeSet< Vis2DID > &) const |
|
void | getVWR2DDataGeomIDs (const uiODViewer2D *, TypeSet< Pos::GeomID > &) const |
|
void | getVwr2DObjIDs (TypeSet< Vis2DID > &) const |
|
bool | isItemPresent (const uiTreeItem *) const |
|
int | nr2DViewers () const |
|
void | remove2DViewer (Viewer2DID) |
|
void | remove2DViewer (VisID) |
|
void | removeFault (EM::ObjectID) |
|
void | removeFaultSS (EM::ObjectID) |
|
void | removeFaultSS2D (EM::ObjectID emid) |
|
void | removeHorizon2D (EM::ObjectID) |
|
void | removeHorizon3D (EM::ObjectID) |
|
void | removePickSet (const MultiID &) |
|
void | setupCurInterpItem (uiODViewer2D *) |
|
void | surveyChangedCB (CallBacker *) |
|
uiTreeFactorySet * | treeItemFactorySet2D () |
|
uiTreeFactorySet * | treeItemFactorySet3D () |
|
| 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 () |
|