Lines Matching refs:CommandSet
8 #include "tools/sk_app/CommandSet.h"
15 CommandSet::CommandSet()
33 void CommandSet::attach(Window* window) {
37 bool CommandSet::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) {
50 bool CommandSet::onChar(SkUnichar c, skui::ModifierKey modifiers) {
61 bool CommandSet::onSoftkey(const SkString& softkey) {
71 void CommandSet::addCommand(SkUnichar c, const char* group, const char* description,
76 void CommandSet::addCommand(skui::Key k, const char* keyName, const char* group,
87 bool CommandSet::compareCommandKey(const Command& first, const Command& second) {
91 bool CommandSet::compareCommandGroup(const Command& first, const Command& second) {
95 void CommandSet::drawHelp(SkCanvas* canvas) {
160 std::vector<SkString> CommandSet::getCommandsAsSoftkeys() const {