Blender V4.3
info_report.cc File Reference
#include <climits>
#include <cstdlib>
#include <cstring>
#include "MEM_guardedalloc.h"
#include "BLI_dynstr.h"
#include "BLI_utildefines.h"
#include "BKE_context.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "ED_screen.hh"
#include "ED_select_utils.hh"
#include "RNA_access.hh"
#include "RNA_define.hh"
#include "info_intern.hh"

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 *)
 
static int report_replay_exec (bContext *C, wmOperator *)
 
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 *)
 
void INFO_OT_report_delete (wmOperatorType *ot)
 
static int report_copy_exec (bContext *C, wmOperator *)
 
void INFO_OT_report_copy (wmOperatorType *ot)
 

Function Documentation

◆ box_select_exec()

◆ INFO_OT_report_copy()

◆ INFO_OT_report_delete()

◆ INFO_OT_report_replay()

◆ INFO_OT_select_all()

◆ INFO_OT_select_box()

◆ INFO_OT_select_pick()

◆ info_report_mask()

◆ report_copy_exec()

◆ report_delete_exec()

◆ report_replay_exec()

◆ report_select_all_exec()

◆ reports_select_all()

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

◆ select_report_pick_exec()

◆ select_report_pick_invoke()

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