File indexing completed on 2026-09-17 09:21:48
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _QADNaming_HeaderFile
0018 #define _QADNaming_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022 #include <Standard_Handle.hxx>
0023
0024 #include <Standard_CString.hxx>
0025 #include <TopoDS_Shape.hxx>
0026 #include <NCollection_List.hxx>
0027 #include <Standard_Integer.hxx>
0028 #include <Draw_Interpretor.hxx>
0029 class TopoDS_Shape;
0030 class TDF_Data;
0031 class TCollection_AsciiString;
0032 class TDF_Label;
0033
0034 class QADNaming
0035 {
0036 public:
0037 DEFINE_STANDARD_ALLOC
0038
0039 Standard_EXPORT static TopoDS_Shape CurrentShape(const char* const ShapeEntry,
0040 const occ::handle<TDF_Data>& Data);
0041
0042 Standard_EXPORT static void GetShape(const char* const ShapeEntry,
0043 const occ::handle<TDF_Data>& Data,
0044 NCollection_List<TopoDS_Shape>& Shapes);
0045
0046
0047
0048
0049 Standard_EXPORT static TCollection_AsciiString GetEntry(const TopoDS_Shape& Shape,
0050 const occ::handle<TDF_Data>& Data,
0051 int& theStatus);
0052
0053
0054 Standard_EXPORT static bool Entry(void* const theArguments, TDF_Label& theLabel);
0055
0056 Standard_EXPORT static void AllCommands(Draw_Interpretor& DI);
0057
0058
0059 Standard_EXPORT static void BasicCommands(Draw_Interpretor& DI);
0060
0061
0062 Standard_EXPORT static void BuilderCommands(Draw_Interpretor& DI);
0063
0064
0065 Standard_EXPORT static void IteratorsCommands(Draw_Interpretor& DI);
0066
0067 Standard_EXPORT static void ToolsCommands(Draw_Interpretor& DI);
0068
0069
0070 Standard_EXPORT static void SelectionCommands(Draw_Interpretor& DI);
0071 };
0072
0073 #endif