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

Method processFormatAction

core/document.cpp:4303–4306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4301}
4302
4303void Document::processFormatAction(const Action *action, Okular::FormFieldText *fft)
4304{
4305 processFormatAction(action, static_cast<FormField *>(fft));
4306}
4307
4308void Document::processFormatAction(const Action *action, Okular::FormField *ff)
4309{

Callers 6

recalculateFormsMethod · 0.80
testTimeFormatMethod · 0.80
testSpecialFormatMethod · 0.80
testNumberFormatMethod · 0.80
testPercentFormatMethod · 0.80
testDateFormatMethod · 0.80

Calls 11

QVariantClass · 0.85
actionTypeMethod · 0.80
findFieldPageNumberMethod · 0.80
toStringMethod · 0.80
executeScriptEventMethod · 0.80
commitFormattedValueMethod · 0.80
setAppearanceValueMethod · 0.80
refreshPixmapsMethod · 0.80
valueMethod · 0.45
setValueMethod · 0.45
additionalActionMethod · 0.45

Tested by 5

testTimeFormatMethod · 0.64
testSpecialFormatMethod · 0.64
testNumberFormatMethod · 0.64
testPercentFormatMethod · 0.64
testDateFormatMethod · 0.64