NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
VisualReporting_Rule.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// VisualReporting_Rule.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/VisualReporting_Classifier.hxx>
23#include <NXOpen/VisualReporting_Condition.hxx>
24#include <NXOpen/libnxopencpp_visualreporting_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 VisualReporting
35 {
36 class Rule;
37 }
38 class NXObject;
39 namespace VisualReporting
40 {
41 class Classifier;
42 }
43 namespace VisualReporting
44 {
45 class Condition;
46 }
47 namespace VisualReporting
48 {
49 class _RuleBuilder;
50 class RuleImpl;
54 class NXOPENCPP_VISUALREPORTINGEXPORT Rule : public NXOpen::NXObject
55 {
56 private: RuleImpl * m_rule_impl;
57 private: friend class _RuleBuilder;
58 protected: Rule();
59 public: ~Rule();
64 (
65 );
69 public: void SetFilterCondition
70 (
71 NXOpen::VisualReporting::Condition * filterCondition
72 );
76 public: std::vector<NXOpen::VisualReporting::Classifier *> GetClassifiers
77 (
78 );
84 (
85 );
91 (
92 NXOpen::VisualReporting::Classifier * activeClassifier
93 );
101 (
103 );
108 (
110 bool isSmartGroupDateEnabled
111 );
112 };
113 }
114}
115#ifdef _MSC_VER
116#pragma warning(pop)
117#endif
118#ifdef __GNUC__
119#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
120#pragma GCC diagnostic warning "-Wdeprecated-declarations"
121#endif
122#endif
123#undef EXPORTLIBRARY