Blender V4.3
file_panels.cc File Reference
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "BKE_context.hh"
#include "BKE_screen.hh"
#include "BLT_translation.hh"
#include "DNA_screen_types.h"
#include "DNA_space_types.h"
#include "DNA_userdef_types.h"
#include "MEM_guardedalloc.h"
#include "RNA_access.hh"
#include "RNA_define.hh"
#include "RNA_prototypes.hh"
#include "ED_fileselect.hh"
#include "UI_interface.hh"
#include "UI_interface_icons.hh"
#include "UI_resources.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "file_intern.hh"
#include "filelist.hh"
#include <cstring>

Go to the source code of this file.

Functions

static bool file_panel_operator_poll (const bContext *C, PanelType *)
 
static bool file_panel_asset_browsing_poll (const bContext *C, PanelType *)
 
static void file_panel_operator_header (const bContext *C, Panel *panel)
 
static void file_panel_operator (const bContext *C, Panel *panel)
 
void file_tool_props_region_panels_register (ARegionType *art)
 
static void file_panel_execution_cancel_button (uiLayout *layout)
 
static void file_panel_execution_execute_button (uiLayout *layout, const char *title)
 
static void file_panel_execution_buttons_draw (const bContext *C, Panel *panel)
 
void file_execute_region_panels_register (ARegionType *art)
 
static void file_panel_asset_catalog_buttons_draw (const bContext *C, Panel *panel)
 
void file_tools_region_panels_register (ARegionType *art)
 

Function Documentation

◆ file_execute_region_panels_register()

◆ file_panel_asset_browsing_poll()

static bool file_panel_asset_browsing_poll ( const bContext * C,
PanelType *  )
static

◆ file_panel_asset_catalog_buttons_draw()

◆ file_panel_execution_buttons_draw()

◆ file_panel_execution_cancel_button()

static void file_panel_execution_cancel_button ( uiLayout * layout)
static

◆ file_panel_execution_execute_button()

static void file_panel_execution_execute_button ( uiLayout * layout,
const char * title )
static

◆ file_panel_operator()

◆ file_panel_operator_header()

static void file_panel_operator_header ( const bContext * C,
Panel * panel )
static

◆ file_panel_operator_poll()

static bool file_panel_operator_poll ( const bContext * C,
PanelType *  )
static

◆ file_tool_props_region_panels_register()

◆ file_tools_region_panels_register()