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

Public Member Functions | |
EditFormComboCommand (Okular::Document *doc, 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 () |
![]() | |
EditTextCommand (const QString &newContents, int newCursorPos, const QString &prevContents, int prevCursorPos, int prevAnchorPos) | |
Additional Inherited Members | |
![]() | |
EditType | m_editType |
QString | m_newContents |
int | m_newCursorPos |
int | m_prevAnchorPos |
QString | m_prevContents |
int | m_prevCursorPos |
Detailed Description
Definition at line 206 of file documentcommands_p.h.
Constructor & Destructor Documentation
Okular::EditFormComboCommand::EditFormComboCommand | ( | Okular::Document * | doc, |
FormFieldChoice * | form, | ||
int | pageNumber, | ||
const QString & | newText, | ||
int | newCursorPos, | ||
const QString & | prevText, | ||
int | prevCursorPos, | ||
int | prevAnchorPos | ||
) |
Definition at line 365 of file documentcommands.cpp.
Member Function Documentation
|
virtual |
Implements Okular::EditTextCommand.
Definition at line 423 of file documentcommands.cpp.
|
virtual |
Reimplemented from Okular::EditTextCommand.
Definition at line 428 of file documentcommands.cpp.
|
virtual |
Implements Okular::EditTextCommand.
Definition at line 410 of file documentcommands.cpp.
|
virtual |
Implements Okular::EditTextCommand.
Definition at line 397 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.