This is the complete list of members for KeyPressMappingSet, including all inherited members.
addChangeListener(ChangeListener *listener) | ChangeBroadcaster | |
addKeyPress(CommandID commandID, const KeyPress &newKeyPress, int insertIndex=-1) | KeyPressMappingSet | |
ChangeBroadcaster() noexcept | ChangeBroadcaster | |
clearAllKeyPresses() | KeyPressMappingSet | |
clearAllKeyPresses(CommandID commandID) | KeyPressMappingSet | |
commandManager | KeyPressMappingSet | private |
containsMapping(CommandID commandID, const KeyPress &keyPress) const noexcept | KeyPressMappingSet | |
createXml(bool saveDifferencesFromDefaultSet) const | KeyPressMappingSet | |
dispatchPendingMessages() | ChangeBroadcaster | |
findCommandForKeyPress(const KeyPress &keyPress) const noexcept | KeyPressMappingSet | |
getCommandManager() const noexcept | KeyPressMappingSet | inline |
getKeyPressesAssignedToCommand(CommandID commandID) const | KeyPressMappingSet | |
globalFocusChanged(Component *) override | KeyPressMappingSet | virtual |
invokeCommand(const CommandID, const KeyPress &, const bool isKeyDown, const int millisecsSinceKeyPressed, Component *originator) const | KeyPressMappingSet | private |
keyPressed(const KeyPress &, Component *) override | KeyPressMappingSet | virtual |
KeyPressMappingSet(ApplicationCommandManager &) | KeyPressMappingSet | explicit |
KeyPressMappingSet(const KeyPressMappingSet &) | KeyPressMappingSet | |
keysDown | KeyPressMappingSet | private |
keyStateChanged(bool isKeyDown, Component *) override | KeyPressMappingSet | virtual |
mappings | KeyPressMappingSet | private |
operator=(const KeyPressMappingSet &) | KeyPressMappingSet | private |
removeAllChangeListeners() | ChangeBroadcaster | |
removeChangeListener(ChangeListener *listener) | ChangeBroadcaster | |
removeKeyPress(CommandID commandID, int keyPressIndex) | KeyPressMappingSet | |
removeKeyPress(const KeyPress &keypress) | KeyPressMappingSet | |
resetToDefaultMapping(CommandID commandID) | KeyPressMappingSet | |
resetToDefaultMappings() | KeyPressMappingSet | |
restoreFromXml(const XmlElement &xmlVersion) | KeyPressMappingSet | |
sendChangeMessage() | ChangeBroadcaster | |
sendSynchronousChangeMessage() | ChangeBroadcaster | |
~ChangeBroadcaster() | ChangeBroadcaster | virtual |
~FocusChangeListener() | FocusChangeListener | inlineprivatevirtual |
~KeyListener() | KeyListener | inlinevirtual |
~KeyPressMappingSet() | KeyPressMappingSet | |