LMMS
Loading...
Searching...
No Matches
juce::ComboBox::LookAndFeelMethods Struct Referenceabstract

#include <juce_ComboBox.h>

Inheritance diagram for juce::ComboBox::LookAndFeelMethods:
juce::LookAndFeel juce::LookAndFeel_V2 juce::LookAndFeel_V1 juce::LookAndFeel_V3 juce::LookAndFeel_V4

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 LabelcreateComboBoxTextBox (ComboBox &)=0
virtual void positionComboBoxText (ComboBox &, Label &labelToPosition)=0
virtual PopupMenu::Options getOptionsForComboBoxPopupMenu (ComboBox &, Label &)=0
virtual void drawComboBoxTextWhenNothingSelected (Graphics &, ComboBox &, Label &)=0

Detailed Description

This abstract base class is implemented by LookAndFeel classes to provide ComboBox functionality.

Constructor & Destructor Documentation

◆ ~LookAndFeelMethods()

virtual juce::ComboBox::LookAndFeelMethods::~LookAndFeelMethods ( )
virtualdefault

Member Function Documentation

◆ createComboBoxTextBox()

virtual Label * juce::ComboBox::LookAndFeelMethods::createComboBoxTextBox ( ComboBox & )
pure virtual

Implemented in juce::LookAndFeel_V2.

◆ drawComboBox()

virtual void juce::ComboBox::LookAndFeelMethods::drawComboBox ( Graphics & ,
int width,
int height,
bool isButtonDown,
int buttonX,
int buttonY,
int buttonW,
int buttonH,
ComboBox &  )
pure virtual

◆ drawComboBoxTextWhenNothingSelected()

virtual void juce::ComboBox::LookAndFeelMethods::drawComboBoxTextWhenNothingSelected ( Graphics & ,
ComboBox & ,
Label &  )
pure virtual

Implemented in juce::LookAndFeel_V2.

◆ getComboBoxFont()

virtual Font juce::ComboBox::LookAndFeelMethods::getComboBoxFont ( ComboBox & )
pure virtual

◆ getOptionsForComboBoxPopupMenu()

virtual PopupMenu::Options juce::ComboBox::LookAndFeelMethods::getOptionsForComboBoxPopupMenu ( ComboBox & ,
Label &  )
pure virtual

Implemented in juce::LookAndFeel_V2.

◆ positionComboBoxText()

virtual void juce::ComboBox::LookAndFeelMethods::positionComboBoxText ( ComboBox & ,
Label & labelToPosition )
pure virtual

The documentation for this struct was generated from the following file: