Blender V2.61 - r43446
Functions

clip_toolbar.c File Reference

#include <string.h>
#include "DNA_windowmanager_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_screen.h"
#include "ED_screen.h"
#include "ED_util.h"
#include "WM_types.h"
#include "WM_api.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "clip_intern.h"

Go to the source code of this file.

Functions

static ARegionclip_has_properties_region (ScrArea *sa)
static int properties_poll (bContext *C)
static int properties_exec (bContext *C, wmOperator *UNUSED(op))
void CLIP_OT_properties (wmOperatorType *ot)
static ARegionclip_has_tools_region (ScrArea *sa)
static int tools_poll (bContext *C)
static int tools_exec (bContext *C, wmOperator *UNUSED(op))
void CLIP_OT_tools (wmOperatorType *ot)
static void clip_panel_operator_redo_buts (const bContext *C, Panel *pa, wmOperator *op)
static void clip_panel_operator_redo_header (const bContext *C, Panel *pa)
static void clip_panel_operator_redo_operator (const bContext *C, Panel *pa, wmOperator *op)
static void clip_panel_operator_redo (const bContext *C, Panel *pa)
void ED_clip_tool_props_register (ARegionType *art)

Function Documentation

static ARegion* clip_has_properties_region ( ScrArea sa) [static]
static ARegion* clip_has_tools_region ( ScrArea sa) [static]
void CLIP_OT_properties ( wmOperatorType ot)
void CLIP_OT_tools ( wmOperatorType ot)
static void clip_panel_operator_redo ( const bContext C,
Panel pa 
) [static]
static void clip_panel_operator_redo_buts ( const bContext C,
Panel pa,
wmOperator op 
) [static]

Definition at line 189 of file clip_toolbar.c.

References Panel::layout, NULL, and uiLayoutOperatorButs().

Referenced by clip_panel_operator_redo_operator().

static void clip_panel_operator_redo_header ( const bContext C,
Panel pa 
) [static]
static void clip_panel_operator_redo_operator ( const bContext C,
Panel pa,
wmOperator op 
) [static]
void ED_clip_tool_props_register ( ARegionType art)
static int properties_exec ( bContext C,
wmOperator UNUSEDop 
) [static]
static int properties_poll ( bContext C) [static]

Definition at line 85 of file clip_toolbar.c.

References CTX_wm_space_clip(), and NULL.

Referenced by CLIP_OT_properties().

static int tools_exec ( bContext C,
wmOperator UNUSEDop 
) [static]
static int tools_poll ( bContext C) [static]

Definition at line 159 of file clip_toolbar.c.

References CTX_wm_space_clip(), and NULL.

Referenced by CLIP_OT_tools().