NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Mechatronics_GanttLinkerBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// 用于JA API的C++接口的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Mechatronics_GanttLinkerBuilder.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/libnxopencpp_mechatronics_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 Mechatronics
33 {
35 }
36 class Builder;
37 namespace Mechatronics
38 {
40 }
41 namespace Mechatronics
42 {
43 class _GanttLinkerBuilderBuilder;
44 class GanttLinkerBuilderImpl;
48 class NXOPENCPP_MECHATRONICSEXPORT GanttLinkerBuilder : public NXOpen::Builder
49 {
57 private: GanttLinkerBuilderImpl * m_ganttlinkerbuilder_impl;
58 private: friend class _GanttLinkerBuilderBuilder;
59 protected: GanttLinkerBuilder();
60 public: ~GanttLinkerBuilder();
65 (
66 );
70 public: void SetPrimary
71 (
73 );
78 (
79 );
83 public: void SetSecondary
84 (
86 );
91 (
92 );
96 public: void SetLogicType
97 (
99 );
100 };
101 }
102}
103#ifdef _MSC_VER
104#pragma warning(pop)
105#endif
106#ifdef __GNUC__
107#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
108#pragma GCC diagnostic warning "-Wdeprecated-declarations"
109#endif
110#endif
111#undef EXPORTLIBRARY