![]() |
Tome
A generic data editor for games supporting arbitrary input and output formats.
|
Utility class for parsing command-line options. More...
#include <commandlineoptions.h>
Public Member Functions | |
| void | parse (int argc, char *argv[]) |
| Parses the specified arguments passed from the command-line. More... | |
Public Attributes | |
| int | argc = 0 |
| Provided argument count. | |
| char ** | argv = nullptr |
| Provided arguments. | |
| QString | exportPath |
| Path to export all data to. | |
| QString | exportTemplateName |
| Name of the export template to use for the export. | |
| bool | noGui = false |
| Whether to prevent Tome from opening a window. | |
| QString | projectPath |
| Project to open. | |
Utility class for parsing command-line options.
| void CommandLineOptions::parse | ( | int | argc, |
| char * | argv[] | ||
| ) |
Parses the specified arguments passed from the command-line.
| argc | Provided argument count. |
| argv | Provided arguments. |
1.8.13