openshot-audio
0.1.7
|
This is the complete list of members for ComboBox, including all inherited members.
addItem(const String &newItemText, int newItemId) | ComboBox | |
addItemList(const StringArray &items, int firstItemIdOffset) | ComboBox | |
addItemsToMenu(PopupMenu &) const | ComboBox | virtual |
addListener(Listener *listener) | ComboBox | |
addSectionHeading(const String &headingName) | ComboBox | |
addSeparator() | ComboBox | |
arrowColourId enum value | ComboBox | |
AsyncUpdater() | AsyncUpdater | private |
backgroundColourId enum value | ComboBox | |
buttonColourId enum value | ComboBox | |
cancelPendingUpdate() noexcept | AsyncUpdater | private |
changeItemText(int itemId, const String &newText) | ComboBox | |
clear(NotificationType notification=sendNotificationAsync) | ComboBox | |
colourChanged() override | ComboBox | |
ColourIds enum name | ComboBox | |
ComboBox(const String &componentName=String::empty) | ComboBox | explicit |
enablementChanged() override | ComboBox | |
focusGained(Component::FocusChangeType) override | ComboBox | |
focusLost(Component::FocusChangeType) override | ComboBox | |
getItemId(int index) const noexcept | ComboBox | |
getItemText(int index) const | ComboBox | |
getJustificationType() const noexcept | ComboBox | |
getNumItems() const noexcept | ComboBox | |
getSelectedId() const noexcept | ComboBox | |
getSelectedIdAsValue() | ComboBox | inline |
getSelectedItemIndex() const | ComboBox | |
getText() const | ComboBox | |
getTextWhenNoChoicesAvailable() const | ComboBox | |
getTextWhenNothingSelected() const | ComboBox | |
getTooltip() override | ComboBox | inline |
handleAsyncUpdate() override | ComboBox | virtual |
handleUpdateNowIfNeeded() | AsyncUpdater | private |
hidePopup() | ComboBox | |
indexOfItemId(int itemId) const noexcept | ComboBox | |
isItemEnabled(int itemId) const noexcept | ComboBox | |
isPopupActive() const noexcept | ComboBox | inline |
isTextEditable() const noexcept | ComboBox | |
isUpdatePending() const noexcept | AsyncUpdater | private |
JUCE_DEPRECATED(void clear(bool)) | ComboBox | |
JUCE_DEPRECATED(void setSelectedId(int, bool)) | ComboBox | |
JUCE_DEPRECATED(void setSelectedItemIndex(int, bool)) | ComboBox | |
JUCE_DEPRECATED(void setText(const String &, bool)) | ComboBox | |
keyPressed(const KeyPress &) override | ComboBox | |
keyStateChanged(bool) override | ComboBox | |
labelTextChanged(Label *) override | ComboBox | |
lookAndFeelChanged() override | ComboBox | |
mouseDown(const MouseEvent &) override | ComboBox | |
mouseDrag(const MouseEvent &) override | ComboBox | |
mouseUp(const MouseEvent &) override | ComboBox | |
mouseWheelMove(const MouseEvent &, const MouseWheelDetails &) override | ComboBox | |
outlineColourId enum value | ComboBox | |
paint(Graphics &) override | ComboBox | |
parentHierarchyChanged() override | ComboBox | |
removeListener(Listener *listener) | ComboBox | |
resized() override | ComboBox | |
setEditableText(bool isEditable) | ComboBox | |
setItemEnabled(int itemId, bool shouldBeEnabled) | ComboBox | |
setJustificationType(Justification justification) | ComboBox | |
setScrollWheelEnabled(bool enabled) noexcept | ComboBox | |
setSelectedId(int newItemId, NotificationType notification=sendNotificationAsync) | ComboBox | |
setSelectedItemIndex(int newItemIndex, NotificationType notification=sendNotificationAsync) | ComboBox | |
setText(const String &newText, NotificationType notification=sendNotificationAsync) | ComboBox | |
setTextWhenNoChoicesAvailable(const String &newMessage) | ComboBox | |
setTextWhenNothingSelected(const String &newMessage) | ComboBox | |
setTooltip(const String &newTooltip) override | ComboBox | |
showEditor() | ComboBox | |
showPopup() | ComboBox | virtual |
textColourId enum value | ComboBox | |
triggerAsyncUpdate() | AsyncUpdater | private |
valueChanged(Value &) override | ComboBox | |
~AsyncUpdater() | AsyncUpdater | privatevirtual |
~ComboBox() | ComboBox |