1
0
Fork 0
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:
ed 2017-05-08 12:49:11 +01:00
parent 8ab39ef354
commit 73828a8cec
2 changed files with 68 additions and 0 deletions

View file

@ -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);