NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Weld_CharacteristicsValueBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Weld_CharacteristicsValueBuilder.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/NXObject.hxx>
22#include <NXOpen/libnxopencpp_weld_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 Weld
33 {
35 }
36 class NXObject;
37 namespace Weld
38 {
39 class _CharacteristicsValueBuilderBuilder;
40 class CharacteristicsValueBuilderImpl;
45 class NXOPENCPP_WELDEXPORT CharacteristicsValueBuilder : public NXOpen::NXObject
46 {
56 private: CharacteristicsValueBuilderImpl * m_characteristicsvaluebuilder_impl;
57 private: friend class _CharacteristicsValueBuilderBuilder;
58 protected: CharacteristicsValueBuilder();
65 public: bool Required
66 (
67 );
73 public: bool Active
74 (
75 );
81 public: void SetActive
82 (
83 bool active
84 );
88 public: bool ValueChanged
89 (
90 );
94 public: void SetValueChanged
95 (
96 bool status
97 );
102 (
103 );
108 (
109 );
115 (
116 );
121 public: void SetValueString
122 (
123 const NXString & valueString
124 );
130 (
131 const char * valueString
132 );
136 public: int ValueInteger
137 (
138 );
142 public: void SetValueInteger
143 (
144 int valueInteger
145 );
149 public: double ValueDouble
150 (
151 );
155 public: void SetValueDouble
156 (
157 double valueDouble
158 );
162 public: void GetOptionStrings
163 (
164 std::vector<NXString> & strings
165 );
169 public: bool Inherited
170 (
171 );
175 public: void SetInherited
176 (
177 bool inherited
178 );
179 };
180 }
181}
182#ifdef _MSC_VER
183#pragma warning(pop)
184#endif
185#ifdef __GNUC__
186#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
187#pragma GCC diagnostic warning "-Wdeprecated-declarations"
188#endif
189#endif
190#undef EXPORTLIBRARY