Blender V4.3
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
9#pragma once
10
11/* internal exports only */
12
13struct ReportList;
14struct SpaceInfo;
15struct wmOperatorType;
16
23
28
30
31/* `info_draw.cc` */
32
33void *info_text_pick(const SpaceInfo *sinfo,
34 const ARegion *region,
35 const ReportList *reports,
36 int mouse_y);
37int info_textview_height(const SpaceInfo *sinfo, const ARegion *region, const ReportList *reports);
38void info_textview_main(const SpaceInfo *sinfo, const ARegion *region, const ReportList *reports);
39
40/* `info_report.cc` */
41
42int info_report_mask(const SpaceInfo *sinfo);
43void INFO_OT_select_pick(wmOperatorType *ot); /* report selection */
46
void FILE_OT_make_paths_absolute(wmOperatorType *ot)
Definition info_ops.cc:473
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:377
void * info_text_pick(const SpaceInfo *sinfo, const ARegion *region, const ReportList *reports, int mouse_y)
Definition info_draw.cc:205
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:505
void info_textview_main(const SpaceInfo *sinfo, const ARegion *region, const ReportList *reports)
Definition info_draw.cc:223
int info_textview_height(const SpaceInfo *sinfo, const ARegion *region, const ReportList *reports)
Definition info_draw.cc:217
void FILE_OT_pack_libraries(wmOperatorType *ot)
Definition info_ops.cc:56
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:433
void FILE_OT_find_missing_files(wmOperatorType *ot)
Definition info_ops.cc:546
void INFO_OT_select_box(wmOperatorType *ot)
void INFO_OT_reports_display_update(wmOperatorType *ot)
Definition info_ops.cc:652
wmOperatorType * ot
Definition wm_files.cc:4125