|
Blender V5.0
|
Public Attributes | |
| ListBase | docs |
| GHash * | items |
| int | argc |
| const char ** | argv |
| int * | passes |
| bArgPrintFn | print_fn |
| void * | print_user_data |
| int | current_pass |
| int | pass_max |
Definition at line 56 of file BLI_args.cc.
| int bArgs::argc |
Definition at line 59 of file BLI_args.cc.
Referenced by BLI_args_create(), BLI_args_parse(), and BLI_args_print().
| const char** bArgs::argv |
Definition at line 60 of file BLI_args.cc.
Referenced by BLI_args_create(), BLI_args_parse(), and BLI_args_print().
| int bArgs::current_pass |
Only use when initializing arguments.
Definition at line 67 of file BLI_args.cc.
Referenced by BLI_args_create(), BLI_args_pass_set(), and internalAdd().
| ListBase bArgs::docs |
Definition at line 57 of file BLI_args.cc.
Referenced by BLI_args_create(), BLI_args_destroy(), BLI_args_has_other_doc(), BLI_args_print_other_doc(), and internalDocs().
| GHash* bArgs::items |
Definition at line 58 of file BLI_args.cc.
Referenced by BLI_args_create(), BLI_args_destroy(), internalAdd(), and lookUp().
| int bArgs::pass_max |
The maximum pass (inclusive).
Definition at line 70 of file BLI_args.cc.
Referenced by BLI_args_create(), BLI_args_pass_set(), and BLI_args_print_arg_doc().
| int* bArgs::passes |
Definition at line 61 of file BLI_args.cc.
Referenced by BLI_args_create(), BLI_args_destroy(), and BLI_args_parse().
| bArgPrintFn bArgs::print_fn |
For printing help text, defaults to stdout.
Definition at line 63 of file BLI_args.cc.
Referenced by BLI_args_print_fn_set(), and BLI_args_printf().
| void* bArgs::print_user_data |
Definition at line 64 of file BLI_args.cc.
Referenced by BLI_args_print_fn_set(), and BLI_args_printf().