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

Method editFormButtons

core/document.cpp:3969–3973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3967}
3968
3969void Document::editFormButtons(int pageNumber, const QList<FormFieldButton *> &formButtons, const QList<bool> &newButtonStates)
3970{
3971 QUndoCommand *uc = new EditFormButtonsCommand(this->d, pageNumber, formButtons, newButtonStates);
3972 d->m_undoStack->push(uc);
3973}
3974
3975void Document::reloadDocument() const
3976{

Callers 4

testCheckBoxFormMethod · 0.80
setRadioButtonStatesMethod · 0.80
testCheckBoxReadOnlyMethod · 0.80

Calls

no outgoing calls

Tested by 4

testCheckBoxFormMethod · 0.64
setRadioButtonStatesMethod · 0.64
testCheckBoxReadOnlyMethod · 0.64