Blender V2.61 - r43446
Classes | Typedefs | Functions

buttons_ops.c File Reference

#include <stdlib.h>
#include <string.h>
#include "MEM_guardedalloc.h"
#include "DNA_userdef_types.h"
#include "BLI_fileops.h"
#include "BLI_path_util.h"
#include "BLI_string.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_global.h"
#include "BKE_main.h"
#include "WM_api.h"
#include "WM_types.h"
#include "ED_screen.h"
#include "ED_util.h"
#include "RNA_access.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "buttons_intern.h"

Go to the source code of this file.

Classes

struct  FileBrowseOp

Typedefs

typedef struct FileBrowseOp FileBrowseOp

Functions

static int toolbox_invoke (bContext *C, wmOperator *UNUSED(op), wmEvent *UNUSED(event))
void BUTTONS_OT_toolbox (wmOperatorType *ot)
static int file_browse_exec (bContext *C, wmOperator *op)
static int file_browse_cancel (bContext *UNUSED(C), wmOperator *op)
static int file_browse_invoke (bContext *C, wmOperator *op, wmEvent *event)
void BUTTONS_OT_file_browse (wmOperatorType *ot)
void BUTTONS_OT_directory_browse (wmOperatorType *ot)

Detailed Description

Definition in file buttons_ops.c.


Typedef Documentation

typedef struct FileBrowseOp FileBrowseOp

Function Documentation

void BUTTONS_OT_directory_browse ( wmOperatorType ot)
void BUTTONS_OT_file_browse ( wmOperatorType ot)
void BUTTONS_OT_toolbox ( wmOperatorType ot)
static int file_browse_cancel ( bContext UNUSEDC,
wmOperator op 
) [static]
static int file_browse_exec ( bContext C,
wmOperator op 
) [static]
static int file_browse_invoke ( bContext C,
wmOperator op,
wmEvent event 
) [static]
static int toolbox_invoke ( bContext C,
wmOperator UNUSEDop,
wmEvent UNUSEDevent 
) [static]