CFx SDK Documentation
2023 SP0
SDK
CFx
aec_inc
Subobjects
AECAttributeUnknown1.h
Go to the documentation of this file.
1
//FELIX_CHANGE_BEGIN
3
// Copyright (C) 2002-2018, Open Design Alliance (the "Alliance").
4
// All rights reserved.
5
//
6
// This software and its documentation and related materials are owned by
7
// the Alliance. The software may only be incorporated into application
8
// programs owned by members of the Alliance, subject to a signed
9
// Membership Agreement and Supplemental Software License Agreement with the
10
// Alliance. The structure and organization of this software are the valuable
11
// trade secrets of the Alliance and its suppliers. The software is also
12
// protected by copyright law and international treaty provisions. Application
13
// programs incorporating this software must include the following statement
14
// with their copyright notices:
15
//
16
// This application incorporates Teigha(R) software pursuant to a license
17
// agreement with Open Design Alliance.
18
// Teigha(R) Copyright (C) 2002-2018 by Open Design Alliance.
19
// All rights reserved.
20
//
21
// By use of this software, its documentation or related materials, you
22
// acknowledge and accept the above terms.
24
25
#ifndef __AECATTRIBUTEUNKNOWN1_H__
26
#define __AECATTRIBUTEUNKNOWN1_H__
27
28
#include "
Subobjects/AECAttribute.h
"
29
#include "
Common/AECSmartReference.h
"
30
35
class
AECBASE_API
AECAttributeUnknown1
:
public
AECAttribute
36
{
37
AEC_DECLARE_MEMBERS
(
AECAttributeUnknown1
);
38
39
public
:
43
virtual
void
copyFrom
(
const
OdRxObject
* pSource);
44
45
protected
:
46
OdInt32
m_unknown1
;
47
};
48
49
typedef
OdSmartPtr<AECAttributeUnknown1>
AECAttributeUnknown1Ptr
;
50
typedef
AECSubPtr<AECAttributeUnknown1>
AECAttributeUnknown1SubPtr
;
51
52
#endif
//__AECATTRIBUTEUNKNOWN1_H__
53
//FELIX_CHANGE_END
AECAttribute.h
AECAttributeUnknown1SubPtr
AECSubPtr< AECAttributeUnknown1 > AECAttributeUnknown1SubPtr
Definition:
AECAttributeUnknown1.h:50
AECAttributeUnknown1Ptr
OdSmartPtr< AECAttributeUnknown1 > AECAttributeUnknown1Ptr
Definition:
AECAttributeUnknown1.h:49
AEC_DECLARE_MEMBERS
#define AEC_DECLARE_MEMBERS(ClassName)
Definition:
AECMacros.h:54
AECSmartReference.h
OdInt32
int OdInt32
Definition:
OdPlatformSettings.h:782
AECAttribute
Definition:
AECAttribute.h:34
AECAttributeUnknown1
Definition:
AECAttributeUnknown1.h:36
AECAttributeUnknown1::copyFrom
virtual void copyFrom(const OdRxObject *pSource)
AECAttributeUnknown1::m_unknown1
OdInt32 m_unknown1
Definition:
AECAttributeUnknown1.h:46
AECSubPtr
Definition:
AECSubPtr.h:74
OdRxObject
Definition:
RxObject.h:583
OdSmartPtr
Definition:
SmartPtr.h:58
Generated on Thu Feb 24 2022 15:09:20