Blender V2.61 - r43446
|
#include "DNA_listBase.h"
#include "DNA_view2d_types.h"
#include "DNA_vec_types.h"
#include "DNA_ID.h"
Go to the source code of this file.
Definition in file DNA_screen_types.h.
#define AREA_FLAG_DRAWJOINFROM 4 |
Definition at line 184 of file DNA_screen_types.h.
Referenced by area_join_cancel(), area_join_init(), area_join_modal(), ED_screen_draw(), and screen_area_join().
#define AREA_FLAG_DRAWJOINTO 2 |
Definition at line 183 of file DNA_screen_types.h.
Referenced by area_join_cancel(), area_join_init(), area_join_modal(), ED_screen_draw(), and screen_area_join().
#define AREA_FLAG_DRAWSPLIT_H 16 |
Definition at line 186 of file DNA_screen_types.h.
Referenced by area_split_exit(), area_split_menu_init(), area_split_modal(), and ED_screen_draw().
#define AREA_FLAG_DRAWSPLIT_V 32 |
Definition at line 187 of file DNA_screen_types.h.
Referenced by area_split_exit(), area_split_menu_init(), area_split_modal(), and ED_screen_draw().
#define AREA_TEMP_INFO 8 |
Definition at line 185 of file DNA_screen_types.h.
Referenced by ED_screen_full_newspace(), and ED_screen_full_toggle().
#define AREAGRID 4 |
Definition at line 190 of file DNA_screen_types.h.
Referenced by area_move_apply_do(), screen_test_scale(), and testsplitpoint().
#define AREAMINX 32 |
Definition at line 191 of file DNA_screen_types.h.
Referenced by area_move_set_limits(), area_split_init(), and testsplitpoint().
#define AREAMINY (HEADERY+EDGEWIDTH) |
Definition at line 193 of file DNA_screen_types.h.
Referenced by testsplitpoint().
#define EDGEWIDTH 1 |
Definition at line 189 of file DNA_screen_types.h.
#define HEADER_NO_PULLDOWN 1 |
Definition at line 182 of file DNA_screen_types.h.
Referenced by ED_area_header_standardbuttons(), and rna_def_area().
#define HEADERDOWN 1 |
Definition at line 195 of file DNA_screen_types.h.
Referenced by area_add_header_region(), ED_screen_add(), and ui_block_func_POPUP().
#define HEADERTOP 2 |
Definition at line 196 of file DNA_screen_types.h.
Referenced by region_scale_get_maxsize().
#define HEADERY 26 |
Definition at line 192 of file DNA_screen_types.h.
Referenced by ED_spacetype_action(), ED_spacetype_buttons(), ED_spacetype_clip(), ED_spacetype_console(), ED_spacetype_file(), ED_spacetype_image(), ED_spacetype_info(), ED_spacetype_ipo(), ED_spacetype_logic(), ED_spacetype_nla(), ED_spacetype_node(), ED_spacetype_outliner(), ED_spacetype_script(), ED_spacetype_sequencer(), ED_spacetype_text(), ED_spacetype_time(), ED_spacetype_userpref(), and ED_spacetype_view3d().
#define PNL_DEFAULT_CLOSED 1 |
Definition at line 214 of file DNA_screen_types.h.
Referenced by ED_clip_buttons_register(), graph_buttons_register(), image_buttons_register(), nla_buttons_register(), node_buttons_register(), rna_def_panel(), and uiBeginPanel().
#define PNL_NO_HEADER 2 |
Definition at line 215 of file DNA_screen_types.h.
Referenced by buttons_context_register(), ED_region_panels(), find_highest_panel(), get_panel_header(), get_panel_size_y(), rna_def_panel(), ui_draw_aligned_panel(), and ui_handler_panel_region().
#define PNL_SNAP_BOTTOM 4 |
Definition at line 208 of file DNA_screen_types.h.
Referenced by ui_handle_panel_header().
#define PNL_SNAP_NONE 0 |
Definition at line 205 of file DNA_screen_types.h.
Referenced by ui_do_drag().
#define RGN_ALIGN_BOTTOM 2 |
Definition at line 240 of file DNA_screen_types.h.
Referenced by action_new(), area_add_header_region(), area_add_window_regions(), area_max_regionsize(), clip_has_tools_region(), clip_new(), console_new(), graph_new(), header_flip_exec(), image_new(), info_new(), logic_new(), nla_new(), node_new(), outliner_new(), region_azone_add(), region_flip_exec(), region_rect_recursive(), script_new(), sequencer_new(), text_new(), time_new(), userpref_new(), view3d_has_tools_region(), and view3d_new().
#define RGN_ALIGN_FLOAT 7 |
Definition at line 245 of file DNA_screen_types.h.
Referenced by region_rect_recursive(), and ui_add_temporary_region().
#define RGN_ALIGN_HSPLIT 5 |
Definition at line 243 of file DNA_screen_types.h.
Referenced by region_rect_recursive().
#define RGN_ALIGN_LEFT 3 |
Definition at line 241 of file DNA_screen_types.h.
Referenced by action_new(), area_add_window_regions(), area_max_regionsize(), clip_has_tools_region(), clip_new(), file_buttons_region(), file_new(), graph_new(), header_flip_exec(), image_has_buttons_region(), image_new(), logic_has_buttons_region(), logic_new(), nla_new(), region_azone_add(), region_flip_exec(), region_rect_recursive(), text_has_properties_region(), view3d_has_tools_region(), and view3d_new().
#define RGN_ALIGN_NONE 0 |
Definition at line 238 of file DNA_screen_types.h.
Referenced by clip_refresh(), region_rect_recursive(), and sequencer_refresh().
#define RGN_ALIGN_QSPLIT 8 |
Definition at line 246 of file DNA_screen_types.h.
Referenced by do_view3d_region_buttons(), ED_view3d_quadview_update(), region_quadview_exec(), region_rect_recursive(), and WM_init_game().
#define RGN_ALIGN_RIGHT 4 |
Definition at line 242 of file DNA_screen_types.h.
Referenced by area_add_window_regions(), area_max_regionsize(), clip_has_properties_region(), clip_new(), graph_has_buttons_region(), graph_new(), header_flip_exec(), image_has_scope_region(), image_new(), nla_has_buttons_region(), nla_new(), node_has_buttons_region(), node_new(), region_azone_add(), region_flip_exec(), region_rect_recursive(), sequencer_has_buttons_region(), sequencer_new(), view3d_has_buttons_region(), and view3d_new().
#define RGN_ALIGN_TOP 1 |
Definition at line 239 of file DNA_screen_types.h.
Referenced by area_add_header_region(), area_add_window_regions(), area_max_regionsize(), buttons_new(), clip_refresh(), file_new(), header_flip_exec(), header_toolbox_invoke(), init_preview_region(), region_azone_add(), region_flip_exec(), region_rect_recursive(), sequencer_init_preview_region(), sequencer_new(), and sequencer_refresh().
#define RGN_ALIGN_VSPLIT 6 |
Definition at line 244 of file DNA_screen_types.h.
Referenced by region_rect_recursive().
#define RGN_DRAW 1 |
Definition at line 259 of file DNA_screen_types.h.
Referenced by ED_region_tag_redraw(), ED_region_tag_redraw_overlay(), wm_flush_regions_down(), and wm_flush_regions_up().
#define RGN_DRAW_PARTIAL 2 |
Definition at line 260 of file DNA_screen_types.h.
Referenced by draw_mesh_fancy(), and ED_region_tag_redraw_partial().
#define RGN_FLAG_HIDDEN 1 |
Definition at line 255 of file DNA_screen_types.h.
Referenced by area_add_window_regions(), clip_has_properties_region(), clip_has_tools_region(), clip_refresh(), clip_scopes_tag_refresh(), ED_area_overdraw(), ED_region_toggle_hidden(), file_buttons_region(), file_draw_buttons(), graph_has_buttons_region(), graph_new(), image_has_buttons_region(), image_has_scope_region(), image_new(), image_scopes_tag_refresh(), init_preview_region(), logic_has_buttons_region(), nla_has_buttons_region(), nla_new(), node_has_buttons_region(), node_new(), region_azone_initialize(), region_rect_recursive(), region_scale_modal(), region_scale_validate_size(), region_scissor_winrct(), region_subwindow(), sequencer_has_buttons_region(), sequencer_init_preview_region(), sequencer_new(), sequencer_refresh(), text_has_properties_region(), view3d_has_buttons_region(), view3d_has_tools_region(), view3d_new(), and WM_init_game().
#define RGN_FLAG_TOO_SMALL 2 |
Definition at line 256 of file DNA_screen_types.h.
Referenced by ED_area_overdraw(), region_azone_initialize(), region_rect_recursive(), region_scale_modal(), and region_subwindow().
#define RGN_OVERLAP_BOTTOM 10 |
Definition at line 248 of file DNA_screen_types.h.
#define RGN_OVERLAP_LEFT 11 |
Definition at line 249 of file DNA_screen_types.h.
Referenced by region_azone_add(), region_rect_recursive(), and region_scissor_winrct().
#define RGN_OVERLAP_RIGHT 12 |
Definition at line 250 of file DNA_screen_types.h.
Referenced by region_azone_add(), region_rect_recursive(), and region_scissor_winrct().
#define RGN_OVERLAP_TOP 9 |
Definition at line 247 of file DNA_screen_types.h.
#define RGN_SPLIT_PREV 32 |
Definition at line 252 of file DNA_screen_types.h.
Referenced by area_add_window_regions(), clip_has_tools_region(), clip_new(), region_rect_recursive(), region_scissor_winrct(), view3d_has_tools_region(), and view3d_new().
#define SCREEN_HANDLER_ANIM 1 |
Definition at line 220 of file DNA_screen_types.h.
#define SCREEN_HANDLER_PYTHON 2 |
Definition at line 221 of file DNA_screen_types.h.
#define SCREEN_HANDLER_VERSE 3 |
Definition at line 222 of file DNA_screen_types.h.
Referenced by direct_link_screen().
#define SCREEN_MAXHANDLER 8 |
Definition at line 218 of file DNA_screen_types.h.
Referenced by direct_link_screen().
#define SCREENFULL 1 |
Definition at line 200 of file DNA_screen_types.h.
Referenced by ED_screen_delete(), and ED_screen_full_toggle().
#define SCREENFULLTEMP 2 |
Definition at line 201 of file DNA_screen_types.h.
#define SCREENNORMAL 0 |
Definition at line 199 of file DNA_screen_types.h.
Referenced by area_dupli_invoke(), area_split_invoke(), ED_screen_duplicate(), screen_active_editable(), and wm_operator_winactive_normal().
#define WIN_BACK_OK 1 |
Definition at line 177 of file DNA_screen_types.h.
#define WIN_EQUAL 3 |
Definition at line 179 of file DNA_screen_types.h.
#define WIN_FRONT_OK 2 |
Definition at line 178 of file DNA_screen_types.h.
anonymous enum |
RGN_TYPE_WINDOW | |
RGN_TYPE_HEADER | |
RGN_TYPE_CHANNELS | |
RGN_TYPE_TEMPORARY | |
RGN_TYPE_UI | |
RGN_TYPE_TOOLS | |
RGN_TYPE_TOOL_PROPS | |
RGN_TYPE_PREVIEW |
Definition at line 226 of file DNA_screen_types.h.