kword
KWChangeVariableSettingsCommand Class Reference
#include <KWCommand.h>
Detailed Description
Command to display link setting.
Definition at line 626 of file KWCommand.h.
Public Types | |
| enum | VariableProperties { VS_DISPLAYLINK, VS_UNDERLINELINK, VS_DISPLAYCOMMENT, VS_DISPLAYFIELDCODE } |
Public Member Functions | |
| KWChangeVariableSettingsCommand (const QString &name, KWDocument *_doc, bool _oldDisplay, bool _newDisplay, VariableProperties _type) | |
| ~KWChangeVariableSettingsCommand () | |
| void | execute () |
| void | unexecute () |
Protected Member Functions | |
| void | changeValue (bool b) |
Protected Attributes | |
| KWDocument * | m_doc |
| VariableProperties | type |
| bool | m_bOldValue |
| bool | m_bNewValue |
The documentation for this class was generated from the following files:

