Blender  V3.3
info_intern.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2008 Blender Foundation. All rights reserved. */
3 
8 #pragma once
9 
10 /* internal exports only */
11 
12 struct ReportList;
13 struct SpaceInfo;
14 struct wmOperatorType;
15 
17 void FILE_OT_pack_all(struct wmOperatorType *ot);
22 
27 
29 
30 /* info_draw.c */
31 
32 void *info_text_pick(const struct SpaceInfo *sinfo,
33  const struct ARegion *region,
34  const struct ReportList *reports,
35  int mouse_y);
36 int info_textview_height(const struct SpaceInfo *sinfo,
37  const struct ARegion *region,
38  const struct ReportList *reports);
39 void info_textview_main(const struct SpaceInfo *sinfo,
40  const struct ARegion *region,
41  const struct ReportList *reports);
42 
43 /* info_report.c */
44 
45 int info_report_mask(const struct SpaceInfo *sinfo);
46 void INFO_OT_select_pick(struct wmOperatorType *ot); /* report selection */
49 
void INFO_OT_report_copy(struct wmOperatorType *ot)
Definition: info_report.c:382
void FILE_OT_report_missing_files(struct wmOperatorType *ot)
Definition: info_ops.c:478
void INFO_OT_reports_display_update(struct wmOperatorType *ot)
Definition: info_ops.c:638
int info_textview_height(const struct SpaceInfo *sinfo, const struct ARegion *region, const struct ReportList *reports)
int info_report_mask(const struct SpaceInfo *sinfo)
void INFO_OT_report_delete(struct wmOperatorType *ot)
Definition: info_report.c:338
void INFO_OT_report_replay(struct wmOperatorType *ot)
Definition: info_report.c:117
void INFO_OT_select_all(struct wmOperatorType *ot)
Definition: info_report.c:209
void FILE_OT_pack_libraries(struct wmOperatorType *ot)
Definition: info_ops.c:56
void FILE_OT_pack_all(struct wmOperatorType *ot)
Definition: info_ops.c:178
void INFO_OT_select_pick(struct wmOperatorType *ot)
Definition: info_report.c:172
void FILE_OT_unpack_item(struct wmOperatorType *ot)
Definition: info_ops.c:356
void * info_text_pick(const struct SpaceInfo *sinfo, const struct ARegion *region, const struct ReportList *reports, int mouse_y)
void FILE_OT_unpack_libraries(struct wmOperatorType *ot)
Definition: info_ops.c:93
void FILE_OT_autopack_toggle(struct wmOperatorType *ot)
Definition: info_ops.c:129
void FILE_OT_make_paths_relative(struct wmOperatorType *ot)
Definition: info_ops.c:410
void INFO_OT_select_box(struct wmOperatorType *ot)
Definition: info_report.c:289
void info_textview_main(const struct SpaceInfo *sinfo, const struct ARegion *region, const struct ReportList *reports)
void FILE_OT_find_missing_files(struct wmOperatorType *ot)
Definition: info_ops.c:517
void FILE_OT_unpack_all(struct wmOperatorType *ot)
Definition: info_ops.c:269
void FILE_OT_make_paths_absolute(struct wmOperatorType *ot)
Definition: info_ops.c:448
wmOperatorType * ot
Definition: wm_files.c:3479