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

Public Member Functions | |
| EditFormComboCommand (Okular::DocumentPrivate *docPriv, FormFieldChoice *form, int pageNumber, const QString &newText, int newCursorPos, const QString &prevText, 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 207 of file documentcommands_p.h.
Constructor & Destructor Documentation
| Okular::EditFormComboCommand::EditFormComboCommand | ( | Okular::DocumentPrivate * | docPriv, |
| FormFieldChoice * | form, | ||
| int | pageNumber, | ||
| const QString & | newText, | ||
| int | newCursorPos, | ||
| const QString & | prevText, | ||
| int | prevCursorPos, | ||
| int | prevAnchorPos | ||
| ) |
Definition at line 427 of file documentcommands.cpp.
Member Function Documentation
|
virtual |
Implements Okular::EditTextCommand.
Definition at line 487 of file documentcommands.cpp.
|
virtual |
Reimplemented from Okular::EditTextCommand.
Definition at line 492 of file documentcommands.cpp.
|
virtual |
Implements Okular::EditTextCommand.
Definition at line 473 of file documentcommands.cpp.
|
virtual |
Implements Okular::EditTextCommand.
Definition at line 459 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