|
| | Line2DProbe (Pos::GeomID) |
| |
| | Line2DProbe () |
| |
| | ~Line2DProbe () |
| |
| | mDeclInstanceCreatedNotifierAccess (Line2DProbe) |
| |
| | mDeclMonitorableAssignment (Line2DProbe) |
| |
| virtual const char * | type () const |
| |
| virtual bool | is2D () const |
| |
| | mImplSimpleMonitoredGet (geomID, Pos::GeomID, geomid_) |
| |
| void | setGeomID (Pos::GeomID) |
| |
| virtual void | fillPar (IOPar &) const |
| |
| virtual bool | usePar (const IOPar &) |
| |
| BufferString | getDisplayName () const |
| |
| | Probe () |
| |
| | mDeclAbstractMonitorableAssignment (Probe) |
| |
| | mDeclInstanceCreatedNotifierAccess (Probe) |
| |
| | mImplSimpleMonitoredGet (position, TrcKeyZSampling, probepos_) |
| |
| void | setPos (const TrcKeyZSampling &) |
| |
| virtual bool | isVertical () const |
| |
| virtual bool | is3DSlice () const |
| |
| int | nrLayers () const |
| |
| void | addLayer (ProbeLayer *) |
| |
| ProbeLayer * | removeLayer (ProbeLayer::ID) |
| |
| const ProbeLayer * | getLayerByIdx (int) const |
| |
| ProbeLayer * | getLayerByIdx (int) |
| |
| const ProbeLayer * | getLayer (ProbeLayer::ID) const |
| |
| ProbeLayer * | getLayer (ProbeLayer::ID) |
| |
| | SharedObject (const char *nm=0) |
| |
| | SharedObject (const SharedObject &) |
| |
| SharedObject & | operator= (const SharedObject &) |
| |
| bool | operator== (const SharedObject &) const |
| |
| bool | operator!= (const SharedObject &oth) const |
| |
| virtual SharedObject * | clone () const |
| |
| ChangeType | compareWith (const Monitorable &) const |
| |
| | NamedMonitorable (const char *nm=0) |
| |
| | NamedMonitorable (const NamedObject &) |
| |
| virtual | ~NamedMonitorable () |
| |
| | NamedMonitorable (const NamedMonitorable &) |
| |
| NamedMonitorable & | operator= (const NamedMonitorable &) |
| |
| bool | operator== (const NamedMonitorable &) const |
| |
| bool | operator!= (const NamedMonitorable &oth) const |
| |
| virtual NamedMonitorable * | getClone () const |
| |
| virtual BufferString | getName () const |
| |
| virtual void | setName (const char *) |
| |
| | Monitorable (const Monitorable &) |
| |
| virtual | ~Monitorable () |
| |
| Monitorable & | operator= (const Monitorable &) |
| |
| bool | operator== (const Monitorable &) const |
| |
| virtual ChangeDataNotifier & | objectChanged () const |
| |
| virtual Notifier< Monitorable > & | objectToBeDeleted () const |
| |
| virtual void | touch () const |
| |
| virtual DirtyCountType | dirtyCount () const |
| |
| void | sendChangeNotification (const ChangeData &) const |
| |
| void | sendEntireObjectChangeNotification () const |
| |
| void | transferNotifsTo (const Monitorable &, const CallBacker *onlyfor=0) const |
| |
| | 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 |
| |
| | NamedObject (const char *nm=0) |
| |
| | NamedObject (const NamedObject &oth) |
| |
| virtual | ~NamedObject () |
| |
| NamedObject & | operator= (const NamedObject &) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual const OD::String & | name () const |
| |
| bool | getNameFromPar (const IOPar &) |
| |
| void | putNameInPar (IOPar &) const |
| |