static QString getSelectedLanguage()
Returns for the current CamiTK application, the selected language (stored in its ....
Definition: Application.cpp:1232
This class describes what is a generic Component extension. To add a ComponentExtension to CamiTK cor...
Definition: ComponentExtension.h:78
void initResources()
Load, for the selected langage (asked to the Application), the associated .qm file.
Definition: ComponentExtension.cpp:72
ComponentExtension()
protected constructor,
Definition: ComponentExtension.cpp:56
const std::string getName() const
get the name of the component
Definition: modeling/libraries/pml/Component.h:146
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:61
bool autoload
the autoload state
Definition: ComponentExtension.h:180
QString getLocation() const
get the file path (location of the .dll/.so/.dylib) of this plugin
Definition: ComponentExtension.h:160
virtual QString getName() const =0
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:297