25 #ifndef JUCE_GROUPCOMPONENT_H_INCLUDED
26 #define JUCE_GROUPCOMPONENT_H_INCLUDED
52 void setText (
const String& newText);
81 outlineColourId = 0x1005400,
82 textColourId = 0x1005410
91 virtual void drawGroupComponentOutline (
Graphics&,
int w,
int h,
const String& text,
99 void enablementChanged()
override;
101 void colourChanged()
override;
111 #endif // JUCE_GROUPCOMPONENT_H_INCLUDED
ColourIds
Definition: juce_GroupComponent.h:79
Definition: juce_GroupComponent.h:87
static const String empty
Definition: juce_String.h:152
#define noexcept
Definition: juce_CompilerSupport.h:141
Definition: juce_Justification.h:38
Definition: juce_String.h:43
#define JUCE_API
Definition: juce_StandardHeader.h:139
Definition: juce_GroupComponent.h:35
virtual ~LookAndFeelMethods()
Definition: juce_GroupComponent.h:89
Definition: juce_Component.h:33
Justification getTextLabelPosition() const noexcept
Definition: juce_GroupComponent.h:69
Definition: juce_GraphicsContext.h:42