Blender V5.0
info_report.cc File Reference
#include <climits>
#include <cstdlib>
#include <cstring>
#include "MEM_guardedalloc.h"
#include "BLI_dynstr.h"
#include "BLI_listbase.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 wmOperatorStatus report_replay_exec (bContext *C, wmOperator *)
void INFO_OT_report_replay (wmOperatorType *ot)
static wmOperatorStatus select_report_pick_exec (bContext *C, wmOperator *op)
static wmOperatorStatus select_report_pick_invoke (bContext *C, wmOperator *op, const wmEvent *event)
void INFO_OT_select_pick (wmOperatorType *ot)
static wmOperatorStatus report_select_all_exec (bContext *C, wmOperator *op)
void INFO_OT_select_all (wmOperatorType *ot)
static wmOperatorStatus box_select_exec (bContext *C, wmOperator *op)
void INFO_OT_select_box (wmOperatorType *ot)
static wmOperatorStatus report_delete_exec (bContext *C, wmOperator *)
void INFO_OT_report_delete (wmOperatorType *ot)
static wmOperatorStatus report_copy_exec (bContext *C, wmOperator *)
void INFO_OT_report_copy (wmOperatorType *ot)

Function Documentation

◆ box_select_exec()

◆ INFO_OT_report_copy()

void INFO_OT_report_copy ( wmOperatorType * ot)

Definition at line 384 of file info_report.cc.

References ED_operator_info_active(), ot, and report_copy_exec().

Referenced by info_operatortypes().

◆ INFO_OT_report_delete()

void INFO_OT_report_delete ( wmOperatorType * ot)

Definition at line 342 of file info_report.cc.

References ED_operator_info_active(), ot, and report_delete_exec().

Referenced by info_operatortypes().

◆ INFO_OT_report_replay()

void INFO_OT_report_replay ( wmOperatorType * ot)

Definition at line 120 of file info_report.cc.

References ED_operator_info_active(), ot, and report_replay_exec().

Referenced by info_operatortypes().

◆ INFO_OT_select_all()

void INFO_OT_select_all ( wmOperatorType * ot)

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

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

◆ select_report_pick_exec()

◆ select_report_pick_invoke()