|
Blender V5.0
|
Public Attributes | |
| bAKey * | key |
| BA_ArgCallback | func |
| void * | data |
| bArgDoc * | doc |
Definition at line 49 of file BLI_args.cc.
| void* bArgument::data |
Definition at line 52 of file BLI_args.cc.
Referenced by BLI_args_parse(), and internalAdd().
| bArgDoc* bArgument::doc |
Definition at line 53 of file BLI_args.cc.
Referenced by BLI_args_print_arg_doc(), and internalAdd().
| BA_ArgCallback bArgument::func |
Definition at line 51 of file BLI_args.cc.
Referenced by BLI_args_parse(), and internalAdd().
| bAKey* bArgument::key |
Definition at line 50 of file BLI_args.cc.
Referenced by BLI_args_parse(), and internalAdd().