Blender
V3.3
|
#include <UI_interface_icons.h>
Public Attributes | |
struct IconFile * | next |
struct IconFile * | prev |
char | filename [256] |
int | index |
Definition at line 24 of file UI_interface_icons.h.
char IconFile::filename[256] |
Definition at line 26 of file UI_interface_icons.h.
Referenced by init_iconfile_list(), and UI_iconfile_get_index().
int IconFile::index |
Definition at line 27 of file UI_interface_icons.h.
Referenced by init_iconfile_list(), and UI_iconfile_get_index().
struct IconFile* IconFile::next |
Definition at line 25 of file UI_interface_icons.h.
Referenced by free_iconfile_list(), and UI_iconfile_get_index().
struct IconFile * IconFile::prev |
Definition at line 25 of file UI_interface_icons.h.