Blender  V3.3
Functions
file_panels.c File Reference
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_screen.h"
#include "BLT_translation.h"
#include "DNA_screen_types.h"
#include "DNA_space_types.h"
#include "DNA_userdef_types.h"
#include "MEM_guardedalloc.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "RNA_prototypes.h"
#include "ED_fileselect.h"
#include "UI_interface.h"
#include "UI_interface_icons.h"
#include "UI_resources.h"
#include "WM_api.h"
#include "WM_types.h"
#include "file_intern.h"
#include "filelist.h"
#include "fsmenu.h"
#include <string.h>

Go to the source code of this file.

Functions

static bool file_panel_operator_poll (const bContext *C, PanelType *UNUSED(pt))
 
static bool file_panel_asset_browsing_poll (const bContext *C, PanelType *UNUSED(pt))
 
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()

void file_execute_region_panels_register ( ARegionType art)

◆ file_panel_asset_browsing_poll()

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

◆ file_panel_asset_catalog_buttons_draw()

static void file_panel_asset_catalog_buttons_draw ( const bContext C,
Panel panel 
)
static

◆ file_panel_execution_buttons_draw()

static void file_panel_execution_buttons_draw ( const bContext C,
Panel panel 
)
static

◆ 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()

static void file_panel_operator ( const bContext C,
Panel panel 
)
static

◆ 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 UNUSEDpt 
)
static

◆ file_tool_props_region_panels_register()

void file_tool_props_region_panels_register ( ARegionType art)

◆ file_tools_region_panels_register()

void file_tools_region_panels_register ( ARegionType art)