pfcrender  1.0.1
CLIOptions.h File Reference
#include <QCommandLineOption>
#include <QPair>
#include <QString>
#include <vector>

Namespaces

 Common
 Classes in this namespace are used by multiple other packages (plugin, gui, cli)
 

Variables

const std::vector< QPair
< QString, QCommandLineOption > > 
Common::builtin_opts
 

Detailed Description

This file is the central storage of all commandline options used by built-in classes - i.e. anything that's not a plugin.

See Also
https://github.com/Garandor/pfcrender/issues/14 for why this is needed This map is created when the CLIParser runs and extended by options exported from plugins