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