 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
26 #ifndef CHANGE_LANGUAGE_H
27 #define CHANGE_LANGUAGE_H
QString language
Definition: ChangeLanguage.h:63
void setFamily(QString family)
the name of the family in which this action is associated
Definition: Action.cpp:128
Definition: ChangeLanguage.h:62
#define CAMITK_WARNING(MSG)
Log for warning verbosity (the most common one) Will appear by default.
Definition: Log.h:261
ChangeLanguage(camitk::ActionExtension *)
Default Constructor.
Definition: ChangeLanguage.cpp:39
everything went according to plan
Definition: Action.h:245
QComboBox * languageList
Definition: ChangeLanguage.h:60
ApplyStatus
Definition: Action.h:244
void setName(QString name)
Definition: Action.cpp:112
void setComponent(QString component)
the name of the component class that can be used by this action
Definition: Action.cpp:123
void addTag(QString tag)
add a tag to the tags list of this action
Definition: Action.cpp:133
Action class is an abstract class that enables you to build a action (generally on a component)....
Definition: Action.h:228
QString languageAbreviation
Definition: ChangeLanguage.h:64
virtual ~ChangeLanguage()
Default Destructor.
Definition: ChangeLanguage.cpp:84
QList< languageAndFlag > listLanguageAndFlag
Definition: ChangeLanguage.h:67
virtual ApplyStatus apply()
apply the action i.e. show a file dialog and open the selected file(s)
Definition: ChangeLanguage.cpp:124
void setDescription(QString description)
the description of the action
Definition: Action.cpp:118
QLineEdit * fileBrowserLineEdit2
Definition: ChangeLanguage.h:59
When triggered, the ChangeLanguage automatically opens the given setting file language.
Definition: ChangeLanguage.h:40
void setIcon(QPixmap)
set the Pixmap
Definition: Action.cpp:143
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:80
QLineEdit * fileBrowserLineEdit1
Definition: ChangeLanguage.h:58
virtual QWidget * getWidget()
Returns NULL: no permanent widget for this action. The GUI is shown as a one-shot dialog in apply.
Definition: ChangeLanguage.cpp:88
QFrame * myWidget
Definition: ChangeLanguage.h:57
QString flagfilename
Definition: ChangeLanguage.h:65
Definition: Action.cpp:36