1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0031362: Inspectors - MessageView plugin for message alerts

- OSD_Timer in message alert,
- DumpJson correction,
- Selection owner should be dumped in selector. Sensitive entities might be used in the same owner, that leads to lots of the same dump in the result stream.

(cherry picked from commit e8bde810616e61cbe925981176681f2840234fa4)
This commit is contained in:
nds
2020-10-27 19:24:59 +03:00
parent 50013cf4a3
commit a463065302
44 changed files with 478 additions and 129 deletions

View File

@@ -136,14 +136,17 @@ protected slots:
//! Update tree view item, preview presentation by item value change
void onPropertyViewDataChanged();
//! Update tree view header item width
void onHeaderResized (int theSectionId, int, int);
//! Updates visibility states by erase all in context
void onEraseAllPerformed();
//! Export report into document
void onExportReport();
//! Import report into document
void onImportReport();
//! Create default report into document
void onCreateDefaultReport();
//! Unite alerts in view model
//void onUniteAlerts();