|
Blender
V2.59
|
#include <WM_types.h>
Public Attributes | |
| struct wmReport * | next |
| struct wmReport * | prev |
| const char * | typestr |
| char * | message |
| int | type |
Definition at line 498 of file WM_types.h.
| char* wmReport::message |
Definition at line 501 of file WM_types.h.
| struct wmReport* wmReport::next |
Definition at line 499 of file WM_types.h.
| struct wmReport * wmReport::prev |
Definition at line 499 of file WM_types.h.
| int wmReport::type |
Definition at line 502 of file WM_types.h.
| const char* wmReport::typestr |
Definition at line 500 of file WM_types.h.