Blender V2.61 - r43446
Functions

time_ops.c File Reference

#include <stdlib.h>
#include <math.h>
#include "DNA_scene_types.h"
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "ED_screen.h"
#include "WM_api.h"
#include "WM_types.h"
#include "time_intern.h"

Go to the source code of this file.

Functions

static int time_set_sfra_exec (bContext *C, wmOperator *UNUSED(op))
static void TIME_OT_start_frame_set (wmOperatorType *ot)
static int time_set_efra_exec (bContext *C, wmOperator *UNUSED(op))
static void TIME_OT_end_frame_set (wmOperatorType *ot)
static int time_view_all_exec (bContext *C, wmOperator *UNUSED(op))
static void TIME_OT_view_all (wmOperatorType *ot)
void time_operatortypes (void)
void time_keymap (wmKeyConfig *keyconf)

Detailed Description

Definition in file time_ops.c.


Function Documentation

void time_keymap ( wmKeyConfig keyconf)

Definition at line 183 of file time_ops.c.

References EKEY, HOMEKEY, KM_PRESS, SKEY, SPACE_TIME, WM_keymap_add_item(), and WM_keymap_find().

Referenced by ED_spacetype_time().

void time_operatortypes ( void  )
static void TIME_OT_end_frame_set ( wmOperatorType ot) [static]
static void TIME_OT_start_frame_set ( wmOperatorType ot) [static]
static void TIME_OT_view_all ( wmOperatorType ot) [static]
static int time_set_efra_exec ( bContext C,
wmOperator UNUSEDop 
) [static]
static int time_set_sfra_exec ( bContext C,
wmOperator UNUSEDop 
) [static]
static int time_view_all_exec ( bContext C,
wmOperator UNUSEDop 
) [static]