NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Diagramming_NodeBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Diagramming_NodeBuilder.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/Diagramming_Node.hxx>
22#include <NXOpen/Diagramming_SheetElement.hxx>
23#include <NXOpen/Diagramming_ConnectableElementBuilder.hxx>
24#include <NXOpen/libnxopencpp_diagramming_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
32namespace NXOpen
33{
34 namespace Diagramming
35 {
36 class NodeBuilder;
37 }
38 namespace Diagramming
39 {
41 }
42 namespace Diagramming
43 {
44 class Node;
45 }
46 namespace Diagramming
47 {
48 class SheetElement;
49 }
50 namespace Diagramming
51 {
52 class _NodeBuilderBuilder;
53 class NodeBuilderImpl;
59 class NXOPENCPP_DIAGRAMMINGEXPORT NodeBuilder : public NXOpen::Diagramming::ConnectableElementBuilder
60 {
61 private: NodeBuilderImpl * m_nodebuilder_impl;
62 private: friend class _NodeBuilderBuilder;
63 protected: NodeBuilder();
64 public: ~NodeBuilder();
68 public: bool Expanded
69 (
70 );
74 public: void SetExpanded
75 (
76 bool expanded
77 );
81 public: bool Fullfillment
82 (
83 );
87 public: bool GroupingAllowed
88 (
89 );
93 public: void SetGroupingAllowed
94 (
95 bool isGroupingAllowed
96 );
100 public: void AddGroupMember
101 (
103 );
107 public: void RemoveGroupMember
108 (
110 );
115 (
116 );
121 (
122 );
127 (
128 NXOpen::Diagramming::Node * offsheetReference
129 );
130 };
131 }
132}
133#ifdef _MSC_VER
134#pragma warning(pop)
135#endif
136#ifdef __GNUC__
137#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
138#pragma GCC diagnostic warning "-Wdeprecated-declarations"
139#endif
140#endif
141#undef EXPORTLIBRARY