|
Blender V4.3
|
Public Attributes | |
| ListBase | docs |
| GHash * | items |
| int | argc |
| const char ** | argv |
| int * | passes |
| bArgPrintFn | print_fn |
| void * | print_user_data |
| int | current_pass |
Definition at line 46 of file BLI_args.c.
| int bArgs::argc |
Definition at line 49 of file BLI_args.c.
Referenced by BLI_args_create(), BLI_args_parse(), and BLI_args_print().
| const char** bArgs::argv |
Definition at line 50 of file BLI_args.c.
Referenced by BLI_args_create(), BLI_args_parse(), and BLI_args_print().
| int bArgs::current_pass |
Definition at line 57 of file BLI_args.c.
Referenced by BLI_args_create(), BLI_args_pass_set(), and internalAdd().
| ListBase bArgs::docs |
Definition at line 47 of file BLI_args.c.
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 48 of file BLI_args.c.
Referenced by BLI_args_create(), BLI_args_destroy(), internalAdd(), and lookUp().
| int* bArgs::passes |
Definition at line 51 of file BLI_args.c.
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 53 of file BLI_args.c.
Referenced by BLI_args_print_fn_set(), and BLI_args_printf().
| void* bArgs::print_user_data |
Definition at line 54 of file BLI_args.c.
Referenced by BLI_args_print_fn_set(), and BLI_args_printf().