|
Blender
V2.59
|
#include <DNA_space_types.h>
Public Attributes | |
| struct SpaceLink * | next |
| struct SpaceLink * | prev |
| ListBase | regionbase |
| int | spacetype |
| float | blockscale |
| struct ScrArea * | area |
| View2D | v2d |
| struct bSound * | sound |
| short | mode |
| short | sndnr |
| short | xof |
| short | yof |
| short | flag |
| short | lock |
| int | pad2 |
Definition at line 549 of file DNA_space_types.h.
| struct ScrArea* SpaceSound::area |
Definition at line 554 of file DNA_space_types.h.
| float SpaceSound::blockscale |
Definition at line 553 of file DNA_space_types.h.
| short SpaceSound::flag |
Definition at line 561 of file DNA_space_types.h.
| short SpaceSound::lock |
Definition at line 561 of file DNA_space_types.h.
| short SpaceSound::mode |
Definition at line 559 of file DNA_space_types.h.
| struct SpaceLink* SpaceSound::next |
Definition at line 550 of file DNA_space_types.h.
| int SpaceSound::pad2 |
Definition at line 562 of file DNA_space_types.h.
| struct SpaceLink * SpaceSound::prev |
Definition at line 550 of file DNA_space_types.h.
Definition at line 551 of file DNA_space_types.h.
Referenced by sound_new().
| short SpaceSound::sndnr |
Definition at line 559 of file DNA_space_types.h.
| struct bSound* SpaceSound::sound |
Definition at line 558 of file DNA_space_types.h.
Referenced by lib_link_screen(), and lib_link_screen_restore().
Definition at line 552 of file DNA_space_types.h.
Referenced by sound_new().
Definition at line 556 of file DNA_space_types.h.
Referenced by area_add_window_regions().
| short SpaceSound::xof |
Definition at line 560 of file DNA_space_types.h.
| short SpaceSound::yof |
Definition at line 560 of file DNA_space_types.h.