Blender  V2.93
info_intern.h
Go to the documentation of this file.
1 /*
2  * This program is free software; you can redistribute it and/or
3  * modify it under the terms of the GNU General Public License
4  * as published by the Free Software Foundation; either version 2
5  * of the License, or (at your option) any later version.
6  *
7  * This program is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10  * GNU General Public License for more details.
11  *
12  * You should have received a copy of the GNU General Public License
13  * along with this program; if not, write to the Free Software Foundation,
14  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15  *
16  * The Original Code is Copyright (C) 2008 Blender Foundation.
17  * All rights reserved.
18  */
19 
24 #pragma once
25 
26 /* internal exports only */
27 
28 struct ReportList;
29 struct SpaceInfo;
30 struct wmOperatorType;
31 
33 void FILE_OT_pack_all(struct wmOperatorType *ot);
38 
43 
45 
46 /* info_draw.c */
47 void *info_text_pick(const struct SpaceInfo *sinfo,
48  const struct ARegion *region,
49  const struct ReportList *reports,
50  int mouse_y);
51 int info_textview_height(const struct SpaceInfo *sinfo,
52  const struct ARegion *region,
53  const struct ReportList *reports);
54 void info_textview_main(const struct SpaceInfo *sinfo,
55  const struct ARegion *region,
56  const struct ReportList *reports);
57 
58 /* info_report.c */
59 int info_report_mask(const struct SpaceInfo *sinfo);
60 void INFO_OT_select_pick(struct wmOperatorType *ot); /* report selection */
63 
void INFO_OT_report_copy(struct wmOperatorType *ot)
Definition: info_report.c:395
void FILE_OT_report_missing_files(struct wmOperatorType *ot)
Definition: info_ops.c:454
void INFO_OT_reports_display_update(struct wmOperatorType *ot)
Definition: info_ops.c:607
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:351
void INFO_OT_report_replay(struct wmOperatorType *ot)
Definition: info_report.c:131
void INFO_OT_select_all(struct wmOperatorType *ot)
Definition: info_report.c:223
void FILE_OT_pack_libraries(struct wmOperatorType *ot)
Definition: info_ops.c:70
void FILE_OT_pack_all(struct wmOperatorType *ot)
Definition: info_ops.c:176
void INFO_OT_select_pick(struct wmOperatorType *ot)
Definition: info_report.c:186
void FILE_OT_unpack_item(struct wmOperatorType *ot)
Definition: info_ops.c:346
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:99
void FILE_OT_autopack_toggle(struct wmOperatorType *ot)
Definition: info_ops.c:131
void FILE_OT_make_paths_relative(struct wmOperatorType *ot)
Definition: info_ops.c:395
void INFO_OT_select_box(struct wmOperatorType *ot)
Definition: info_report.c:302
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:489
void FILE_OT_unpack_all(struct wmOperatorType *ot)
Definition: info_ops.c:263
void FILE_OT_make_paths_absolute(struct wmOperatorType *ot)
Definition: info_ops.c:428
wmOperatorType * ot
Definition: wm_files.c:3156