lokalize
LokalizeUnitCmd Class Referenceabstract
  #include <cmd.h>
Inheritance diagram for LokalizeUnitCmd:

Public Member Functions | |
| LokalizeUnitCmd (Catalog *catalog, const DocPosition &pos, const QString &name) | |
| virtual | ~LokalizeUnitCmd () | 
| DocPosition | pos () const | 
| virtual void | redo () | 
| virtual void | undo () | 
  Public Member Functions inherited from QUndoCommand | |
| QUndoCommand (QUndoCommand *parent) | |
| QUndoCommand (const QString &text, QUndoCommand *parent) | |
| virtual | ~QUndoCommand () | 
| QString | actionText () const | 
| const QUndoCommand * | child (int index) const | 
| int | childCount () const | 
| virtual int | id () const | 
| virtual bool | mergeWith (const QUndoCommand *command) | 
| void | setText (const QString &text) | 
| QString | text () const | 
Protected Member Functions | |
| virtual void | doRedo ()=0 | 
| virtual void | doUndo ()=0 | 
| virtual void | setJumpingPos () | 
Protected Attributes | |
| Catalog * | _catalog | 
| bool | _firstModificationForThisEntry | 
| DocPosition | _pos | 
| QString | _prevPhase | 
Detailed Description
Constructor & Destructor Documentation
| LokalizeUnitCmd::LokalizeUnitCmd | ( | Catalog * | catalog, | 
| const DocPosition & | pos, | ||
| const QString & | name = QString()  | 
        ||
| ) | 
Member Function Documentation
      
  | 
  protectedpure virtual | 
Implemented in SetEquivTransCmd, SetNoteCmd, DelTagCmd, InsTagCmd, SetStateCmd, DelTextCmd, and InsTextCmd.
      
  | 
  protectedpure virtual | 
Implemented in SetEquivTransCmd, SetNoteCmd, DelTagCmd, InsTagCmd, SetStateCmd, DelTextCmd, and InsTextCmd.
      
  | 
  inline | 
      
  | 
  virtual | 
Reimplemented from QUndoCommand.
Reimplemented in LokalizeTargetCmd.
      
  | 
  protectedvirtual | 
may be overridden to set customized pos alternatively customized pos may be set manually in do*()
Reimplemented in SetNoteCmd.
      
  | 
  virtual | 
Reimplemented from QUndoCommand.
Reimplemented in LokalizeTargetCmd.
Member Data Documentation
      
  | 
  protected | 
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 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