Home
last modified time | relevance | path

Searched refs:EditFormComboCommand (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/okular/okular-21.12.3/core/
H A Ddocumentcommands.cpp510 EditFormComboCommand::EditFormComboCommand(Okular::DocumentPrivate *docPriv, FormFieldChoice *form,… in EditFormComboCommand() function in Okular::EditFormComboCommand
532 void EditFormComboCommand::undo() in undo()
544 void EditFormComboCommand::redo() in redo()
556 int EditFormComboCommand::id() const in id()
561 bool EditFormComboCommand::mergeWith(const QUndoCommand *uc) in mergeWith()
563 EditFormComboCommand *euc = (EditFormComboCommand *)uc; in mergeWith()
576 bool EditFormComboCommand::refreshInternalPageReferences(const QVector<Page *> &newPagesVector) in refreshInternalPageReferences()
H A Ddocumentcommands_p.h216 class EditFormComboCommand : public EditTextCommand
219EditFormComboCommand(Okular::DocumentPrivate *docPriv, FormFieldChoice *form, int pageNumber, cons…
H A Ddocument.h1286 friend class EditFormComboCommand; variable
H A Ddocument.cpp3766 …QUndoCommand *uc = new EditFormComboCommand(this->d, form, pageNumber, newText, newCursorPos, prev… in editFormCombo()