My Project
Loading...
Searching...
No Matches
icon.h
Go to the documentation of this file.
1
#pragma once
2
#include "image.h"
3
#include "
heroclass.h
"
4
5
class
Icons
{
6
public
:
7
enum
Type
{
8
SKULL
,
9
BUSY
,
10
COMPASS
,
11
PREFS
,
12
WARNING
,
13
TARGET
,
14
WATA
,
15
WARRIOR
,
16
MAGE
,
17
ROGUE
,
18
HUNTRESS
,
19
CLOSE
,
20
DEPTH
,
21
SLEEP
,
22
ALERT
,
23
SUPPORT
,
24
SUPPORTED
,
25
BACKPACK
,
26
SEED_POUCH
,
27
SCROLL_HOLDER
,
28
WAND_HOLSTER
,
29
KEYRING
,
30
CHECKED
,
31
UNCHECKED
,
32
EXIT
,
33
CHALLENGE_OFF
,
34
CHALLENGE_ON
,
35
RESUME
36
};
37
38
Type
type
;
39
Image*
get
();
40
static
Image*
get
(
Type
type
);
41
static
Image*
get
(
HeroClass
& cl);
42
};
HeroClass
Definition
heroclass.h:10
Icons
Definition
icon.h:5
Icons::type
Type type
Definition
icon.h:38
Icons::Type
Type
Definition
icon.h:7
Icons::UNCHECKED
@ UNCHECKED
Definition
icon.h:31
Icons::EXIT
@ EXIT
Definition
icon.h:32
Icons::ROGUE
@ ROGUE
Definition
icon.h:17
Icons::WATA
@ WATA
Definition
icon.h:14
Icons::SUPPORT
@ SUPPORT
Definition
icon.h:23
Icons::CHALLENGE_OFF
@ CHALLENGE_OFF
Definition
icon.h:33
Icons::WAND_HOLSTER
@ WAND_HOLSTER
Definition
icon.h:28
Icons::BUSY
@ BUSY
Definition
icon.h:9
Icons::KEYRING
@ KEYRING
Definition
icon.h:29
Icons::SKULL
@ SKULL
Definition
icon.h:8
Icons::SLEEP
@ SLEEP
Definition
icon.h:21
Icons::PREFS
@ PREFS
Definition
icon.h:11
Icons::DEPTH
@ DEPTH
Definition
icon.h:20
Icons::CHALLENGE_ON
@ CHALLENGE_ON
Definition
icon.h:34
Icons::MAGE
@ MAGE
Definition
icon.h:16
Icons::SCROLL_HOLDER
@ SCROLL_HOLDER
Definition
icon.h:27
Icons::BACKPACK
@ BACKPACK
Definition
icon.h:25
Icons::SUPPORTED
@ SUPPORTED
Definition
icon.h:24
Icons::TARGET
@ TARGET
Definition
icon.h:13
Icons::RESUME
@ RESUME
Definition
icon.h:35
Icons::WARRIOR
@ WARRIOR
Definition
icon.h:15
Icons::HUNTRESS
@ HUNTRESS
Definition
icon.h:18
Icons::COMPASS
@ COMPASS
Definition
icon.h:10
Icons::ALERT
@ ALERT
Definition
icon.h:22
Icons::CHECKED
@ CHECKED
Definition
icon.h:30
Icons::WARNING
@ WARNING
Definition
icon.h:12
Icons::SEED_POUCH
@ SEED_POUCH
Definition
icon.h:26
Icons::CLOSE
@ CLOSE
Definition
icon.h:19
Icons::get
Image * get()
Definition
icon.cpp:3
heroclass.h
pd
icon.h
Generated by
1.13.2