#include <view2ddataman.h>
|
| | DataManager () |
| |
| | ~DataManager () |
| |
| void | addObject (DataObject *) |
| |
| void | fillPar (IOPar &) const |
| |
| DataObject * | getObject (const Vis2DID &) |
| |
| const DataObject * | getObject (const Vis2DID &) const |
| |
| void | getObjectIDs (TypeSet< Vis2DID > &) const |
| |
| void | getObjects (ObjectSet< DataObject > &) const |
| |
| | mDefineFactory2ParamInClass (DataObject, uiFlatViewWin *, const ObjectSet< uiFlatViewAuxDataEditor > &, factory) |
| |
| void | removeAll () |
| |
| void | removeObject (DataObject *) |
| |
| Vis2DID | selectedID () |
| |
| void | setSelected (DataObject *) |
| |
| void | usePar (const IOPar &, uiFlatViewWin *, const ObjectSet< uiFlatViewAuxDataEditor > &) |
| |
| | 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 () |
| |
◆ DataManager()
| View2D::DataManager::DataManager |
( |
| ) |
|
◆ ~DataManager()
| View2D::DataManager::~DataManager |
( |
| ) |
|
◆ addObject()
| void View2D::DataManager::addObject |
( |
DataObject * | | ) |
|
◆ deSelect()
| void View2D::DataManager::deSelect |
( |
const Vis2DID & | | ) |
|
|
protected |
◆ fillPar()
| void View2D::DataManager::fillPar |
( |
IOPar & | | ) |
const |
◆ getObject() [1/2]
◆ getObject() [2/2]
◆ getObjectIDs()
◆ getObjects()
◆ mDefineFactory2ParamInClass()
◆ removeAll()
| void View2D::DataManager::removeAll |
( |
| ) |
|
◆ removeObject()
| void View2D::DataManager::removeObject |
( |
DataObject * | | ) |
|
◆ selectedID()
| Vis2DID View2D::DataManager::selectedID |
( |
| ) |
|
|
inline |
◆ setSelected()
| void View2D::DataManager::setSelected |
( |
DataObject * | | ) |
|
◆ similarObjectPresent()
| bool View2D::DataManager::similarObjectPresent |
( |
const DataObject * | | ) |
const |
|
protected |
◆ sKeyNrObjects()
| static const char * View2D::DataManager::sKeyNrObjects |
( |
| ) |
|
|
inlinestaticprotected |
◆ usePar()
◆ addRemove
◆ dataObjAdded
◆ dataObjToBeRemoved
◆ freeid_
| int View2D::DataManager::freeid_ = 0 |
|
protected |
◆ objects_
◆ selectedid_
| Vis2DID View2D::DataManager::selectedid_ |
|
protected |