Lines Matching refs:fCommands
240 fCommands.attach(fWindow);
246 fCommands.addCommand(' ', "GUI", "Toggle Debug GUI", [this]() { in __anon1e6a6ccc0102()
251 fCommands.addCommand('/', "GUI", "Jump to slide picker", [this]() { in __anon1e6a6ccc0202()
257 fCommands.addCommand(Window::Key::kBack, "Backspace", "GUI", "Jump to slide picker", [this]() { in __anon1e6a6ccc0302()
262 fCommands.addCommand('g', "GUI", "Toggle GUI Demo", [this]() { in __anon1e6a6ccc0402()
266 fCommands.addCommand('z', "GUI", "Toggle zoom window", [this]() { in __anon1e6a6ccc0502()
270 fCommands.addCommand('Z', "GUI", "Toggle zoom window state", [this]() { in __anon1e6a6ccc0602()
274 fCommands.addCommand('s', "Overlays", "Toggle stats display", [this]() { in __anon1e6a6ccc0702()
278 fCommands.addCommand('0', "Overlays", "Reset stats", [this]() { in __anon1e6a6ccc0802()
283 fCommands.addCommand('c', "Modes", "Cycle color mode", [this]() { in __anon1e6a6ccc0902()
296 fCommands.addCommand(Window::Key::kRight, "Right", "Navigation", "Next slide", [this]() { in __anon1e6a6ccc0a02()
299 fCommands.addCommand(Window::Key::kLeft, "Left", "Navigation", "Previous slide", [this]() { in __anon1e6a6ccc0b02()
302 fCommands.addCommand(Window::Key::kUp, "Up", "Transform", "Zoom in", [this]() { in __anon1e6a6ccc0c02()
306 fCommands.addCommand(Window::Key::kDown, "Down", "Transform", "Zoom out", [this]() { in __anon1e6a6ccc0d02()
310 fCommands.addCommand('d', "Modes", "Change rendering backend", [this]() { in __anon1e6a6ccc0e02()
324 fCommands.addCommand('K', "IO", "Save slide to SKP", [this]() { in __anon1e6a6ccc0f02()
328 fCommands.addCommand('G', "Modes", "Geometry", [this]() { in __anon1e6a6ccc1002()
358 fCommands.addCommand('H', "Font", "Hinting mode", [this]() { in __anon1e6a6ccc1102()
382 fCommands.addCommand('A', "Paint", "Antialias Mode", [this]() { in __anon1e6a6ccc1202()
432 fCommands.addCommand('D', "Modes", "DFT", [this]() { in __anon1e6a6ccc1302()
441 fCommands.addCommand('L', "Font", "Subpixel Antialias Mode", [this]() { in __anon1e6a6ccc1402()
462 fCommands.addCommand('S', "Font", "Subpixel Position Mode", [this]() { in __anon1e6a6ccc1502()
476 fCommands.addCommand('p', "Transform", "Toggle Perspective Mode", [this]() { in __anon1e6a6ccc1602()
482 fCommands.addCommand('P', "Transform", "Toggle Perspective", [this]() { in __anon1e6a6ccc1702()
488 fCommands.addCommand('a', "Transform", "Toggle Animation", [this]() { in __anon1e6a6ccc1802()
491 fCommands.addCommand('u', "GUI", "Zoom UI", [this]() { in __anon1e6a6ccc1902()
974 fCommands.attach(fWindow); in setBackend()
1242 fCommands.drawHelp(canvas); in onPaint()
2102 for (const auto& softkey : fCommands.getCommandsAsSoftkeys()) { in updateUIState()
2169 fCommands.onSoftkey(stateValue); in onUIStateChanged()
2182 return fCommands.onKey(key, state, modifiers); in onKey()
2190 return fCommands.onChar(c, modifiers); in onChar()