#include <qgetopt.h>
Public Types | |
| enum | Type { SWITCH, OPTION, ARGUMENT, OPTIONAL } |
Public Attributes | |
| bool * | b |
| QString | description |
| QString | name |
| char | o |
| Type | type |
| QVariant * | value |
Definition at line 48 of file qgetopt.h.
| enum GetOpt::Option::Type |
| bool* GetOpt::Option::b |
| QString GetOpt::Option::description |
| QString GetOpt::Option::name |
| char GetOpt::Option::o |
| QVariant* GetOpt::Option::value |