JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
SelectedItemSet< SelectableItemType > Member List
This is the complete list of members for SelectedItemSet< SelectableItemType >, including all inherited members.
addChangeListener(ChangeListener *listener)ChangeBroadcaster
addToSelection(ParameterType item)SelectedItemSet< SelectableItemType >
addToSelectionBasedOnModifiers(ParameterType item, const ModifierKeys &modifiers)SelectedItemSet< SelectableItemType >
addToSelectionOnMouseDown(ParameterType item, const ModifierKeys &modifiers)SelectedItemSet< SelectableItemType >
addToSelectionOnMouseUp(ParameterType item, const ModifierKeys &modifiers, const bool wasItemDragged, const bool resultOfMouseDownSelectMethod)SelectedItemSet< SelectableItemType >
ChangeBroadcaster() noexceptChangeBroadcaster
changed(const bool synchronous=false)SelectedItemSet< SelectableItemType >
deselect(ParameterType item)SelectedItemSet< SelectableItemType >
deselectAll()SelectedItemSet< SelectableItemType >
dispatchPendingMessages()ChangeBroadcaster
getItemArray() const noexceptSelectedItemSet< SelectableItemType >
getNumSelected() const noexceptSelectedItemSet< SelectableItemType >
getSelectedItem(const int index) const noexceptSelectedItemSet< SelectableItemType >
isSelected(ParameterType item) const noexceptSelectedItemSet< SelectableItemType >
itemDeselected(SelectableItemType item)SelectedItemSet< SelectableItemType > [virtual]
itemSelected(SelectableItemType item)SelectedItemSet< SelectableItemType > [virtual]
ItemType typedefSelectedItemSet< SelectableItemType >
operator=(const SelectedItemSet &other)SelectedItemSet< SelectableItemType >
PARAMETER_TYPE(SelectableItemType) ParameterTypeSelectedItemSet< SelectableItemType >
removeAllChangeListeners()ChangeBroadcaster
removeChangeListener(ChangeListener *listener)ChangeBroadcaster
SelectedItemSet()SelectedItemSet< SelectableItemType >
SelectedItemSet(const Array< SelectableItemType > &items)SelectedItemSet< SelectableItemType > [explicit]
SelectedItemSet(const SelectedItemSet &other)SelectedItemSet< SelectableItemType >
selectOnly(ParameterType item)SelectedItemSet< SelectableItemType >
sendChangeMessage()ChangeBroadcaster
sendSynchronousChangeMessage()ChangeBroadcaster
~ChangeBroadcaster()ChangeBroadcaster [virtual]