|
| | Vw2DDataManager () |
| |
| | ~Vw2DDataManager () |
| |
| void | addObject (Vw2DDataObject *) |
| |
| void | removeObject (Vw2DDataObject *) |
| |
| void | removeAll () |
| |
| void | getObjects (ObjectSet< Vw2DDataObject > &) const |
| |
| void | getObjectIDs (TypeSet< int > &) const |
| |
| const Vw2DDataObject * | getObject (int id) const |
| |
| Vw2DDataObject * | getObject (int id) |
| |
| void | setSelected (Vw2DDataObject *) |
| |
| int | selectedID () |
| |
| void | usePar (const IOPar &, uiFlatViewWin *, const ObjectSet< uiFlatViewAuxDataEditor > &) |
| |
| void | fillPar (IOPar &) const |
| |
| | mDefineFactory3ParamInClass (Vw2DDataObject, const EM::ObjectID &, uiFlatViewWin *, const ObjectSet< uiFlatViewAuxDataEditor > &, factory) |
| |
| | 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 | detachCB (const NotifierAccess &, const CallBack &) const |
| |
| void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
| |
| bool | isNotifierAttached (const NotifierAccess *) const |
| | Only for debugging purposes, don't use. More...
|
| |
| virtual bool | isCapsule () const |
| |
| void | stopReceivingNotifications () const |
| |