NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
VisualReporting_Classifier.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// VisualReporting_Classifier.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_visualreporting_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
30
namespace
NXOpen
31
{
32
namespace
VisualReporting
33
{
34
class
Classifier
;
35
}
36
class
NXObject
;
37
namespace
VisualReporting
38
{
39
class
_ClassifierBuilder;
40
class
ClassifierImpl;
44
class
NXOPENCPP_VISUALREPORTINGEXPORT Classifier :
public
NXOpen::NXObject
45
{
49
public
:
enum
TypeOption
50
{
51
TypeOptionSimple
,
52
TypeOptionValue
,
53
TypeOptionRange
54
};
55
58
public
:
enum
GroupingMethodOption
59
{
60
GroupingMethodOptionManual
,
61
GroupingMethodOptionAutomatic
,
62
GroupingMethodOptionSemiAutomatic
63
};
64
67
public
:
enum
RangeMethodOption
68
{
69
RangeMethodOptionNumber
,
70
RangeMethodOptionPercentage
71
};
72
75
public
:
enum
DateGroupMethodOption
76
{
77
DateGroupMethodOptionDay
,
78
DateGroupMethodOptionWeek
,
79
DateGroupMethodOptionMonth
,
80
DateGroupMethodOptionYear
81
};
82
private
:
ClassifierImpl
* m_classifier_impl;
83
private
:
friend
class
_ClassifierBuilder;
84
protected
:
Classifier
();
85
public
:
~Classifier
();
86
};
87
}
88
}
89
#ifdef _MSC_VER
90
#pragma warning(pop)
91
#endif
92
#ifdef __GNUC__
93
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
94
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
95
#endif
96
#endif
97
#undef EXPORTLIBRARY