Blender V2.61 - r43446
Functions

space_console.c File Reference

#include <string.h>
#include <stdio.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_screen.h"
#include "BKE_idcode.h"
#include "ED_space_api.h"
#include "ED_screen.h"
#include "BIF_gl.h"
#include "RNA_access.h"
#include "WM_api.h"
#include "WM_types.h"
#include "UI_resources.h"
#include "UI_view2d.h"
#include "console_intern.h"

Go to the source code of this file.

Functions

static SpaceLinkconsole_new (const bContext *UNUSED(C))
static void console_free (SpaceLink *sl)
static void console_init (struct wmWindowManager *UNUSED(wm), ScrArea *UNUSED(sa))
static SpaceLinkconsole_duplicate (SpaceLink *sl)
static void console_main_area_init (wmWindowManager *wm, ARegion *ar)
static int id_drop_poll (bContext *UNUSED(C), wmDrag *drag, wmEvent *UNUSED(event))
static void id_drop_copy (wmDrag *drag, wmDropBox *drop)
static int path_drop_poll (bContext *UNUSED(C), wmDrag *drag, wmEvent *UNUSED(event))
static void path_drop_copy (wmDrag *drag, wmDropBox *drop)
static void console_dropboxes (void)
static void console_main_area_draw (const bContext *C, ARegion *ar)
static void console_operatortypes (void)
static void console_keymap (struct wmKeyConfig *keyconf)
static void console_header_area_init (wmWindowManager *UNUSED(wm), ARegion *ar)
static void console_header_area_draw (const bContext *C, ARegion *ar)
static void console_main_area_listener (ARegion *ar, wmNotifier *wmn)
void ED_spacetype_console (void)

Detailed Description

Definition in file space_console.c.


Function Documentation

static void console_dropboxes ( void  ) [static]
static SpaceLink* console_duplicate ( SpaceLink sl) [static]
static void console_free ( SpaceLink sl) [static]
static void console_header_area_draw ( const bContext C,
ARegion ar 
) [static]

Definition at line 349 of file space_console.c.

References ED_region_header().

Referenced by ED_spacetype_console().

static void console_header_area_init ( wmWindowManager UNUSEDwm,
ARegion ar 
) [static]

Definition at line 344 of file space_console.c.

References ED_region_header_init().

Referenced by ED_spacetype_console().

static void console_init ( struct wmWindowManager UNUSEDwm,
ScrArea UNUSEDsa 
) [static]

Definition at line 113 of file space_console.c.

Referenced by ED_spacetype_console().

static void console_keymap ( struct wmKeyConfig keyconf) [static]
static void console_main_area_draw ( const bContext C,
ARegion ar 
) [static]
static void console_main_area_init ( wmWindowManager wm,
ARegion ar 
) [static]
static void console_main_area_listener ( ARegion ar,
wmNotifier wmn 
) [static]
static SpaceLink* console_new ( const bContext UNUSEDC) [static]
static void console_operatortypes ( void  ) [static]
void ED_spacetype_console ( void  )
static void id_drop_copy ( wmDrag drag,
wmDropBox drop 
) [static]
static int id_drop_poll ( bContext UNUSEDC,
wmDrag drag,
wmEvent UNUSEDevent 
) [static]

Definition at line 163 of file space_console.c.

References wmDrag::type, and WM_DRAG_ID.

Referenced by console_dropboxes().

static void path_drop_copy ( wmDrag drag,
wmDropBox drop 
) [static]

Definition at line 193 of file space_console.c.

References BLI_snprintf(), FILE_MAX, wmDrag::path, wmDropBox::ptr, and RNA_string_set().

Referenced by console_dropboxes().

static int path_drop_poll ( bContext UNUSEDC,
wmDrag drag,
wmEvent UNUSEDevent 
) [static]

Definition at line 185 of file space_console.c.

References wmDrag::type, and WM_DRAG_PATH.

Referenced by console_dropboxes().