Blender  V3.3
Functions
info_report.c File Reference
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_dynstr.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "WM_api.h"
#include "WM_types.h"
#include "ED_screen.h"
#include "ED_select_utils.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "info_intern.h"

Go to the source code of this file.

Functions

static void reports_select_all (ReportList *reports, int report_mask, int action)
 
int info_report_mask (const SpaceInfo *UNUSED(sinfo))
 
static int report_replay_exec (bContext *C, wmOperator *UNUSED(op))
 
void INFO_OT_report_replay (wmOperatorType *ot)
 
static int select_report_pick_exec (bContext *C, wmOperator *op)
 
static int select_report_pick_invoke (bContext *C, wmOperator *op, const wmEvent *event)
 
void INFO_OT_select_pick (wmOperatorType *ot)
 
static int report_select_all_exec (bContext *C, wmOperator *op)
 
void INFO_OT_select_all (wmOperatorType *ot)
 
static int box_select_exec (bContext *C, wmOperator *op)
 
void INFO_OT_select_box (wmOperatorType *ot)
 
static int report_delete_exec (bContext *C, wmOperator *UNUSED(op))
 
void INFO_OT_report_delete (wmOperatorType *ot)
 
static int report_copy_exec (bContext *C, wmOperator *UNUSED(op))
 
void INFO_OT_report_copy (wmOperatorType *ot)
 

Function Documentation

◆ box_select_exec()

static int box_select_exec ( bContext C,
wmOperator op 
)
static

◆ INFO_OT_report_copy()

void INFO_OT_report_copy ( wmOperatorType ot)

◆ INFO_OT_report_delete()

void INFO_OT_report_delete ( wmOperatorType ot)

◆ INFO_OT_report_replay()

void INFO_OT_report_replay ( wmOperatorType ot)

◆ INFO_OT_select_all()

void INFO_OT_select_all ( wmOperatorType ot)

◆ INFO_OT_select_box()

void INFO_OT_select_box ( wmOperatorType ot)

◆ INFO_OT_select_pick()

void INFO_OT_select_pick ( wmOperatorType ot)

◆ info_report_mask()

int info_report_mask ( const SpaceInfo UNUSEDsinfo)

◆ report_copy_exec()

static int report_copy_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ report_delete_exec()

static int report_delete_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ report_replay_exec()

static int report_replay_exec ( bContext C,
wmOperator UNUSEDop 
)
static

◆ report_select_all_exec()

static int report_select_all_exec ( bContext C,
wmOperator op 
)
static

◆ reports_select_all()

static void reports_select_all ( ReportList reports,
int  report_mask,
int  action 
)
static

◆ select_report_pick_exec()

static int select_report_pick_exec ( bContext C,
wmOperator op 
)
static

◆ select_report_pick_invoke()

static int select_report_pick_invoke ( bContext C,
wmOperator op,
const wmEvent event 
)
static