MCPcopy Create free account
hub / github.com/KDE/okular / processValidateAction

Method processValidateAction

core/document.cpp:4518–4521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4516}
4517
4518void Document::processValidateAction(const Action *action, Okular::FormFieldText *fft, bool &returnCode)
4519{
4520 processValidateAction(action, static_cast<FormField *>(fft), returnCode);
4521}
4522
4523void Document::processValidateAction(const Action *action, Okular::FormField *ff, bool &returnCode)
4524{

Callers 1

recalculateFormsMethod · 0.80

Calls 10

QVariantClass · 0.85
actionTypeMethod · 0.80
findFieldPageNumberMethod · 0.80
executeScriptEventMethod · 0.80
committedValueMethod · 0.80
toStringMethod · 0.80
returnCodeMethod · 0.45
setValueMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected