This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality. More...
#include <juce_DocumentWindow.h>
Public Member Functions | |
virtual | ~LookAndFeelMethods ()=default |
virtual Button * | createDocumentWindowButton (int buttonType)=0 |
virtual void | drawDocumentWindowTitleBar (DocumentWindow &, Graphics &, int w, int h, int titleSpaceX, int titleSpaceW, const Image *icon, bool drawTitleTextOnLeft)=0 |
virtual void | positionDocumentWindowButtons (DocumentWindow &, int titleBarX, int titleBarY, int titleBarW, int titleBarH, Button *minimiseButton, Button *maximiseButton, Button *closeButton, bool positionTitleBarButtonsOnLeft)=0 |
This abstract base class is implemented by LookAndFeel classes to provide window drawing functionality.
|
virtualdefault |
|
pure virtual |
Implemented in juce::LookAndFeel_V4, juce::LookAndFeel_V2, juce::LookAndFeel_V1, and juce::LookAndFeel_V3.
|
pure virtual |
Implemented in juce::LookAndFeel_V4, and juce::LookAndFeel_V2.
|
pure virtual |
Implemented in juce::LookAndFeel_V4, juce::LookAndFeel_V2, and juce::LookAndFeel_V1.