NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Preferences_AnnotationPreferences.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Preferences_AnnotationPreferences.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.hxx>
22#include <NXOpen/Annotations_AngularTolerance.hxx>
23#include <NXOpen/Annotations_DimensionPreferences.hxx>
24#include <NXOpen/Annotations_FrameBarPreferences.hxx>
25#include <NXOpen/Annotations_LetteringPreferences.hxx>
26#include <NXOpen/Annotations_LineAndArrowPreferences.hxx>
27#include <NXOpen/Annotations_LinearTolerance.hxx>
28#include <NXOpen/Annotations_PmiPreferences.hxx>
29#include <NXOpen/Annotations_SymbolPreferences.hxx>
30#include <NXOpen/TaggedObject.hxx>
31#include <NXOpen/libnxopencpp_preferences_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 Preferences
42 {
44 }
45 namespace Annotations
46 {
48 }
49 namespace Annotations
50 {
51 class AngularTolerance;
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 {
71 class LinearTolerance;
72 }
73 namespace Annotations
74 {
75 class PmiPreferences;
76 }
77 namespace Annotations
78 {
80 }
81 namespace Preferences
82 {
83 class AnnotationPreferencesImpl;
87 class NXOPENCPP_PREFERENCESEXPORT AnnotationPreferences
88 {
89 private: AnnotationPreferencesImpl * m_annotationpreferences_impl;
94 public:
96 tag_t Tag() const;
97 public: ~AnnotationPreferences();
102 (
103 );
108 (
109 );
114 (
115 );
120 (
121 );
126 (
127 );
132 (
133 );
138 public: NX_DEPRECATED("Deprecated in NX1847.0.0. Use NXOpen::Annotations::PmiSettingsManager::CreatePreferencesBuilder instead.") NXOpen::Annotations::PmiPreferences * GetPmiPreferences
139 (
140 );
144 public: NXOpen::Annotations::CharacterSpaceFactor GetNxFontCharacterSpaceFactor
145 (
146 );
151 (
152 );
157 (
158 );
163 (
164 NXOpen::Annotations::LetteringPreferences * letteringPrefs
165 );
170 (
171 NXOpen::Annotations::LineAndArrowPreferences * prefs
172 );
177 (
178 NXOpen::Annotations::SymbolPreferences * prefs
179 );
184 (
185 NXOpen::Annotations::DimensionPreferences * prefs
186 );
191 (
192 NXOpen::Annotations::AngularTolerance * prefs
193 );
198 (
199 NXOpen::Annotations::LinearTolerance * prefs
200 );
204 public: void SetPmiPreferences
205 (
206 NXOpen::Annotations::PmiPreferences * pmiPrefs
207 );
212 (
213 const NXOpen::Annotations::CharacterSpaceFactor & nxFontCharacterSpaceFactor
214 );
219 (
220 const NXOpen::Annotations::CharacterSpaceFactor & standardFontCharacterSpaceFactor
221 );
226 (
227 NXOpen::Annotations::FrameBarPreferences * frameBarPrefs
228 );
229 }; //lint !e1712 default constructor not defined for class
230 }
231}
232#ifdef _MSC_VER
233#pragma warning(pop)
234#endif
235#ifdef __GNUC__
236#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
237#pragma GCC diagnostic warning "-Wdeprecated-declarations"
238#endif
239#endif
240#undef EXPORTLIBRARY