JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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:
juce::LookAndFeel juce::LookAndFeel_V2 juce::LookAndFeel_V1 juce::LookAndFeel_V3 juce::LookAndFeel_V4

Public Member Functions

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.

Definition at line 368 of file juce_ComboBox.h.


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