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

0030268: Inspectors - improvements in VInspector plugin,

0029451: Information Message Alert to debug an algorithm or object functionality
This commit is contained in:
nds
2019-06-14 10:39:35 +03:00
parent c9d8f1a93a
commit cafd762c93
276 changed files with 26577 additions and 1918 deletions

View File

@@ -20,6 +20,8 @@
#include <Draw_Interpretor.hxx>
#include <Standard.hxx>
class TInspector_Communicator;
//! \class ToolsDraw
//! \brief Registers DRAW commands to connect to TInspector tools
class ToolsDraw
@@ -36,6 +38,8 @@ public:
//! \param theCommands
Standard_EXPORT static void Commands (Draw_Interpretor& theCommands);
Standard_EXPORT static TInspector_Communicator* GetCommunicator();
private:
};