CFx SDK Documentation
2023 SP0
SDK
CFx
aec_inc
AECScheduleDataDefs.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2017, Open Design Alliance (the "Alliance").
3
// All rights reserved.
4
//
5
// This software and its documentation and related materials are owned by
6
// the Alliance. The software may only be incorporated into application
7
// programs owned by members of the Alliance, subject to a signed
8
// Membership Agreement and Supplemental Software License Agreement with the
9
// Alliance. The structure and organization of this software are the valuable
10
// trade secrets of the Alliance and its suppliers. The software is also
11
// protected by copyright law and international treaty provisions. Application
12
// programs incorporating this software must include the following statement
13
// with their copyright notices:
14
//
15
// This application incorporates Teigha(R) software pursuant to a license
16
// agreement with Open Design Alliance.
17
// Teigha(R) Copyright (C) 2002-2017 by Open Design Alliance.
18
// All rights reserved.
19
//
20
// By use of this software, its documentation or related materials, you
21
// acknowledge and accept the above terms.
23
24
#ifndef __AECSCHEDULEDATADEFS_H__
25
#define __AECSCHEDULEDATADEFS_H__
26
27
#include "
AECBaseDefs.h
"
28
29
namespace
AECDefs
30
{
36
enum
ScheduleCase
37
{
42
escAsIs
= 0,
43
48
escUpper
= 1,
49
54
escLower
= 2,
55
60
escSentence
= 3,
61
66
escTitle
= 4
67
};
68
74
enum
ScheduleSeparator
75
{
79
essPeriod
= 0,
80
84
essComma
= 1,
85
89
essSpace
= 2,
90
94
essNone
= 3
95
};
96
102
enum
ScheduleFractionFormat
103
{
107
esffHorizontal
= 0,
108
112
esffDiagonal
= 1,
113
117
esffNotStacked
= 2
118
};
119
125
enum
ScheduleRoundOffType
126
{
130
esrotNearest
= 0,
131
135
esrotUp
= 1,
136
140
esrotDown
= 2
141
};
142
}
143
144
#endif
//__AECSCHEDULEDATADEFS_H__
AECBaseDefs.h
AECDefs
Definition:
AECArchBaseDefs.h:28
AECDefs::ScheduleRoundOffType
ScheduleRoundOffType
Definition:
AECScheduleDataDefs.h:126
AECDefs::esrotUp
@ esrotUp
Definition:
AECScheduleDataDefs.h:135
AECDefs::esrotDown
@ esrotDown
Definition:
AECScheduleDataDefs.h:140
AECDefs::esrotNearest
@ esrotNearest
Definition:
AECScheduleDataDefs.h:130
AECDefs::ScheduleSeparator
ScheduleSeparator
Definition:
AECScheduleDataDefs.h:75
AECDefs::essComma
@ essComma
Definition:
AECScheduleDataDefs.h:84
AECDefs::essPeriod
@ essPeriod
Definition:
AECScheduleDataDefs.h:79
AECDefs::essSpace
@ essSpace
Definition:
AECScheduleDataDefs.h:89
AECDefs::essNone
@ essNone
Definition:
AECScheduleDataDefs.h:94
AECDefs::ScheduleCase
ScheduleCase
Definition:
AECScheduleDataDefs.h:37
AECDefs::escSentence
@ escSentence
Definition:
AECScheduleDataDefs.h:60
AECDefs::escLower
@ escLower
Definition:
AECScheduleDataDefs.h:54
AECDefs::escUpper
@ escUpper
Definition:
AECScheduleDataDefs.h:48
AECDefs::escAsIs
@ escAsIs
Definition:
AECScheduleDataDefs.h:42
AECDefs::escTitle
@ escTitle
Definition:
AECScheduleDataDefs.h:66
AECDefs::ScheduleFractionFormat
ScheduleFractionFormat
Definition:
AECScheduleDataDefs.h:103
AECDefs::esffNotStacked
@ esffNotStacked
Definition:
AECScheduleDataDefs.h:117
AECDefs::esffHorizontal
@ esffHorizontal
Definition:
AECScheduleDataDefs.h:107
AECDefs::esffDiagonal
@ esffDiagonal
Definition:
AECScheduleDataDefs.h:112
Generated on Thu Feb 24 2022 15:09:23