kword
KWInsertRemovePageCommand Class Reference
List of all members.Detailed Description
Definition at line 726 of file KWCommand.h.
Public Types | |
| enum | Command { Insert, Remove } |
Public Member Functions | |
| KWInsertRemovePageCommand (KWDocument *_doc, Command cmd, int pgNum) | |
| ~KWInsertRemovePageCommand () | |
| virtual QString | name () const |
| void | execute () |
| void | unexecute () |
Protected Member Functions | |
| void | doRemove (int pageNumber) |
| void | doInsert (int pageNumber) |
Protected Attributes | |
| KWDocument * | m_doc |
| Command | m_cmd |
| int | m_pgNum |
| QValueList< KCommand * > | childCommands |
The documentation for this class was generated from the following files:

