mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: added drawProgressBar() method to ProjucerLookAndFeel to draw spinning progress indicator
This commit is contained in:
parent
8ab39ef354
commit
73828a8cec
2 changed files with 68 additions and 0 deletions
|
|
@ -75,6 +75,8 @@ public:
|
|||
void drawTreeviewPlusMinusBox (Graphics&, const Rectangle<float>& area,
|
||||
Colour backgroundColour, bool isItemOpen, bool isMouseOver) override;
|
||||
|
||||
void drawProgressBar (Graphics&, ProgressBar&, int width, int height, double progress, const String& textToShow) override;
|
||||
|
||||
//==============================================================================
|
||||
static Path getArrowPath (Rectangle<float> arrowZone, const int direction,
|
||||
const bool filled, const Justification justification);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue