![]() |
Limo
A simple mod manager
|
The fomod namespace contains classes used for parsing a FOMOD xml file and for creating an installer. More...
Classes | |
class | Dependency |
Represents a fomod dependency tree node. More... | |
struct | File |
Holds data regarding the installation of a single file in a fomod configuration. More... | |
class | FomodInstaller |
Holds data and functions needed to pass a fomod file. More... | |
struct | InstallStep |
A step during installation. More... | |
struct | Plugin |
Represents one selectable option during installation. More... | |
struct | PluginDependency |
Represents a possible plugin type. More... | |
struct | PluginGroup |
Represents a set of options which can be selected during installation. More... | |
Enumerations | |
enum | PluginType { required , optional , recommended , not_usable , could_be_usable } |
Describes how a plugin is presented. More... | |
Variables | |
const std::vector< std::string > | PLUGIN_TYPE_NAMES |
The fomod namespace contains classes used for parsing a FOMOD xml file and for creating an installer.
enum fomod::PluginType |
const std::vector<std::string> fomod::PLUGIN_TYPE_NAMES |