NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Annotations_ReplaceSymbolBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Annotations_ReplaceSymbolBuilder.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/Builder.hxx>
22#include <NXOpen/SelectObjectList.hxx>
23#include <NXOpen/libnxopencpp_annotations_exports.hxx>
24#ifdef _MSC_VER
25#pragma warning(push)
26#pragma warning(disable:4996)
27#endif
28#ifdef __GNUC__
29#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30#endif
31namespace NXOpen
32{
33 namespace Annotations
34 {
36 }
37 namespace Annotations
38 {
40 }
41 class Builder;
42 namespace Annotations
43 {
44 class _ReplaceSymbolBuilderBuilder;
45 class ReplaceSymbolBuilderImpl;
58 class NXOPENCPP_ANNOTATIONSEXPORT ReplaceSymbolBuilder : public NXOpen::Builder
59 {
60 private: ReplaceSymbolBuilderImpl * m_replacesymbolbuilder_impl;
61 private: friend class _ReplaceSymbolBuilderBuilder;
62 protected: ReplaceSymbolBuilder();
63 public: ~ReplaceSymbolBuilder();
68 (
69 );
73 public: bool ReplaceAll
74 (
75 );
79 public: void SetReplaceAll
80 (
81 bool replaceAll
82 );
87 (
88 );
92 public: void SetSymbolPath
93 (
94 const NXString & symbolPath
95 );
100 (
101 const char * symbolPath
102 );
107 (
108 );
112 public: void SetSymbolName
113 (
114 const NXString & symbolName
115 );
120 (
121 const char * symbolName
122 );
126 public: bool IsPartSymbol
127 (
128 );
132 public: void SetPartSymbol
133 (
134 bool isPartSymbol
135 );
136 };
137 }
138}
139#ifdef _MSC_VER
140#pragma warning(pop)
141#endif
142#ifdef __GNUC__
143#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
144#pragma GCC diagnostic warning "-Wdeprecated-declarations"
145#endif
146#endif
147#undef EXPORTLIBRARY