|
Blender V5.0
|
#include <BKE_report.hh>
Public Attributes | |
| ListBase | list |
| int | printlevel |
| int | storelevel |
| int | flag |
| char | _pad [4] |
| wmTimer * | reporttimer |
| std::mutex * | lock |
Definition at line 74 of file BKE_report.hh.
| char ReportList::_pad[4] |
Definition at line 81 of file BKE_report.hh.
| int ReportList::flag |
Definition at line 80 of file BKE_report.hh.
Referenced by BKE_report(), BKE_reportf(), BKE_reports_init(), BKE_reports_print_test(), BPy_errors_to_report_ex(), ED_editors_init(), pyop_call(), wm_operator_finished(), WM_operator_free(), wm_operator_invoke(), WM_reports_from_reports_move(), and write_result().
| ListBase ReportList::list |
Definition at line 75 of file BKE_report.hh.
Referenced by BKE_bpath_missing_files_check(), BKE_report(), BKE_report_write_file_fp(), BKE_reportf(), BKE_reports_clear(), BKE_reports_contain(), BKE_reports_last_displayable(), BKE_reports_log(), BKE_reports_move_to_reports(), BKE_reports_prepend(), BKE_reports_prependf(), BKE_reports_string(), block_create__close_file_dialog(), box_select_exec(), BPy_reports_write_stdout(), ED_image_should_save_modified(), file_draw_invalid_library_hint(), blender::ed::object::modifier_apply_exec_ex(), pyop_call(), pyrna_register_class(), report_copy_exec(), report_delete_exec(), report_replay_exec(), report_textview_begin(), reports_prepend_impl(), reports_select_all(), select_report_pick_invoke(), UI_popup_menu_reports(), wm_handler_fileselect_do(), wm_handler_operator_call(), wm_job_free(), wm_macro_invoke_internal(), wm_operator_reports(), WM_reports_from_reports_move(), and write_result().
| std::mutex* ReportList::lock |
Mutex for thread-safety, runtime only.
Definition at line 85 of file BKE_report.hh.
Referenced by BKE_report(), BKE_report_print_level_set(), BKE_report_store_level_set(), BKE_report_write_file_fp(), BKE_reportf(), BKE_reports_clear(), BKE_reports_contain(), BKE_reports_free(), BKE_reports_init(), BKE_reports_last_displayable(), BKE_reports_lock(), BKE_reports_move_to_reports(), BKE_reports_string(), BKE_reports_unlock(), and reports_prepend_impl().
| int ReportList::printlevel |
Definition at line 77 of file BKE_report.hh.
Referenced by BKE_report_print_level(), BKE_report_print_level_set(), BKE_reports_init(), BKE_reports_print_test(), BPy_reports_write_stdout(), pyop_call(), and UI_popup_menu_reports().
| wmTimer* ReportList::reporttimer |
Definition at line 82 of file BKE_report.hh.
Referenced by uiTemplateReportsBanner(), update_reports_display_invoke(), and WM_report_banner_show().
| int ReportList::storelevel |
Definition at line 79 of file BKE_report.hh.
Referenced by BKE_report(), BKE_report_store_level(), BKE_report_store_level_set(), BKE_reportf(), BKE_reports_init(), and BPy_errors_to_report_ex().