Blender V5.0
info_intern.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2008 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11/* internal exports only */
12
13struct ARegion;
14struct ReportList;
15struct SpaceInfo;
16struct wmOperatorType;
17
24
29
31
32/* `info_draw.cc` */
33
34void *info_text_pick(const SpaceInfo *sinfo,
35 const ARegion *region,
36 const ReportList *reports,
37 int mouse_y);
38int info_textview_height(const SpaceInfo *sinfo, const ARegion *region, const ReportList *reports);
39void info_textview_main(const SpaceInfo *sinfo, const ARegion *region, const ReportList *reports);
40
41/* `info_report.cc` */
42
43int info_report_mask(const SpaceInfo *sinfo);
44void INFO_OT_select_pick(wmOperatorType *ot); /* report selection */
47
void FILE_OT_make_paths_absolute(wmOperatorType *ot)
Definition info_ops.cc:477
void INFO_OT_select_all(wmOperatorType *ot)
void INFO_OT_report_copy(wmOperatorType *ot)
void INFO_OT_select_pick(wmOperatorType *ot)
void FILE_OT_unpack_all(wmOperatorType *ot)
Definition info_ops.cc:283
void FILE_OT_unpack_item(wmOperatorType *ot)
Definition info_ops.cc:381
void * info_text_pick(const SpaceInfo *sinfo, const ARegion *region, const ReportList *reports, int mouse_y)
Definition info_draw.cc:201
void FILE_OT_pack_all(wmOperatorType *ot)
Definition info_ops.cc:195
void INFO_OT_report_replay(wmOperatorType *ot)
void FILE_OT_autopack_toggle(wmOperatorType *ot)
Definition info_ops.cc:136
void INFO_OT_report_delete(wmOperatorType *ot)
void FILE_OT_report_missing_files(wmOperatorType *ot)
Definition info_ops.cc:509
void info_textview_main(const SpaceInfo *sinfo, const ARegion *region, const ReportList *reports)
Definition info_draw.cc:219
int info_textview_height(const SpaceInfo *sinfo, const ARegion *region, const ReportList *reports)
Definition info_draw.cc:213
void FILE_OT_pack_libraries(wmOperatorType *ot)
Definition info_ops.cc:54
int info_report_mask(const SpaceInfo *sinfo)
void FILE_OT_unpack_libraries(wmOperatorType *ot)
Definition info_ops.cc:100
void FILE_OT_make_paths_relative(wmOperatorType *ot)
Definition info_ops.cc:437
void FILE_OT_find_missing_files(wmOperatorType *ot)
Definition info_ops.cc:551
void INFO_OT_select_box(wmOperatorType *ot)
void INFO_OT_reports_display_update(wmOperatorType *ot)
Definition info_ops.cc:659
wmOperatorType * ot
Definition wm_files.cc:4237