NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Annotations_EditSettingsBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API 的 C++ 接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Annotations_EditSettingsBuilder.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_DrawingFormatTitleBuilder.hxx>
22
#include <NXOpen/Annotations_StyleBuilder.hxx>
23
#include <NXOpen/Drawings_ViewProjectedArrowSettingsBuilder.hxx>
24
#include <NXOpen/Drafting_BaseEditSettingsBuilder.hxx>
25
#include <NXOpen/libnxopencpp_annotations_exports.hxx>
26
#ifdef _MSC_VER
27
#pragma warning(push)
28
#pragma warning(disable:4996)
29
#endif
30
#ifdef __GNUC__
31
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
32
#endif
33
namespace
NXOpen
34
{
35
namespace
Annotations
36
{
37
class
EditSettingsBuilder
;
38
}
39
namespace
Annotations
40
{
41
class
DrawingFormatTitleBuilder
;
42
}
43
namespace
Annotations
44
{
45
class
StyleBuilder
;
46
}
47
class
DisplayableObject
;
48
namespace
Drafting
49
{
50
class
BaseEditSettingsBuilder
;
51
}
52
namespace
Drawings
53
{
54
class
ViewProjectedArrowSettingsBuilder;
55
}
56
namespace
Annotations
57
{
58
class
_EditSettingsBuilderBuilder;
59
class
EditSettingsBuilderImpl
;
63
class
NXOPENCPP_ANNOTATIONSEXPORT EditSettingsBuilder :
public
NXOpen::Drafting::BaseEditSettingsBuilder
64
{
65
private
:
EditSettingsBuilderImpl
* m_editsettingsbuilder_impl;
66
private
:
friend
class
_EditSettingsBuilderBuilder;
67
protected
: EditSettingsBuilder();
68
public
: ~EditSettingsBuilder();
72
public
:
NXOpen::Annotations::StyleBuilder
*
AnnotationStyle
73
(
74
);
78
public
:
NXOpen::Annotations::DrawingFormatTitleBuilder
*
DrawingFormatTitle
79
(
80
);
84
public
:
NXOpen::Drawings::ViewProjectedArrowSettingsBuilder
*
ViewProjectedArrowSettings
85
(
86
);
90
public
:
void
InheritSettingsFromSelectedObjects
91
(
92
NXOpen::DisplayableObject
* selectedObject
94
);
98
public
:
void
InheritSettingsFromCustomerDefault
99
(
100
);
104
public
:
void
InheritSettingsFromPreferences
105
(
106
);
107
};
108
}
109
}
110
#ifdef _MSC_VER
111
#pragma warning(pop)
112
#endif
113
#ifdef __GNUC__
114
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
115
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
116
#endif
117
#endif
118
#undef EXPORTLIBRARY