NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Document_DocumentPart.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// 用于JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Document_DocumentPart.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/Part.hxx>
22#include <NXOpen/libdocumentopencpp_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 Document
33 {
34 class DocumentPart;
35 }
36 namespace Document
37 {
38 class ArcCollection;
39 }
40 namespace Document
41 {
43 }
44 namespace Document
45 {
47 }
48 namespace Document
49 {
50 class ImageCollection;
51 }
52 namespace Document
53 {
54 class LineCollection;
55 }
56 namespace Document
57 {
58 class PageCollection;
59 }
60 namespace Document
61 {
62 class PublishManager;
63 }
64 namespace Document
65 {
67 }
68 namespace Document
69 {
70 class TableCollection;
71 }
72 namespace Document
73 {
74 class TemplatesManager;
75 }
76 namespace Document
77 {
78 class TextCollection;
79 }
80 namespace Document
81 {
82 class ToolsManager;
83 }
84 namespace Document
85 {
87 }
88 class Part;
89 namespace Document
90 {
91 class _DocumentPartBuilder;
92 class DocumentPartImpl;
171 }
172}
173#ifdef _MSC_VER
174#pragma warning(pop)
175#endif
176#ifdef __GNUC__
177#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
178#pragma GCC diagnostic warning "-Wdeprecated-declarations"
179#endif
180#endif
181#undef EXPORTLIBRARY