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
nano
graphics
aaa_button.h
1
// Created by camilo on 2022-01-21 16:52 <3ThomasBorregaardSorensen
2
#pragma once
3
4
5
#include "child.h"
6
7
namespace
nano
8
{
9
10
namespace
user
11
{
12
13
14
class
button
:
15
virtual
public
::micro::child
16
{
17
public
:
18
19
20
enum_dialog_result m_edialogresult1 = e_dialog_result_cancel;
21
char
m_chLetter =
'\0'
;
22
23
24
void
on_draw(
::nano::graphics::device
* pnanodevice)
override
;
25
void
on_char(
int
iChar)
override
;
26
27
28
bool
is_focusable()
override
;
29
30
31
};
14
class
button
: {
…
};
32
33
34
35
36
37
}
// namespace user
38
39
40
}
// namespace nano
41
42
43
nano::graphics::device
Definition
device.h:22
nano::user::button
Definition
aaa_button.h:16
Generated by
1.13.2