Blender  V3.3
Functions
space_topbar.c File Reference
#include <stdio.h>
#include <string.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "BLO_readfile.h"
#include "BLT_translation.h"
#include "BKE_context.h"
#include "BKE_global.h"
#include "BKE_screen.h"
#include "BKE_undo_system.h"
#include "ED_screen.h"
#include "ED_space_api.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "UI_view2d.h"
#include "RNA_access.h"
#include "WM_api.h"
#include "WM_message.h"
#include "WM_types.h"

Go to the source code of this file.

Functions

static SpaceLinktopbar_create (const ScrArea *UNUSED(area), const Scene *UNUSED(scene))
 
static void topbar_free (SpaceLink *UNUSED(sl))
 
static void topbar_init (struct wmWindowManager *UNUSED(wm), ScrArea *UNUSED(area))
 
static SpaceLinktopbar_duplicate (SpaceLink *sl)
 
static void topbar_main_region_init (wmWindowManager *wm, ARegion *region)
 
static void topbar_operatortypes (void)
 
static void topbar_keymap (struct wmKeyConfig *UNUSED(keyconf))
 
static void topbar_header_region_init (wmWindowManager *UNUSED(wm), ARegion *region)
 
static void topbar_main_region_listener (const wmRegionListenerParams *params)
 
static void topbar_header_listener (const wmRegionListenerParams *params)
 
static void topbar_header_region_message_subscribe (const wmRegionMessageSubscribeParams *params)
 
static void recent_files_menu_draw (const bContext *UNUSED(C), Menu *menu)
 
static void recent_files_menu_register (void)
 
static void undo_history_draw_menu (const bContext *C, Menu *menu)
 
static void undo_history_menu_register (void)
 
void ED_spacetype_topbar (void)
 

Function Documentation

◆ ED_spacetype_topbar()

void ED_spacetype_topbar ( void  )

◆ recent_files_menu_draw()

static void recent_files_menu_draw ( const bContext UNUSEDC,
Menu menu 
)
static

◆ recent_files_menu_register()

static void recent_files_menu_register ( void  )
static

◆ topbar_create()

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

◆ topbar_duplicate()

static SpaceLink* topbar_duplicate ( SpaceLink sl)
static

Definition at line 75 of file space_topbar.c.

References MEM_dupallocN.

Referenced by ED_spacetype_topbar().

◆ topbar_free()

static void topbar_free ( SpaceLink UNUSEDsl)
static

Definition at line 66 of file space_topbar.c.

Referenced by ED_spacetype_topbar().

◆ topbar_header_listener()

static void topbar_header_listener ( const wmRegionListenerParams params)
static

◆ topbar_header_region_init()

static void topbar_header_region_init ( wmWindowManager UNUSEDwm,
ARegion region 
)
static

◆ topbar_header_region_message_subscribe()

static void topbar_header_region_message_subscribe ( const wmRegionMessageSubscribeParams params)
static

◆ topbar_init()

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

Definition at line 71 of file space_topbar.c.

Referenced by ED_spacetype_topbar().

◆ topbar_keymap()

static void topbar_keymap ( struct wmKeyConfig UNUSEDkeyconf)
static

Definition at line 103 of file space_topbar.c.

Referenced by ED_spacetype_topbar().

◆ topbar_main_region_init()

static void topbar_main_region_init ( wmWindowManager wm,
ARegion region 
)
static

◆ topbar_main_region_listener()

static void topbar_main_region_listener ( const wmRegionListenerParams params)
static

◆ topbar_operatortypes()

static void topbar_operatortypes ( void  )
static

Definition at line 99 of file space_topbar.c.

Referenced by ED_spacetype_topbar().

◆ undo_history_draw_menu()

static void undo_history_draw_menu ( const bContext C,
Menu menu 
)
static

◆ undo_history_menu_register()

static void undo_history_menu_register ( void  )
static