25 #ifndef JUCE_CHOICEPROPERTYCOMPONENT_H_INCLUDED
26 #define JUCE_CHOICEPROPERTYCOMPONENT_H_INCLUDED
73 const String& propertyName,
87 virtual void setIndex (
int newIndex);
92 virtual int getIndex()
const;
116 void createComboBox();
125 #endif // JUCE_CHOICEPROPERTYCOMPONENT_H_INCLUDED
StringArray choices
Definition: juce_ChoicePropertyComponent.h:109
Definition: juce_PropertyComponent.h:45
Definition: juce_ChoicePropertyComponent.h:48
Definition: juce_String.h:43
#define JUCE_API
Definition: juce_StandardHeader.h:139
Definition: juce_ComboBox.h:284
Definition: juce_StringArray.h:39
Definition: juce_ChoicePropertyComponent.cpp:25
Definition: juce_Value.h:44
virtual void comboBoxChanged(ComboBox *comboBoxThatHasChanged)=0
Definition: juce_ComboBox.h:44