NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Schematic_ObjectTableBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Schematic_ObjectTableBuilder.ja
9//
10// 生成工具:
11// apiwrap
12//
13// 警告:
14// 此文件为自动生成,请勿手动编辑
15//
16#pragma once
17#include <NXOpen/NXDeprecation.hxx>
18#include <vector>
19#include <NXOpen/NXString.hxx>
20#include <NXOpen/Callback.hxx>
21#include <NXOpen/Diagramming_Tables_TableBuilder.hxx>
22#include <NXOpen/Builder.hxx>
23#include <NXOpen/Schematic_PropertyCellRangeBuilder.hxx>
24#include <NXOpen/Schematic_PropertyType.hxx>
25#include <NXOpen/Schematic_Sheet.hxx>
26#include <NXOpen/libnxopencpp_schematic_exports.hxx>
27#ifdef _MSC_VER
28#pragma warning(push)
29#pragma warning(disable:4996)
30#endif
31#ifdef __GNUC__
32#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
33#endif
34namespace NXOpen
35{
36 namespace Schematic
37 {
39 }
40 class Builder;
41 namespace Diagramming
42 {
43 namespace Tables
44 {
45 class TableBuilder;
46 }
47 }
48 namespace Schematic
49 {
51 }
52 namespace Schematic
53 {
54 class Sheet;
55 }
56 namespace Schematic
57 {
58 class _ObjectTableBuilderBuilder;
59 class ObjectTableBuilderImpl;
73 class NXOPENCPP_SCHEMATICEXPORT ObjectTableBuilder : public NXOpen::Builder
74 {
79 public: enum NX_DEPRECATED("Deprecated in NX2406.0.0. Use <ja_property>NXOpen.Schematic.ObjectTableBuilder.Discipline</ja_property> instead.") StockOption
80 {
81 StockOptionPipe,
82 StockOptionHvac
83 };
84 private: ObjectTableBuilderImpl * m_objecttablebuilder_impl;
85 private: friend class _ObjectTableBuilderBuilder;
86 protected: ObjectTableBuilder();
87 public: ~ObjectTableBuilder();
92 (
93 );
97 public: void SetSheet
98 (
100 );
105 (
106 );
112 (
113 int index
114 );
121 (
122 int index ,
123 const std::vector<NXOpen::Schematic::JaSchematicPropertytype> & propertyTypes ,
124 const std::vector<NXString> & propertyKeys
125 );
132 (
133 int index ,
134 int number
135 );
139 public: void SetTable
140 (
142 );
147 (
148 );
153 public: NX_DEPRECATED("Deprecated in NX2406.0.0. Use <ja_property>NXOpen.Schematic.ObjectTableBuilder.Discipline</ja_property> instead.") NXOpen::Schematic::ObjectTableBuilder::StockOption StockType
154 (
155 );
160 public: NX_DEPRECATED("Deprecated in NX2406.0.0. Use <ja_property>NXOpen.Schematic.ObjectTableBuilder.Discipline</ja_property> instead.") void SetStockType
161 (
162 NXOpen::Schematic::ObjectTableBuilder::StockOption stockType
163 );
167 public: void AddObjectType
168 (
169 const NXString & objectType
170 );
175 (
176 const char * objectType
177 );
181 public: void RemoveObjectType
182 (
183 const NXString & objectType
184 );
189 (
190 const char * objectType
191 );
193
196 public: NXString Discipline
197 (
198 );
201
204 public: void SetDiscipline
205 (
206 const NXString & discipline
207 );
211 void SetDiscipline
212 (
213 const char * discipline
214 );
216 };
217 }
218}
219#ifdef _MSC_VER
220#pragma warning(pop)
221#endif
222#ifdef __GNUC__
223#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
224#pragma GCC diagnostic warning "-Wdeprecated-declarations"
225#endif
226#endif
227#undef EXPORTLIBRARY