Blender V2.61 - r43446
Functions

file_panels.c File Reference

#include "BKE_context.h"
#include "BKE_screen.h"
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "BLF_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 "UI_interface.h"
#include "UI_resources.h"
#include "WM_api.h"
#include "WM_types.h"
#include "file_intern.h"
#include "fsmenu.h"
#include <string.h>

Go to the source code of this file.

Functions

static void file_panel_cb (bContext *C, void *arg_entry, void *UNUSED(arg_v))
static void file_panel_category (const bContext *C, Panel *pa, FSMenuCategory category, short *nr, int icon, int allow_delete, int reverse)
static void file_panel_system (const bContext *C, Panel *pa)
static void file_panel_bookmarks (const bContext *C, Panel *pa)
static void file_panel_recent (const bContext *C, Panel *pa)
static int file_panel_operator_poll (const bContext *C, PanelType *UNUSED(pt))
static void file_panel_operator_header (const bContext *C, Panel *pa)
static int file_panel_check_prop (PointerRNA *UNUSED(ptr), PropertyRNA *prop)
static void file_panel_operator (const bContext *C, Panel *pa)
void file_panels_register (ARegionType *art)

Detailed Description

Definition in file file_panels.c.


Function Documentation

static void file_panel_bookmarks ( const bContext C,
Panel pa 
) [static]
static void file_panel_category ( const bContext C,
Panel pa,
FSMenuCategory  category,
short *  nr,
int  icon,
int  allow_delete,
int  reverse 
) [static]
static void file_panel_cb ( bContext C,
void *  arg_entry,
void *  UNUSEDarg_v 
) [static]
static int file_panel_check_prop ( PointerRNA UNUSEDptr,
PropertyRNA prop 
) [static]

Definition at line 180 of file file_panels.c.

References RNA_property_identifier().

Referenced by file_panel_operator().

static void file_panel_operator ( const bContext C,
Panel pa 
) [static]
static void file_panel_operator_header ( const bContext C,
Panel pa 
) [static]
static int file_panel_operator_poll ( const bContext C,
PanelType UNUSEDpt 
) [static]

Definition at line 166 of file file_panels.c.

References CTX_wm_space_file(), and SpaceFile::op.

Referenced by file_panels_register().

static void file_panel_recent ( const bContext C,
Panel pa 
) [static]
static void file_panel_system ( const bContext C,
Panel pa 
) [static]
void file_panels_register ( ARegionType art)