|
Blender V5.0
|
#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 118 of file DNA_screen_types.h.
| short ScrVert::editflag |
Definition at line 122 of file DNA_screen_types.h.
Referenced by area_split_apply(), and area_split_modal().
| short ScrVert::flag |
Definition at line 122 of file DNA_screen_types.h.
Referenced by screen_geom_select_connected_edge().
| struct ScrVert * ScrVert::newv |
Definition at line 119 of file DNA_screen_types.h.
Referenced by BKE_screen_remove_double_scrverts(), and screen_data_copy().
| struct ScrVert* ScrVert::next |
Definition at line 119 of file DNA_screen_types.h.
Referenced by BKE_screen_remove_double_scrverts(), and screen_data_copy().
| struct ScrVert * ScrVert::prev |
Definition at line 119 of file DNA_screen_types.h.
| vec2s ScrVert::vec |
Definition at line 120 of file DNA_screen_types.h.
Referenced by area_calc_totrct(), area_getoffsets(), area_getorientation(), area_move_init(), area_split(), area_split_apply(), area_split_init(), area_split_invoke(), area_split_modal(), BKE_screen_area_map_find_area_xy(), BKE_screen_remove_double_scrverts(), screen_area_close(), screen_area_join_ex(), screen_area_set_geometry_rect(), screen_areas_align(), screen_areas_can_align(), screen_geom_area_height(), screen_geom_area_width(), screen_geom_edge_is_horizontal(), screen_geom_find_area_split_point(), screen_geom_select_connected_edge(), and screen_geom_vertex_add_ex().