Sleeping Wombat GUI
0.100
swGUI
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Core
Media
Brushes
Brush.h
Go to the documentation of this file.
1
#pragma once
2
9
#include "
swCommonLib/Common/EngineObject.h
"
10
11
17
namespace
sw
{
18
namespace
gui
19
{
20
23
class
Brush
:
public
EngineObject
24
{
25
RTTR_ENABLE
(
EngineObject
);
26
RTTR_REGISTRATION_FRIEND
27
private
:
28
protected
:
29
public
:
30
explicit
Brush
() =
default
;
31
virtual
~Brush
() =
default
;
32
33
};
34
35
36
}
// gui
37
}
// sw
38
sw::gui::Brush
Brush base class.
Definition:
Brush.h:23
sw
Definition:
DirectInputModule.cpp:11
sw::gui::Brush::Brush
Brush()=default
EngineObject.h
sw::gui::Brush::RTTR_ENABLE
RTTR_ENABLE(EngineObject)
sw::gui::Brush::~Brush
virtual ~Brush()=default
EngineObject
Klasa bazowa dla obiektów, które mają być dostępne w edytorze poprzez rttr. Należy po niej odziedzicz...
Definition:
EngineObject.h:22
Generated on Tue May 9 2017 15:46:02 for Sleeping Wombat GUI by
1.8.9.1