Blender V2.61 - r43446
|
#include <string.h>
#include <stdio.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 "WM_api.h"
#include "WM_types.h"
#include "UI_interface.h"
#include "sequencer_intern.h"
Go to the source code of this file.
Functions | |
static void | do_sequencer_panel_events (bContext *UNUSED(C), void *UNUSED(arg), int UNUSED(event)) |
static void | sequencer_panel_view_properties (const bContext *UNUSED(C), Panel *pa) |
static void | sequencer_panel_properties (const bContext *UNUSED(C), Panel *pa) |
void | sequencer_buttons_register (ARegionType *art) |
static int | sequencer_properties (bContext *C, wmOperator *UNUSED(op)) |
void | SEQUENCER_OT_properties (wmOperatorType *ot) |
Definition in file sequencer_buttons.c.
static void do_sequencer_panel_events | ( | bContext * | UNUSEDC, |
void * | UNUSEDarg, | ||
int | UNUSEDevent | ||
) | [static] |
Definition at line 52 of file sequencer_buttons.c.
Referenced by sequencer_panel_properties(), and sequencer_panel_view_properties().
void sequencer_buttons_register | ( | ARegionType * | art | ) |
Definition at line 77 of file sequencer_buttons.c.
References BLI_addtail(), PanelType::draw, PanelType::idname, PanelType::label, MEM_callocN(), ARegionType::paneltypes, sequencer_panel_properties(), and sequencer_panel_view_properties().
void SEQUENCER_OT_properties | ( | wmOperatorType * | ot | ) |
Definition at line 108 of file sequencer_buttons.c.
References wmOperatorType::description, ED_operator_sequencer_active(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, wmOperatorType::poll, and sequencer_properties().
Referenced by sequencer_operatortypes().
Definition at line 68 of file sequencer_buttons.c.
References do_sequencer_panel_events(), Panel::layout, NULL, uiBlockSetHandleFunc(), and uiLayoutAbsoluteBlock().
Referenced by sequencer_buttons_register().
Definition at line 58 of file sequencer_buttons.c.
References do_sequencer_panel_events(), Panel::layout, NULL, uiBlockSetHandleFunc(), and uiLayoutAbsoluteBlock().
Referenced by sequencer_buttons_register().
static int sequencer_properties | ( | bContext * | C, |
wmOperator * | UNUSEDop | ||
) | [static] |
Definition at line 97 of file sequencer_buttons.c.
References CTX_wm_area(), ED_region_toggle_hidden(), OPERATOR_FINISHED, and sequencer_has_buttons_region().
Referenced by SEQUENCER_OT_properties().