NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Drawings_ViewStyle.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Drawings_ViewStyle.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_drawings_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 Drawings
33 {
34 class ViewStyle;
35 }
36 namespace Drawings
37 {
38 class DraftingView;
39 }
40 namespace Drawings
41 {
42 class BaseViewStyle;
43 }
44 namespace Drawings
45 {
47 }
48 namespace Drawings
49 {
50 class GeneralViewStyle;
51 }
52 namespace Drawings
53 {
55 }
56 namespace Drawings
57 {
59 }
60 namespace Drawings
61 {
63 }
64 namespace Drawings
65 {
67 }
68 namespace Drawings
69 {
71 }
72 namespace Drawings
73 {
74 class SectionViewStyle;
75 }
76 namespace Drawings
77 {
78 class ShadingViewStyle;
79 }
80 namespace Drawings
81 {
83 }
84 namespace Drawings
85 {
87 }
88 namespace Drawings
89 {
91 }
92 namespace Drawings
93 {
95 }
96 namespace Drawings
97 {
98 class ThreadsViewStyle;
99 }
100namespace Drawings
101 {
103 }
104 namespace Drawings
105 {
107 }
108 namespace Drawings
109 {
111 }
112 namespace Drawings
113 {
114 class ViewStyleImpl;
118 class NXOPENCPP_DRAWINGSEXPORT ViewStyle
119 {
120 private: ViewStyleImpl * m_viewstyle_impl;
121 private: NXOpen::Drawings::DraftingView* m_owner;
123 public: explicit ViewStyle(NXOpen::Drawings::DraftingView *owner);
125 public:
127 tag_t Tag() const;
128 public: ~ViewStyle();
201 }; //lint !e1712 class类未定义默认构造函数
202 }
203}
204#ifdef _MSC_VER
205#pragma warning(pop)
206#endif
207#ifdef __GNUC__
208#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
209#pragma GCC diagnostic warning "-Wdeprecated-declarations"
210#endif
211#endif
212#undef EXPORTLIBRARY