|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
26 #ifndef APPLICATION_HELP_ACTION_EXTENSION_H
27 #define APPLICATION_HELP_ACTION_EXTENSION_H
41 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.sdk.action.application.help")
51 virtual void init()
override;
54 virtual QString
getName()
override {
55 return "Help Application Level Actions";
60 return "This extension provides various help actions at the application level (about, show console...)";
65 #endif // APPLICATION_HELP_ACTION_EXTENSION_H
virtual QString getDescription() override
Method that return the action extension description.
Definition: ApplicationHelpActionExtension.h:82
The ApplicationHelpActionExtension class features all the help application actions.
Definition: ApplicationHelpActionExtension.h:38
ApplicationHelpActionExtension()=default
the constructor (needed to initialize the icon resources)
virtual ~ApplicationHelpActionExtension()=default
the destructor
virtual QString getName() override
Method that return the action extension name.
Definition: ApplicationHelpActionExtension.h:77
The AboutAction class handles the pop-up "About CamiTK" with information about CamiTK.
Definition: AboutAction.h:37
#define registerNewAction(X)
Definition: ActionExtension.h:63
The AboutAction class handles the pop-up "About CamiTK" with information about CamiTK.
Definition: LoggerParameters.h:40
Display the console application widget, which, by default, prints the standard output and log....
Definition: ToggleConsoleAction.h:38
When triggered, the ChangeLanguage automatically opens the given setting file language.
Definition: ChangeLanguage.h:41
virtual void init() override
initialize all the actions
Definition: ApplicationHelpActionExtension.cpp:34
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:80