Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_info.h
| Show All 27 Lines | |||||
| struct Main; | struct Main; | ||||
| /* info_stats.c */ | /* info_stats.c */ | ||||
| void ED_info_stats_clear(struct ViewLayer *view_layer); | void ED_info_stats_clear(struct ViewLayer *view_layer); | ||||
| const char *ED_info_statusbar_string(struct Main *bmain, | const char *ED_info_statusbar_string(struct Main *bmain, | ||||
| struct bScreen *screen, | struct bScreen *screen, | ||||
| struct bContext *C); | struct bContext *C); | ||||
| const char *ED_info_statusbar_string_override_settings(struct Main *bmain, | |||||
| struct bScreen *screen, | |||||
| struct bContext *C, | |||||
| char statusbar_flag); | |||||
| void ED_info_draw_stats( | void ED_info_draw_stats( | ||||
| struct Main *bmain, Scene *scene, ViewLayer *view_layer, int x, int *y, int height); | struct Main *bmain, Scene *scene, ViewLayer *view_layer, int x, int *y, int height); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||