acme
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Enumerations
Enumerator
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
z
~
Variables
Typedefs
Files
File List
File Members
All
Functions
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
Concepts
Loading...
Searching...
No Matches
user
micro
aaa_brush.h
1
//
2
// Created by camilo on 31/01/2022 14:40 <3ThomasBorregaardSorensen!!
3
//
4
#pragma once
5
6
7
#include "object.h"
8
9
namespace
nano
10
{
11
12
namespace
user
13
{
14
15
16
class
CLASS_DECL_ACME brush :
17
virtual
public
::micro::object
18
{
19
public
:
20
21
22
::color::color
m_color;
23
24
25
brush();
26
~brush()
override
;
27
28
29
};
16
class
CLASS_DECL_ACME brush : {
…
};
30
31
32
//namespace nano
33
//{
34
//
35
//
36
// ::pointer<::nano::graphics::brush> create_solid_brush(::particle * pparticle, color32_t color);
37
//
38
//
39
//} // namespace nano
40
41
42
43
44
45
}
// namespace user
46
47
48
}
// namespace nano
49
50
51
color::color
Definition
color.h:162
Generated by
1.13.2