![]() |
MAK Data Logger API Documentation for DIS
|
Defines the abstract interface for annotation views. More...
Inheritance diagram for MAKLogger::DtLgrAnnotationBaseView:Public Member Functions | |
| DtLgrAnnotationBaseView () | |
| virtual | ~DtLgrAnnotationBaseView () |
| virtual void | annotationAdded (DtLgrAnnotation *annotation)=0 |
| Inform view that an annotation has been added. More... | |
| virtual void | annotationRemoved (DtLgrAnnotation *annotation)=0 |
| Inform view that an annotation has been removed. More... | |
| virtual void | annotationChanged (DtLgrAnnotation *annotation)=0 |
| Inform view that an annotation has changed. More... | |
| virtual void | selectAnnotation (DtLgrAnnotation *annotation)=0 |
| Inform view to select the given annotation. More... | |
| virtual void | fileOpened (const DtString &filename)=0 |
| Called when a new file is opened. More... | |
| virtual void | fileClosed ()=0 |
| Called when file is closed. More... | |
| virtual void | fileSaved (const DtString &filename)=0 |
| Called when file is saved. More... | |
Private Member Functions | |
| DtLgrAnnotationBaseView (const DtLgrAnnotationBaseView &) | |
| Not Implemented. More... | |
| DtLgrAnnotationBaseView & | operator= (const DtLgrAnnotationBaseView &) |
| Not Implemented. More... | |
Defines the abstract interface for annotation views.
| MAKLogger::DtLgrAnnotationBaseView::DtLgrAnnotationBaseView | ( | ) |
|
virtual |
|
private |
Not Implemented.
|
pure virtual |
Inform view that an annotation has been added.
Implemented in MAKLogger::DtLgrAnnotationView.
|
pure virtual |
Inform view that an annotation has changed.
Implemented in MAKLogger::DtLgrAnnotationView.
|
pure virtual |
Inform view that an annotation has been removed.
Implemented in MAKLogger::DtLgrAnnotationView.
|
pure virtual |
Called when file is closed.
Implemented in MAKLogger::DtLgrAnnotationView.
|
pure virtual |
Called when a new file is opened.
Implemented in MAKLogger::DtLgrAnnotationView.
|
pure virtual |
Called when file is saved.
Implemented in MAKLogger::DtLgrAnnotationView.
|
private |
Not Implemented.
|
pure virtual |
Inform view to select the given annotation.
Implemented in MAKLogger::DtLgrAnnotationView.