The CmdProjectSettingsChange class.
More...
#include <cmdprojectsettingschange.h>
◆ CmdProjectSettingsChange()
◆ ~CmdProjectSettingsChange()
◆ restoreDefaults()
◆ setLocaleOrder()
void setLocaleOrder |
( |
const QStringList & |
locales | ) |
|
|
noexcept |
◆ setNormOrder()
void setNormOrder |
( |
const QStringList & |
norms | ) |
|
|
noexcept |
◆ performExecute()
Execute the command the first time.
- Note
- This method must be implemented in all derived classes. If the first time execution is exactly identical to an "redo" action, you can simple call performRedo() in the implementation of this method.
- Return values
-
true | If the command has done some changes |
false | If the command has done nothing (the command can be deleted) |
Implements UndoCommand.
◆ performUndo()
Undo the command.
- Note
- This method must be implemented in all derived classes.
Implements UndoCommand.
◆ performRedo()
Redo the command.
- Note
- This method must be implemented in all derived classes.
Implements UndoCommand.
◆ applyNewSettings()
void applyNewSettings |
( |
| ) |
|
|
private |
◆ applyOldSettings()
void applyOldSettings |
( |
| ) |
|
|
private |
◆ mSettings
◆ mRestoreDefaults
◆ mLocaleOrderOld
QStringList mLocaleOrderOld |
|
private |
◆ mLocaleOrderNew
QStringList mLocaleOrderNew |
|
private |
◆ mNormOrderOld
QStringList mNormOrderOld |
|
private |
◆ mNormOrderNew
QStringList mNormOrderNew |
|
private |
The documentation for this class was generated from the following files: