#include <ActiveAnalysisObserver.h>
Public Member Functions | |
| Fem::FemAnalysis * | getActiveObject () const |
| bool | hasActiveObject () const |
| void | highlightActiveObject (const Gui::HighlightMode &, bool) |
| void | setActiveObject (Fem::FemAnalysis *) |
Public Member Functions inherited from App::DocumentObserver | |
| void | attachDocument (Document *) |
| Attaches to another document, the old document is not longer observed then. More... | |
| void | detachDocument () |
| Detaches from the current document, the document is not longer observed then. More... | |
| DocumentObserver () | |
| Constructor. More... | |
| DocumentObserver (Document *) | |
| virtual | ~DocumentObserver () |
Static Public Member Functions | |
| static ActiveAnalysisObserver * | instance () |
Additional Inherited Members | |
Protected Member Functions inherited from App::DocumentObserver | |
| Document * | getDocument () const |
| Fem::FemAnalysis * ActiveAnalysisObserver::getActiveObject | ( | void | ) | const |
| bool ActiveAnalysisObserver::hasActiveObject | ( | ) | const |
| void ActiveAnalysisObserver::highlightActiveObject | ( | const Gui::HighlightMode & | mode, |
| bool | on | ||
| ) |
References Gui::Document::signalHighlightObject.
|
static |
| void ActiveAnalysisObserver::setActiveObject | ( | Fem::FemAnalysis * | fem | ) |