Home | History | Annotate | Download | only in src

Lines Matching refs:editor

32 #include "Editor.h"
129 const Editor* editor = frame->editor();
130 if (!editor)
132 if (editor->isSpellCheckingEnabledInFocusedNode())
390 // Keys with special meaning. These will be delegated to the editor using
576 Editor::Command command = frame->editor()->command(commandName);
580 // commands that just insert text if executed via Editor should be treated,
638 if (!frame->editor()->canEdit())
641 return frame->editor()->insertText(evt->keyEvent()->text(), evt);