ManaPlus
|
#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 |
Definition at line 31 of file updatefile.h.
|
inline |
Definition at line 34 of file updatefile.h.
std::string UpdateFile::desc |
Definition at line 49 of file updatefile.h.
Referenced by loadTxtFile(), and loadXMLFile().
std::string UpdateFile::group |
Definition at line 50 of file updatefile.h.
Referenced by UpdaterWindow::loadLocalUpdates(), UpdaterWindow::loadManaPlusUpdates(), UpdaterWindow::loadMods(), loadTxtFile(), UpdaterWindow::loadUpdates(), and loadXMLFile().
std::string UpdateFile::hash |
Definition at line 47 of file updatefile.h.
Referenced by loadTxtFile(), loadXMLFile(), and UpdaterWindow::logic().
std::string UpdateFile::name |
Definition at line 46 of file updatefile.h.
Referenced by UpdaterWindow::loadLocalUpdates(), UpdaterWindow::loadManaPlusUpdates(), UpdaterWindow::loadMods(), loadTxtFile(), UpdaterWindow::loadUpdates(), loadXMLFile(), and UpdaterWindow::logic().
bool UpdateFile::required |
Definition at line 51 of file updatefile.h.
Referenced by loadTxtFile(), and loadXMLFile().
std::string UpdateFile::type |
Definition at line 48 of file updatefile.h.
Referenced by loadTxtFile(), loadXMLFile(), and UpdaterWindow::logic().