| JUCE
    | 
This abstract base class is implemented by LookAndFeel classes to provide ComboBox functionality. More...
#include <juce_ComboBox.h>
| 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_V1, LookAndFeel_V4, LookAndFeel_V3, and LookAndFeel_V2.
Implemented in LookAndFeel_V1, LookAndFeel_V2, and LookAndFeel_V4.
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.