Blender V4.5
space_console.cc File Reference
#include <cstdio>
#include <cstring>
#include "MEM_guardedalloc.h"
#include "BLI_listbase.h"
#include "BLI_string.h"
#include "BKE_context.hh"
#include "BKE_screen.hh"
#include "ED_screen.hh"
#include "ED_space_api.hh"
#include "RNA_access.hh"
#include "RNA_path.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "UI_resources.hh"
#include "UI_view2d.hh"
#include "BLO_read_write.hh"
#include "console_intern.hh"

Go to the source code of this file.

Functions

static SpaceLinkconsole_create (const ScrArea *, const Scene *)
static void console_free (SpaceLink *sl)
static void console_init (wmWindowManager *, ScrArea *)
static SpaceLinkconsole_duplicate (SpaceLink *sl)
static void console_main_region_init (wmWindowManager *wm, ARegion *region)
static void console_cursor (wmWindow *win, ScrArea *, ARegion *region)
static bool console_drop_id_poll (bContext *, wmDrag *drag, const wmEvent *)
static void console_drop_id_copy (bContext *, wmDrag *drag, wmDropBox *drop)
static bool console_drop_path_poll (bContext *, wmDrag *drag, const wmEvent *)
static void console_drop_path_copy (bContext *, wmDrag *drag, wmDropBox *drop)
static bool console_drop_string_poll (bContext *, wmDrag *drag, const wmEvent *)
static void console_drop_string_copy (bContext *, wmDrag *drag, wmDropBox *drop)
static void console_dropboxes ()
static void console_main_region_draw (const bContext *C, ARegion *region)
static void console_operatortypes ()
static void console_keymap (wmKeyConfig *keyconf)
static void console_header_region_init (wmWindowManager *, ARegion *region)
static void console_header_region_draw (const bContext *C, ARegion *region)
static void console_main_region_listener (const wmRegionListenerParams *params)
static void console_blend_read_data (BlendDataReader *reader, SpaceLink *sl)
static void console_space_blend_write (BlendWriter *writer, SpaceLink *sl)
void ED_spacetype_console ()

Function Documentation

◆ console_blend_read_data()

◆ console_create()

◆ console_cursor()

◆ console_drop_id_copy()

void console_drop_id_copy ( bContext * ,
wmDrag * drag,
wmDropBox * drop )
static

◆ console_drop_id_poll()

bool console_drop_id_poll ( bContext * ,
wmDrag * drag,
const wmEvent *  )
static

Definition at line 150 of file space_console.cc.

References console_drop_id_poll(), and WM_drag_get_local_ID().

Referenced by console_drop_id_poll(), and console_dropboxes().

◆ console_drop_path_copy()

void console_drop_path_copy ( bContext * ,
wmDrag * drag,
wmDropBox * drop )
static

◆ console_drop_path_poll()

bool console_drop_path_poll ( bContext * ,
wmDrag * drag,
const wmEvent *  )
static

Definition at line 164 of file space_console.cc.

References console_drop_path_poll(), wmDrag::type, and WM_DRAG_PATH.

Referenced by console_drop_path_poll(), and console_dropboxes().

◆ console_drop_string_copy()

void console_drop_string_copy ( bContext * ,
wmDrag * drag,
wmDropBox * drop )
static

◆ console_drop_string_poll()

bool console_drop_string_poll ( bContext * ,
wmDrag * drag,
const wmEvent *  )
static

◆ console_dropboxes()

◆ console_duplicate()

◆ console_free()

◆ console_header_region_draw()

void console_header_region_draw ( const bContext * C,
ARegion * region )
static

◆ console_header_region_init()

void console_header_region_init ( wmWindowManager * ,
ARegion * region )
static

◆ console_init()

void console_init ( wmWindowManager * ,
ScrArea *  )
static

Definition at line 90 of file space_console.cc.

References console_init().

Referenced by console_init(), and ED_spacetype_console().

◆ console_keymap()

void console_keymap ( wmKeyConfig * keyconf)
static

◆ console_main_region_draw()

◆ console_main_region_init()

◆ console_main_region_listener()

◆ console_operatortypes()

◆ console_space_blend_write()

void console_space_blend_write ( BlendWriter * writer,
SpaceLink * sl )
static

◆ ED_spacetype_console()