ManaPlus
|
#include <themeinfo.h>
Public Member Functions | |
ThemeInfo () | |
Data Fields | |
std::string | name |
std::string | copyright |
std::string | font |
std::string | boldFont |
std::string | particleFont |
std::string | helpFont |
std::string | secureFont |
std::string | npcFont |
std::string | japanFont |
std::string | chinaFont |
int | fontSize |
int | npcfontSize |
float | guiAlpha |
Definition at line 29 of file themeinfo.h.
|
inline |
Definition at line 31 of file themeinfo.h.
std::string ThemeInfo::boldFont |
Definition at line 53 of file themeinfo.h.
std::string ThemeInfo::chinaFont |
Definition at line 59 of file themeinfo.h.
std::string ThemeInfo::copyright |
Definition at line 51 of file themeinfo.h.
Referenced by Setup_Theme::updateInfo().
std::string ThemeInfo::font |
Definition at line 52 of file themeinfo.h.
int ThemeInfo::fontSize |
Definition at line 60 of file themeinfo.h.
Referenced by Setup_Theme::apply().
float ThemeInfo::guiAlpha |
Definition at line 62 of file themeinfo.h.
Referenced by Setup_Theme::apply().
std::string ThemeInfo::helpFont |
Definition at line 55 of file themeinfo.h.
std::string ThemeInfo::japanFont |
Definition at line 58 of file themeinfo.h.
std::string ThemeInfo::name |
Definition at line 50 of file themeinfo.h.
Referenced by Setup_Theme::updateInfo().
std::string ThemeInfo::npcFont |
Definition at line 57 of file themeinfo.h.
int ThemeInfo::npcfontSize |
Definition at line 61 of file themeinfo.h.
Referenced by Setup_Theme::apply().
std::string ThemeInfo::particleFont |
Definition at line 54 of file themeinfo.h.
std::string ThemeInfo::secureFont |
Definition at line 56 of file themeinfo.h.