JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::ComboBox::LookAndFeelMethods Struct Referenceabstract

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

#include <juce_ComboBox.h>

Inheritance diagram for juce::ComboBox::LookAndFeelMethods:

Public Member Functions

virtual ~LookAndFeelMethods ()=default
 
virtual LabelcreateComboBoxTextBox (ComboBox &)=0
 
virtual void drawComboBox (Graphics &, int width, int height, bool isButtonDown, int buttonX, int buttonY, int buttonW, int buttonH, ComboBox &)=0
 
virtual void drawComboBoxTextWhenNothingSelected (Graphics &, ComboBox &, Label &)=0
 
virtual Font getComboBoxFont (ComboBox &)=0
 
virtual PopupMenu::Options getOptionsForComboBoxPopupMenu (ComboBox &, Label &)=0
 
virtual void positionComboBoxText (ComboBox &, Label &labelToPosition)=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: