NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Drafting_SettingsManager.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Drafting_SettingsManager.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_EditSettingsBuilder.hxx>
22#include <NXOpen/Annotations_TableEditSettingsBuilder.hxx>
23#include <NXOpen/Annotations_TableRowSortingBuilder.hxx>
24#include <NXOpen/Drafting_BaseEditSettingsBuilder.hxx>
25#include <NXOpen/Drafting_PreferencesBuilder.hxx>
26#include <NXOpen/Drawings_EditSectionLineSettingsBuilder.hxx>
27#include <NXOpen/Drawings_EditViewLabelSettingsBuilder.hxx>
28#include <NXOpen/Drawings_EditViewSettingsBuilder.hxx>
29#include <NXOpen/Layout2d_EditComponentSettingsBuilder.hxx>
30#include <NXOpen/TaggedObject.hxx>
31#include <NXOpen/libnxopencpp_drafting_exports.hxx>
32#ifdef _MSC_VER
33#pragma warning(push)
34#pragma warning(disable:4996)
35#endif
36#ifdef __GNUC__
37#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
38#endif
39namespace NXOpen
40{
41 namespace Drafting
42 {
43 class SettingsManager;
44 }
45 class Part;
46 namespace Annotations
47 {
49 }
50 namespace Annotations
51 {
52 class Table;
53 }
54 namespace Annotations
55 {
57 }
58 namespace Annotations
59 {
61 }
63 namespace Drafting
64 {
66 }
67 namespace Drafting
68 {
70 }
71 namespace Drawings
72 {
74 }
75 namespace Drawings
76 {
78 }
79 namespace Drawings
80 {
82 }
83 namespace Drawings
84 {
85 class SectionLine;
86 }
87 namespace Layout2d
88 {
89 class Component;
90 }
91 namespace Layout2d
92 {
94 }
95 class View;
96 namespace Drafting
97 {
98 class SettingsManagerImpl;
102 class NXOPENCPP_DRAFTINGEXPORT SettingsManager
103 {
104 private: SettingsManagerImpl * m_settingsmanager_impl;
105 private: NXOpen::Part* m_owner;
107 public: explicit SettingsManager(NXOpen::Part *owner);
109 public:
111 tag_t Tag() const;
112 public: ~SettingsManager();
117 (
118 );
126 (
127 const std::vector<NXOpen::DisplayableObject *> & objects
128 );
136 (
137 const std::vector<NXOpen::Drawings::SectionLine *> & sectionLines
138 );
146 (
147 const std::vector<NXOpen::View *> & views
148 );
157 (
158 const std::vector<NXOpen::Layout2d::Component *> & components
159 );
167 (
168 const std::vector<NXOpen::DisplayableObject *> & viewLabels
169 );
177 (
178 const std::vector<NXOpen::DisplayableObject *> & objects
179 );
184 public: NX_DEPRECATED("在 NX10.0.0 版本中已过时。请改用 Drafting::SettingsManager::ProcessForMultipleObjectsSettings。") void ProcessForMutipleObjectsSettings
185 (
186 const std::vector<NXOpen::Drafting::BaseEditSettingsBuilder *> & editSettingsBuilders
187 );
193 (
194 const std::vector<NXOpen::Drafting::BaseEditSettingsBuilder *> & editSettingsBuilders
195 );
199 public: NXOpen::Annotations::TableRowSortingBuilder * CreateTableRowSortingBuilder
200 (
201 const std::vector<NXOpen::DisplayableObject *> & objects
202 );
206 public: NXOpen::Annotations::TableRowSortingBuilder * CreateTableRowSortingBuilder
207 (
208 NXOpen::Annotations::Table * tableObject
209 );
210 }; //lint !e1712 类未定义默认构造函数
211 }
212}
213#ifdef _MSC_VER
214#pragma warning(pop)
215#endif
216#ifdef __GNUC__
217#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
218#pragma GCC diagnostic warning "-Wdeprecated-declarations"
219#endif
220#endif
221#undef EXPORTLIBRARY