static QString getSelectedLanguage()
Returns for the current CamiTK application, the selected language (stored in its ....
Definition: Application.cpp:1437
This class describes what is a generic Component extension. To add a ComponentExtension to CamiTK cor...
Definition: ComponentExtension.h:83
void initResources()
Load, for the selected langage (asked to the Application), the associated .qm file.
Definition: ComponentExtension.cpp:74
ComponentExtension()
protected constructor,
Definition: ComponentExtension.cpp:58
const std::string getName() const
get the name of the component
Definition: modeling/libraries/pml/Component.h:147
virtual bool save(Component *component) const
save a given Component (does not have to be top-level) into one of the currently managed format (chec...
Definition: ComponentExtension.cpp:63
bool autoload
the autoload state
Definition: ComponentExtension.h:163
QString getLocation() const
get the file path (location of the .dll/.so/.dylib) of this plugin
Definition: ComponentExtension.h:143
virtual QString getName() const =0