addChangeListener(ChangeListener *listener) | juce::ChangeBroadcaster | |
addKeyPress(CommandID commandID, const KeyPress &newKeyPress, int insertIndex=-1) | juce::KeyPressMappingSet | |
anyListeners | juce::ChangeBroadcaster | private |
broadcastCallback | juce::ChangeBroadcaster | private |
callListeners() | juce::ChangeBroadcaster | private |
ChangeBroadcaster() noexcept | juce::ChangeBroadcaster | |
changeListeners | juce::ChangeBroadcaster | private |
clearAllKeyPresses() | juce::KeyPressMappingSet | |
clearAllKeyPresses(CommandID commandID) | juce::KeyPressMappingSet | |
commandManager | juce::KeyPressMappingSet | private |
containsMapping(CommandID commandID, const KeyPress &keyPress) const noexcept | juce::KeyPressMappingSet | |
createXml(bool saveDifferencesFromDefaultSet) const | juce::KeyPressMappingSet | |
dispatchPendingMessages() | juce::ChangeBroadcaster | |
findCommandForKeyPress(const KeyPress &keyPress) const noexcept | juce::KeyPressMappingSet | |
getCommandManager() const noexcept | juce::KeyPressMappingSet | inline |
getKeyPressesAssignedToCommand(CommandID commandID) const | juce::KeyPressMappingSet | |
globalFocusChanged(Component *) override | juce::KeyPressMappingSet | virtual |
invokeCommand(const CommandID, const KeyPress &, const bool isKeyDown, const int millisecsSinceKeyPressed, Component *originator) const | juce::KeyPressMappingSet | private |
keyPressed(const KeyPress &, Component *) override | juce::KeyPressMappingSet | virtual |
KeyPressMappingSet(ApplicationCommandManager &) | juce::KeyPressMappingSet | explicit |
KeyPressMappingSet(const KeyPressMappingSet &) | juce::KeyPressMappingSet | |
keysDown | juce::KeyPressMappingSet | private |
keyStateChanged(bool isKeyDown, Component *) override | juce::KeyPressMappingSet | virtual |
mappings | juce::KeyPressMappingSet | private |
operator=(const KeyPressMappingSet &) | juce::KeyPressMappingSet | private |
removeAllChangeListeners() | juce::ChangeBroadcaster | |
removeChangeListener(ChangeListener *listener) | juce::ChangeBroadcaster | |
removeKeyPress(CommandID commandID, int keyPressIndex) | juce::KeyPressMappingSet | |
removeKeyPress(const KeyPress &keypress) | juce::KeyPressMappingSet | |
resetToDefaultMapping(CommandID commandID) | juce::KeyPressMappingSet | |
resetToDefaultMappings() | juce::KeyPressMappingSet | |
restoreFromXml(const XmlElement &xmlVersion) | juce::KeyPressMappingSet | |
sendChangeMessage() | juce::ChangeBroadcaster | |
sendSynchronousChangeMessage() | juce::ChangeBroadcaster | |
~ChangeBroadcaster() | juce::ChangeBroadcaster | virtual |
~FocusChangeListener()=default | juce::FocusChangeListener | privatevirtual |
~KeyListener()=default | juce::KeyListener | virtual |
~KeyPressMappingSet() override | juce::KeyPressMappingSet | |