Sleeping Wombat GUI  0.100
swGUI
SolidColorBrush.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "Brush.h"
4 
5 
6 namespace sw {
7 namespace gui
8 {
9 
12 class SolidColorBrush : public Brush
13 {
14  RTTR_ENABLE( Brush );
15  RTTR_REGISTRATION_FRIEND
16 private:
17 protected:
18 public:
19  explicit SolidColorBrush () = default;
20  ~SolidColorBrush () = default;
21 
22 };
23 
24 
25 } // gui
26 } // sw
27 
28 
29 
30 
Brush base class.
Definition: Brush.h:23
Definition: SolidColorBrush.h:12
Definition: DirectInputModule.cpp:11