ManaPlus
Public Member Functions | Data Fields
UpdateFile Struct Reference

#include <updatefile.h>

Public Member Functions

 UpdateFile ()
 

Data Fields

std::string name
 
std::string hash
 
std::string type
 
std::string desc
 
std::string group
 
bool required
 

Detailed Description

Definition at line 31 of file updatefile.h.

Constructor & Destructor Documentation

◆ UpdateFile()

UpdateFile::UpdateFile ( )
inline

Definition at line 34 of file updatefile.h.

34  :
35  name(),
36  hash(),
37  type(),
38  desc(),
39  group(),
40  required(false)
41  {
42  }
std::string group
Definition: updatefile.h:50
std::string type
Definition: updatefile.h:48
std::string hash
Definition: updatefile.h:47
std::string name
Definition: updatefile.h:46
bool required
Definition: updatefile.h:51
std::string desc
Definition: updatefile.h:49

Field Documentation

◆ desc

std::string UpdateFile::desc

Definition at line 49 of file updatefile.h.

Referenced by loadTxtFile(), and loadXMLFile().

◆ group

std::string UpdateFile::group

◆ hash

std::string UpdateFile::hash

Definition at line 47 of file updatefile.h.

Referenced by loadTxtFile(), loadXMLFile(), and UpdaterWindow::logic().

◆ name

std::string UpdateFile::name

◆ required

bool UpdateFile::required

Definition at line 51 of file updatefile.h.

Referenced by loadTxtFile(), and loadXMLFile().

◆ type

std::string UpdateFile::type

Definition at line 48 of file updatefile.h.

Referenced by loadTxtFile(), loadXMLFile(), and UpdaterWindow::logic().


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