okular
Okular::EditFormTextCommand Class Reference
#include <documentcommands_p.h>
Inheritance diagram for Okular::EditFormTextCommand:

Public Member Functions | |
| EditFormTextCommand (Okular::Document *doc, Okular::FormFieldText *form, int pageNumber, const QString &newContents, int newCursorPos, const QString &prevContents, int prevCursorPos, int prevAnchorPos) | |
| virtual int | id () const |
| virtual bool | mergeWith (const QUndoCommand *uc) |
| virtual void | redo () |
| virtual void | undo () |
Public Member Functions inherited from Okular::EditTextCommand | |
| EditTextCommand (const QString &newContents, int newCursorPos, const QString &prevContents, int prevCursorPos, int prevAnchorPos) | |
Additional Inherited Members | |
Protected Attributes inherited from Okular::EditTextCommand | |
| EditType | m_editType |
| QString | m_newContents |
| int | m_newCursorPos |
| int | m_prevAnchorPos |
| QString | m_prevContents |
| int | m_prevCursorPos |
Detailed Description
Definition at line 164 of file documentcommands_p.h.
Constructor & Destructor Documentation
| Okular::EditFormTextCommand::EditFormTextCommand | ( | Okular::Document * | doc, |
| Okular::FormFieldText * | form, | ||
| int | pageNumber, | ||
| const QString & | newContents, | ||
| int | newCursorPos, | ||
| const QString & | prevContents, | ||
| int | prevCursorPos, | ||
| int | prevAnchorPos | ||
| ) |
Definition at line 292 of file documentcommands.cpp.
Member Function Documentation
|
virtual |
Implements Okular::EditTextCommand.
Definition at line 320 of file documentcommands.cpp.
|
virtual |
Reimplemented from Okular::EditTextCommand.
Definition at line 325 of file documentcommands.cpp.
|
virtual |
Implements Okular::EditTextCommand.
Definition at line 314 of file documentcommands.cpp.
|
virtual |
Implements Okular::EditTextCommand.
Definition at line 308 of file documentcommands.cpp.
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 22:45:03 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 22:45:03 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