NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Preferences_ViewPreferences.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Preferences_ViewPreferences.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/TaggedObject.hxx>
22#include <NXOpen/libnxopencpp_preferences_exports.hxx>
23#ifdef _MSC_VER
24#pragma warning(push)
25#pragma warning(disable:4996)
26#endif
27#ifdef __GNUC__
28#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29#endif
30namespace NXOpen
31{
32 namespace Preferences
33 {
34 class ViewPreferences;
35 }
36 class Part;
37 namespace Preferences
38 {
40 }
41 namespace Preferences
42 {
44 }
45 namespace Preferences
46 {
48 }
49 namespace Preferences
50 {
52 }
53 namespace Preferences
54 {
56 }
57 namespace Preferences
58 {
60 }
61 namespace Preferences
62 {
64 }
65 namespace Preferences
66 {
68 }
69 namespace Preferences
70 {
72 }
73 namespace Preferences
74 {
76 }
77 namespace Preferences
78 {
80 }
81 namespace Preferences
82 {
84 }
85 namespace Preferences
86 {
88 }
89 namespace Preferences
90 {
92 }
93 namespace Preferences
94 {
96 }
97 namespace Preferences
98 {
100 }
101namespace Preferences
102 {
104 }
105 namespace Preferences
106 {
107 class ViewPreferencesImpl;
111 class NXOPENCPP_PREFERENCESEXPORT ViewPreferences
112 {
113 private: ViewPreferencesImpl * m_viewpreferences_impl;
114 private: NXOpen::Part* m_owner;
116 public: explicit ViewPreferences(NXOpen::Part *owner);
118 public:
120 tag_t Tag() const;
121 public: ~ViewPreferences();
190 }; //lint !e1712 default constructor not defined for class
191 }
192}
193#ifdef _MSC_VER
194#pragma warning(pop)
195#endif
196#ifdef __GNUC__
197#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
198#pragma GCC diagnostic warning "-Wdeprecated-declarations"
199#endif
200#endif
201#undef EXPORTLIBRARY