lokalize
SetStateCmd Class Reference
#include <cmd.h>
Inheritance diagram for SetStateCmd:

Public Member Functions | |
| ~SetStateCmd () | |
| void | doRedo () |
| void | doUndo () |
| int | id () const |
Public Member Functions inherited from LokalizeUnitCmd | |
| LokalizeUnitCmd (Catalog *catalog, const DocPosition &pos, const QString &name) | |
| virtual | ~LokalizeUnitCmd () |
| DocPosition | pos () const |
| virtual void | redo () |
| virtual void | undo () |
Static Public Member Functions | |
| static void | instantiateAndPush (Catalog *catalog, const DocPosition &pos, TargetState state) |
| static void | push (Catalog *catalog, const DocPosition &pos, bool approved) |
Public Attributes | |
| TargetState | _prevState |
| TargetState | _state |
Additional Inherited Members | |
Protected Member Functions inherited from LokalizeUnitCmd | |
| virtual void | setJumpingPos () |
Protected Attributes inherited from LokalizeUnitCmd | |
| Catalog * | _catalog |
| bool | _firstModificationForThisEntry |
| DocPosition | _pos |
| QString | _prevPhase |
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
|
virtual |
Implements LokalizeUnitCmd.
|
virtual |
Implements LokalizeUnitCmd.
|
static |
|
static |
Member Data Documentation
| TargetState SetStateCmd::_prevState |
| TargetState SetStateCmd::_state |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from