27 #ifndef MMLCOMPONENT_H 28 #define MMLCOMPONENT_H 30 #include <camitkcore/Component.h> 76 virtual void setSelected(
const bool b,
const bool recursive =
true);
#define MMLCOMPONENT_API
Definition: MMLComponentAPI.h:54
Exception class to handle abortion in component instanciation.
Definition: AbortException.h:43
TODO Describe the class here.
Definition: MMLDisplay.h:47
This class manage an MML monitoring document ".mml".
Definition: MMLComponent.h:48
A GUI to manipulate mml documents.
Definition: MonitoringGuiManager.h:45
void initRepresentation()
init the representation (nothing to do, every 3D representation is managed by the PMLComponent) ...
Definition: MMLComponent.h:68
QString exportedMml
when a .scn is loaded, name of the automatically exported mml file (empty string otherwise) ...
Definition: MMLComponent.h:110
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:299
This class manages a physical model (PML) CamiTK component.
Definition: PMLComponent.h:99
MonitoringGuiManager * mmlGUI
the mml GUI class is used directly
Definition: MMLComponent.h:101
bool neverSelected
the first selection should trigger the pml exporer action (default action)
Definition: MMLComponent.h:113
virtual bool getModified() const
set the modified flag
Definition: sdk/libraries/core/component/Component.h:971
PMLComponent * pmlComponent
physical model manager
Definition: MMLComponent.h:104
virtual void setSelected(const bool b, const bool recursive=true)
Update the selection flag.
Definition: sdk/libraries/core/component/Component.cpp:592
MMLDisplay * display
display manager
Definition: MMLComponent.h:107