NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Document_ToolsManager.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口的Document_ToolsManager头部文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Document_ToolsManager.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/Document_BordersBuilder.hxx>
22
#include <NXOpen/Document_Page.hxx>
23
#include <NXOpen/TaggedObject.hxx>
24
#include <NXOpen/libdocumentopencpp_exports.hxx>
25
#ifdef _MSC_VER
26
#pragma warning(push)
27
#pragma warning(disable:4996)
28
#endif
29
#ifdef __GNUC__
30
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31
#endif
32
namespace
NXOpen
33
{
34
namespace
Document
35
{
36
class
ToolsManager
;
37
}
38
namespace
Document
39
{
40
class
DocumentPart
;
41
}
42
namespace
Diagramming
43
{
44
class
SheetBordersAndZones
;
45
}
46
namespace
Document
47
{
48
class
BordersBuilder
;
49
}
50
namespace
Document
51
{
52
class
Page
;
53
}
54
namespace
Document
55
{
56
class
ToolsManagerImpl;
61
class
DOCUMENTOPENCPPEXPORT
ToolsManager
62
{
63
private
:
ToolsManagerImpl
* m_toolsmanager_impl;
64
private
:
NXOpen::Document::DocumentPart
* m_owner;
66
public
:
explicit
ToolsManager
(
NXOpen::Document::DocumentPart
*owner);
68
public
:
70
tag_t
Tag
()
const
;
71
public
:
~ToolsManager
();
75
public
:
NXOpen::Document::BordersBuilder
*
CreateBordersBuilder
76
(
77
NXOpen::Document::Page
* owningPage ,
78
NXOpen::Diagramming::SheetBordersAndZones
* bordersAndZones
79
);
80
};
//lint !e1712 default constructor not defined for class
81
}
82
}
83
#ifdef _MSC_VER
84
#pragma warning(pop)
85
#endif
86
#ifdef __GNUC__
87
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
88
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
89
#endif
90
#endif
91
#undef EXPORTLIBRARY