|
Blender V4.3
|
#include <DNA_screen_types.h>
Public Attributes | |
| struct ScrVert * | next |
| struct ScrVert * | prev |
| struct ScrVert * | newv |
| vec2s | vec |
| short | flag |
| short | editflag |
Definition at line 106 of file DNA_screen_types.h.
| short ScrVert::editflag |
Definition at line 110 of file DNA_screen_types.h.
Referenced by area_split_apply().
| short ScrVert::flag |
Definition at line 110 of file DNA_screen_types.h.
| struct ScrVert * ScrVert::newv |
Definition at line 107 of file DNA_screen_types.h.
Referenced by BKE_screen_remove_double_scrverts(), and screen_data_copy().
| struct ScrVert* ScrVert::next |
Definition at line 107 of file DNA_screen_types.h.
Referenced by BKE_screen_remove_double_scrverts(), and screen_data_copy().
| struct ScrVert * ScrVert::prev |
Definition at line 107 of file DNA_screen_types.h.
| vec2s ScrVert::vec |
Definition at line 108 of file DNA_screen_types.h.
Referenced by area_getoffsets(), area_getorientation(), area_move_init(), area_split_apply(), area_split_invoke(), BKE_screen_remove_double_scrverts(), screen_areas_align(), screen_areas_can_align(), screen_geom_edge_is_horizontal(), and screen_geom_vertex_add_ex().