JUCE
|
This abstract base class is implemented by LookAndFeel classes to provide ComboBox functionality. More...
Public Member Functions | |
virtual | ~LookAndFeelMethods ()=default |
virtual void | drawComboBox (Graphics &, int width, int height, bool isButtonDown, int buttonX, int buttonY, int buttonW, int buttonH, ComboBox &)=0 |
virtual Font | getComboBoxFont (ComboBox &)=0 |
virtual Label * | createComboBoxTextBox (ComboBox &)=0 |
virtual void | positionComboBoxText (ComboBox &, Label &labelToPosition)=0 |
virtual PopupMenu::Options | getOptionsForComboBoxPopupMenu (ComboBox &, Label &)=0 |
virtual void | drawComboBoxTextWhenNothingSelected (Graphics &, ComboBox &, Label &)=0 |
This abstract base class is implemented by LookAndFeel classes to provide ComboBox functionality.
|
virtualdefault |
|
pure virtual |
Implemented in LookAndFeel_V2, LookAndFeel_V4, LookAndFeel_V1, and LookAndFeel_V3.
Implemented in LookAndFeel_V2, LookAndFeel_V4, and LookAndFeel_V1.
Implemented in LookAndFeel_V2.
|
pure virtual |
Implemented in LookAndFeel_V2, and LookAndFeel_V4.
|
pure virtual |
Implemented in LookAndFeel_V2.
|
pure virtual |
Implemented in LookAndFeel_V2.