NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Annotations_TableStyleBuilder.hxx
1//--------------------------------------------------------------------------
2// 版权所有 2024 Siemens
3//--------------------------------------------------------------------------
4// C++ 接口到 JA API 的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Annotations_TableStyleBuilder.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/Annotations_BendTableSettingsBuilder.hxx>
22#include <NXOpen/Annotations_HoleTableSettingsContentBuilder.hxx>
23#include <NXOpen/Annotations_HoleTableSettingsFormatBuilder.hxx>
24#include <NXOpen/Annotations_HoleTableSettingsHoleFiltersBuilder.hxx>
25#include <NXOpen/Annotations_HoleTableSettingsLabelBuilder.hxx>
26#include <NXOpen/Annotations_HoleTableSettingsWorkflowBuilder.hxx>
27#include <NXOpen/Annotations_PartFamilyTableSettingsBuilder.hxx>
28#include <NXOpen/Annotations_PartsListBuilder.hxx>
29#include <NXOpen/Annotations_TableCellStyleBuilder.hxx>
30#include <NXOpen/Annotations_TableColumnSettingsBuilder.hxx>
31#include <NXOpen/Annotations_TableCommonSortingBuilder.hxx>
32#include <NXOpen/Annotations_TableSectionStyleBuilder.hxx>
33#include <NXOpen/Annotations_TabularNoteStyleBuilder.hxx>
34#include <NXOpen/Annotations_StyleBuilder.hxx>
35#include <NXOpen/libnxopencpp_annotations_exports.hxx>
36#ifdef _MSC_VER
37#pragma warning(push)
38#pragma warning(disable:4996)
39#endif
40#ifdef __GNUC__
41#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
42#endif
43namespace NXOpen
44{
45 namespace Annotations
46 {
48 }
49 namespace Annotations
50 {
52 }
53 namespace Annotations
54 {
56 }
57 namespace Annotations
58 {
60 }
61 namespace Annotations
62 {
64 }
65 namespace Annotations
66 {
68 }
69 namespace Annotations
70 {
72 }
73 namespace Annotations
74 {
76 }
77 namespace Annotations
78 {
79 class PartsListBuilder;
80 }
81 namespace Annotations
82 {
83 class StyleBuilder;
84 }
85 namespace Annotations
86 {
88 }
89 namespace Annotations
90 {
92 }
93 namespace Annotations
94 {
96 }
97 namespace Annotations
98 {
100 }
101namespace Annotations
102{
104}
105namespace Annotations
106{
107 class _TableStyleBuilderBuilder;
108 class TableStyleBuilderImpl;
114 class NXOPENCPP_ANNOTATIONSEXPORT TableStyleBuilder : public NXOpen::Annotations::StyleBuilder
115 {
116 private: TableStyleBuilderImpl * m_tablestylebuilder_impl;
117 private: friend class _TableStyleBuilderBuilder;
118 protected: TableStyleBuilder();
119 public: ~TableStyleBuilder();
124 (
125 );
130 (
131 );
136 (
137 );
142 (
143 );
148 (
149 );
154 (
155 );
160 (
161 );
166 (
167 );
172 (
173 );
178 (
179 );
184 (
185 );
190 (
191 );
196 (
197 );
198 };
199}
200}
201#ifdef _MSC_VER
202#pragma warning(pop)
203#endif
204#ifdef __GNUC__
205#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
206#pragma GCC diagnostic warning "-Wdeprecated-declarations"
207#endif
208#endif
209#undef EXPORTLIBRARY