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

Public Member Functions | |
| EditFormTextCommand (Okular::DocumentPrivate *docPriv, 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) | |
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 |
| void | setText (const QString &text) |
| QString | text () const |
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 165 of file documentcommands_p.h.
Constructor & Destructor Documentation
| Okular::EditFormTextCommand::EditFormTextCommand | ( | Okular::DocumentPrivate * | docPriv, |
| Okular::FormFieldText * | form, | ||
| int | pageNumber, | ||
| const QString & | newContents, | ||
| int | newCursorPos, | ||
| const QString & | prevContents, | ||
| int | prevCursorPos, | ||
| int | prevAnchorPos | ||
| ) |
Definition at line 350 of file documentcommands.cpp.
Member Function Documentation
|
virtual |
Implements Okular::EditTextCommand.
Definition at line 380 of file documentcommands.cpp.
|
virtual |
Reimplemented from Okular::EditTextCommand.
Definition at line 385 of file documentcommands.cpp.
|
virtual |
Implements Okular::EditTextCommand.
Definition at line 373 of file documentcommands.cpp.
|
virtual |
Implements Okular::EditTextCommand.
Definition at line 366 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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:19:26 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:19:26 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