| JUCE
    | 
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 void | drawDocumentWindowTitleBar (DocumentWindow &, Graphics &, int w, int h, int titleSpaceX, int titleSpaceW, const Image *icon, bool drawTitleTextOnLeft)=0 | 
| virtual Button * | createDocumentWindowButton (int buttonType)=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 LookAndFeel_V2, and LookAndFeel_V4.
| 
 | pure virtual | 
Implemented in LookAndFeel_V1, LookAndFeel_V2, LookAndFeel_V3, and LookAndFeel_V4.
| 
 | pure virtual | 
Implemented in LookAndFeel_V1, LookAndFeel_V2, and LookAndFeel_V4.