Blender  V2.59
Functions
space_sound.c File Reference
#include <string.h>
#include <stdio.h>
#include "DNA_scene_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_rand.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_screen.h"
#include "ED_space_api.h"
#include "ED_screen.h"
#include "BIF_gl.h"
#include "WM_api.h"
#include "WM_types.h"
#include "UI_resources.h"
#include "UI_view2d.h"
#include "sound_intern.h"

Go to the source code of this file.

Functions

static SpaceLinksound_new (const bContext *UNUSED(C))
static void sound_free (SpaceLink *UNUSED(sl))
static void sound_init (struct wmWindowManager *UNUSED(wm), ScrArea *UNUSED(sa))
static SpaceLinksound_duplicate (SpaceLink *sl)
static void sound_main_area_init (wmWindowManager *wm, ARegion *ar)
static void sound_main_area_draw (const bContext *C, ARegion *ar)
static void sound_operatortypes (void)
static void sound_keymap (struct wmKeyConfig *UNUSED(keyconf))
static void sound_header_area_init (wmWindowManager *UNUSED(wm), ARegion *ar)
static void sound_header_area_draw (const bContext *C, ARegion *ar)
static void sound_main_area_listener (ARegion *UNUSED(ar), wmNotifier *UNUSED(wmn))
void ED_spacetype_sound (void)

Detailed Description

Definition in file space_sound.c.


Function Documentation

void ED_spacetype_sound ( void  )
static SpaceLink* sound_duplicate ( SpaceLink sl) [static]

Definition at line 130 of file space_sound.c.

References MEM_dupallocN().

Referenced by ED_spacetype_sound().

static void sound_free ( SpaceLink UNUSEDsl) [static]

Definition at line 116 of file space_sound.c.

static void sound_header_area_draw ( const bContext C,
ARegion ar 
) [static]
static void sound_header_area_init ( wmWindowManager UNUSEDwm,
ARegion ar 
) [static]
static void sound_init ( struct wmWindowManager UNUSEDwm,
ScrArea UNUSEDsa 
) [static]

Definition at line 125 of file space_sound.c.

static void sound_keymap ( struct wmKeyConfig UNUSEDkeyconf) [static]

Definition at line 179 of file space_sound.c.

Referenced by ED_spacetype_sound().

static void sound_main_area_draw ( const bContext C,
ARegion ar 
) [static]
static void sound_main_area_init ( wmWindowManager wm,
ARegion ar 
) [static]
static void sound_main_area_listener ( ARegion UNUSEDar,
wmNotifier UNUSEDwmn 
) [static]

Definition at line 212 of file space_sound.c.

Referenced by ED_spacetype_sound().

static SpaceLink* sound_new ( const bContext UNUSEDC) [static]
static void sound_operatortypes ( void  ) [static]

Definition at line 174 of file space_sound.c.

Referenced by ED_spacetype_sound().