Blender  V3.3
Functions
space_info.c File Reference
#include <stdio.h>
#include <string.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 "ED_space_api.h"
#include "WM_api.h"
#include "WM_message.h"
#include "WM_types.h"
#include "RNA_access.h"
#include "UI_resources.h"
#include "UI_view2d.h"
#include "info_intern.h"

Go to the source code of this file.

Functions

static SpaceLinkinfo_create (const ScrArea *UNUSED(area), const Scene *UNUSED(scene))
 
static void info_free (SpaceLink *UNUSED(sl))
 
static void info_init (struct wmWindowManager *UNUSED(wm), ScrArea *UNUSED(area))
 
static SpaceLinkinfo_duplicate (SpaceLink *sl)
 
static void info_main_region_init (wmWindowManager *wm, ARegion *region)
 
static void info_textview_update_rect (const bContext *C, ARegion *region)
 
static void info_main_region_draw (const bContext *C, ARegion *region)
 
static void info_operatortypes (void)
 
static void info_keymap (struct wmKeyConfig *keyconf)
 
static void info_header_region_init (wmWindowManager *UNUSED(wm), ARegion *region)
 
static void info_header_region_draw (const bContext *C, ARegion *region)
 
static void info_main_region_listener (const wmRegionListenerParams *params)
 
static void info_header_listener (const wmRegionListenerParams *params)
 
static void info_header_region_message_subscribe (const wmRegionMessageSubscribeParams *params)
 
void ED_spacetype_info (void)
 

Function Documentation

◆ ED_spacetype_info()

void ED_spacetype_info ( void  )

◆ info_create()

static SpaceLink* info_create ( const ScrArea UNUSEDarea,
const Scene UNUSEDscene 
)
static

◆ info_duplicate()

static SpaceLink* info_duplicate ( SpaceLink sl)
static

Definition at line 83 of file space_info.c.

References MEM_dupallocN.

Referenced by ED_spacetype_info().

◆ info_free()

static void info_free ( SpaceLink UNUSEDsl)
static

Definition at line 73 of file space_info.c.

Referenced by ED_spacetype_info().

◆ info_header_listener()

static void info_header_listener ( const wmRegionListenerParams params)
static

◆ info_header_region_draw()

static void info_header_region_draw ( const bContext C,
ARegion region 
)
static

Definition at line 181 of file space_info.c.

References C, and ED_region_header().

Referenced by ED_spacetype_info().

◆ info_header_region_init()

static void info_header_region_init ( wmWindowManager UNUSEDwm,
ARegion region 
)
static

Definition at line 176 of file space_info.c.

References ED_region_header_init().

Referenced by ED_spacetype_info().

◆ info_header_region_message_subscribe()

static void info_header_region_message_subscribe ( const wmRegionMessageSubscribeParams params)
static

◆ info_init()

static void info_init ( struct wmWindowManager UNUSEDwm,
ScrArea UNUSEDarea 
)
static

Definition at line 79 of file space_info.c.

Referenced by ED_spacetype_info().

◆ info_keymap()

static void info_keymap ( struct wmKeyConfig keyconf)
static

Definition at line 169 of file space_info.c.

References SPACE_INFO, and WM_keymap_ensure().

Referenced by ED_spacetype_info().

◆ info_main_region_draw()

static void info_main_region_draw ( const bContext C,
ARegion region 
)
static

◆ info_main_region_init()

static void info_main_region_init ( wmWindowManager wm,
ARegion region 
)
static

◆ info_main_region_listener()

static void info_main_region_listener ( const wmRegionListenerParams params)
static

◆ info_operatortypes()

static void info_operatortypes ( void  )
static

◆ info_textview_update_rect()

static void info_textview_update_rect ( const bContext C,
ARegion region 
)
static