Blender V2.61 - r43446
Functions | Variables

rna_screen.c File Reference

#include <stdlib.h>
#include <stddef.h>
#include "RNA_define.h"
#include "RNA_enum_types.h"
#include "rna_internal.h"
#include "DNA_screen_types.h"
#include "DNA_scene_types.h"
#include "ED_screen.h"
#include "WM_api.h"
#include "WM_types.h"

Go to the source code of this file.

Functions

static void rna_def_area_spaces (BlenderRNA *brna, PropertyRNA *cprop)
static void rna_def_area (BlenderRNA *brna)
static void rna_def_region (BlenderRNA *brna)
static void rna_def_screen (BlenderRNA *brna)
void RNA_def_screen (BlenderRNA *brna)

Variables

EnumPropertyItem region_type_items []

Detailed Description

Definition in file rna_screen.c.


Function Documentation

static void rna_def_area ( BlenderRNA brna) [static]
static void rna_def_area_spaces ( BlenderRNA brna,
PropertyRNA cprop 
) [static]
static void rna_def_region ( BlenderRNA brna) [static]
static void rna_def_screen ( BlenderRNA brna) [static]
void RNA_def_screen ( BlenderRNA brna)

Definition at line 302 of file rna_screen.c.

References rna_def_area(), rna_def_region(), and rna_def_screen().


Variable Documentation

Initial value:
 {
    {RGN_TYPE_WINDOW, "WINDOW", 0, "Window", ""},
    {RGN_TYPE_HEADER, "HEADER", 0, "Header", ""},
    {RGN_TYPE_CHANNELS, "CHANNELS", 0, "Channels", ""},
    {RGN_TYPE_TEMPORARY, "TEMPORARY", 0, "Temporary", ""},
    {RGN_TYPE_UI, "UI", 0, "UI", ""},
    {RGN_TYPE_TOOLS, "TOOLS", 0, "Tools", ""},
    {RGN_TYPE_TOOL_PROPS, "TOOL_PROPS", 0, "Tool Properties", ""},
    {RGN_TYPE_PREVIEW, "PREVIEW", 0, "Preview", ""},
    {0, NULL, 0, NULL, NULL}}

Definition at line 39 of file rna_screen.c.

Referenced by RNA_api_keymaps(), rna_def_keyconfig(), and rna_def_panel().