Blender V2.61 - r43446
|
#include <DNA_fileglobal_types.h>
Public Attributes | |
char | subvstr [4] |
short | subversion |
short | pads |
short | minversion |
short | minsubversion |
short | displaymode |
short | winpos |
struct bScreen * | curscreen |
struct Scene * | curscene |
int | fileflags |
int | globalf |
int | revision |
int | pad |
char | filename [240] |
FileGlobal stores a part of the current user-unterface settings at the moment of saving, and the file-specific settings.
Definition at line 42 of file DNA_fileglobal_types.h.
struct Scene* FileGlobal::curscene |
Definition at line 48 of file DNA_fileglobal_types.h.
Referenced by read_global(), and write_global().
struct bScreen* FileGlobal::curscreen |
Definition at line 47 of file DNA_fileglobal_types.h.
Referenced by read_global(), and write_global().
short FileGlobal::displaymode |
Definition at line 46 of file DNA_fileglobal_types.h.
Referenced by read_global(), and write_global().
Definition at line 49 of file DNA_fileglobal_types.h.
Referenced by read_global(), and write_global().
char FileGlobal::filename[240] |
Definition at line 54 of file DNA_fileglobal_types.h.
Referenced by read_global(), and write_global().
Definition at line 50 of file DNA_fileglobal_types.h.
Referenced by read_global(), and write_global().
Definition at line 45 of file DNA_fileglobal_types.h.
Referenced by read_file_version(), read_global(), and write_global().
short FileGlobal::minversion |
Definition at line 45 of file DNA_fileglobal_types.h.
Referenced by read_file_version(), read_global(), and write_global().
int FileGlobal::pad |
Definition at line 52 of file DNA_fileglobal_types.h.
Referenced by write_global().
short FileGlobal::pads |
Definition at line 44 of file DNA_fileglobal_types.h.
Referenced by write_global().
Definition at line 51 of file DNA_fileglobal_types.h.
Referenced by read_global(), and write_global().
short FileGlobal::subversion |
Definition at line 44 of file DNA_fileglobal_types.h.
Referenced by read_file_version(), read_global(), and write_global().
char FileGlobal::subvstr[4] |
Definition at line 43 of file DNA_fileglobal_types.h.
Referenced by write_global().
short FileGlobal::winpos |
Definition at line 46 of file DNA_fileglobal_types.h.
Referenced by read_global(), and write_global().