25 #ifndef JUCE_PROGRESSBAR_H_INCLUDED
26 #define JUCE_PROGRESSBAR_H_INCLUDED
68 void setPercentageDisplay (
bool shouldDisplayPercentage);
75 void setTextToDisplay (
const String& text);
88 backgroundColourId = 0x1001900,
89 foregroundColourId = 0x1001a00,
108 double progress,
const String& textToShow) = 0;
116 void lookAndFeelChanged()
override;
118 void visibilityChanged()
override;
120 void colourChanged()
override;
125 bool displayPercentage;
126 String displayedMessage, currentMessage;
129 void timerCallback()
override;
135 #endif // JUCE_PROGRESSBAR_H_INCLUDED
Definition: juce_ProgressBar.h:95
ColourIds
Definition: juce_ProgressBar.h:86
Definition: juce_String.h:43
#define JUCE_API
Definition: juce_StandardHeader.h:139
unsigned int uint32
Definition: juce_MathsFunctions.h:51
Definition: juce_Component.h:33
png_const_structrp png_const_inforp int png_fixed_point * width
Definition: juce_PNGLoader.cpp:2339
Definition: juce_GraphicsContext.h:42
virtual ~LookAndFeelMethods()
Definition: juce_ProgressBar.h:97
Definition: juce_Timer.h:52
Definition: juce_ProgressBar.h:42