ManaPlus
Public Member Functions | Data Fields
ThemeInfo Struct Reference

#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
 

Detailed Description

Definition at line 29 of file themeinfo.h.

Constructor & Destructor Documentation

◆ ThemeInfo()

ThemeInfo::ThemeInfo ( )
inline

Definition at line 31 of file themeinfo.h.

31  :
32  name(),
33  copyright(),
34  font(),
35  boldFont(),
36  particleFont(),
37  helpFont(),
38  secureFont(),
39  npcFont(),
40  japanFont(),
41  chinaFont(),
42  fontSize(0),
43  npcfontSize(0),
44  guiAlpha(0.0F)
45  {
46  }
std::string boldFont
Definition: themeinfo.h:53
std::string npcFont
Definition: themeinfo.h:57
std::string secureFont
Definition: themeinfo.h:56
int npcfontSize
Definition: themeinfo.h:61
std::string font
Definition: themeinfo.h:52
int fontSize
Definition: themeinfo.h:60
float guiAlpha
Definition: themeinfo.h:62
std::string name
Definition: themeinfo.h:50
std::string helpFont
Definition: themeinfo.h:55
std::string copyright
Definition: themeinfo.h:51
std::string particleFont
Definition: themeinfo.h:54
std::string chinaFont
Definition: themeinfo.h:59
std::string japanFont
Definition: themeinfo.h:58

Field Documentation

◆ boldFont

std::string ThemeInfo::boldFont

Definition at line 53 of file themeinfo.h.

◆ chinaFont

std::string ThemeInfo::chinaFont

Definition at line 59 of file themeinfo.h.

◆ copyright

std::string ThemeInfo::copyright

Definition at line 51 of file themeinfo.h.

Referenced by Setup_Theme::updateInfo().

◆ font

std::string ThemeInfo::font

Definition at line 52 of file themeinfo.h.

◆ fontSize

int ThemeInfo::fontSize

Definition at line 60 of file themeinfo.h.

Referenced by Setup_Theme::apply().

◆ guiAlpha

float ThemeInfo::guiAlpha

Definition at line 62 of file themeinfo.h.

Referenced by Setup_Theme::apply().

◆ helpFont

std::string ThemeInfo::helpFont

Definition at line 55 of file themeinfo.h.

◆ japanFont

std::string ThemeInfo::japanFont

Definition at line 58 of file themeinfo.h.

◆ name

std::string ThemeInfo::name

Definition at line 50 of file themeinfo.h.

Referenced by Setup_Theme::updateInfo().

◆ npcFont

std::string ThemeInfo::npcFont

Definition at line 57 of file themeinfo.h.

◆ npcfontSize

int ThemeInfo::npcfontSize

Definition at line 61 of file themeinfo.h.

Referenced by Setup_Theme::apply().

◆ particleFont

std::string ThemeInfo::particleFont

Definition at line 54 of file themeinfo.h.

◆ secureFont

std::string ThemeInfo::secureFont

Definition at line 56 of file themeinfo.h.


The documentation for this struct was generated from the following file: