CFx SDK Documentation
2020SP3
SDK
CFx
dd_inc
DgnLS
DbLSInternalComponent.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 ODDGNLS_DBLSINTERNALCOMPONENT_H
25
#define ODDGNLS_DBLSINTERNALCOMPONENT_H
26
27
#include "
DbLSStrokePatternComponent.h
"
28
29
#include "
TD_PackPush.h
"
30
37
class
ODDGNLS_EXPORT
OdDbLSInternalComponent
:
public
OdDbLSStrokePatternComponent
38
{
39
public
:
40
ODDB_DECLARE_MEMBERS
(
OdDbLSInternalComponent
);
41
42
OdDbLSInternalComponent
();
43
50
OdUInt32
hardwareStyle
()
const
;
56
void
setHardwareStyle
(
OdUInt32
nStyle);
57
64
bool
isHardwareStyle
()
const
;
70
void
setIsHardwareStyle
(
bool
bSet);
71
78
OdUInt32
lineCode
()
const
;
84
void
setLineCode
(
OdUInt32
nCode);
85
};
86
90
typedef
OdSmartPtr<OdDbLSInternalComponent>
OdDbLSInternalComponentPtr
;
91
92
#include "
TD_PackPop.h
"
93
94
#endif // ODDGNLS_DBLSINTERNALCOMPONENT_H
OdDbLSInternalComponent::OdDbLSInternalComponent
OdDbLSInternalComponent()
OdDbLSInternalComponent::setLineCode
void setLineCode(OdUInt32 nCode)
TD_PackPop.h
OdUInt32
unsigned int OdUInt32
Definition:
OdPlatformSettings.h:783
OdSmartPtr
Definition:
SmartPtr.h:58
OdDbLSStrokePatternComponent
Definition:
DbLSStrokePatternComponent.h:39
OdDbLSInternalComponent::setHardwareStyle
void setHardwareStyle(OdUInt32 nStyle)
OdDbLSInternalComponent::setIsHardwareStyle
void setIsHardwareStyle(bool bSet)
TD_PackPush.h
OdDbLSInternalComponent::lineCode
OdUInt32 lineCode() const
OdDbLSInternalComponent
Definition:
DbLSInternalComponent.h:38
DbLSStrokePatternComponent.h
OdDbLSInternalComponent::isHardwareStyle
bool isHardwareStyle() const
OdDbLSInternalComponent::hardwareStyle
OdUInt32 hardwareStyle() const
ODDGNLS_EXPORT
#define ODDGNLS_EXPORT
Definition:
OdDgnLSExport.h:33
OdDbLSInternalComponentPtr
OdSmartPtr< OdDbLSInternalComponent > OdDbLSInternalComponentPtr
Definition:
DbLSInternalComponent.h:90
OdDbLSInternalComponent::ODDB_DECLARE_MEMBERS
ODDB_DECLARE_MEMBERS(OdDbLSInternalComponent)
Generated on Mon Oct 12 2020 11:49:30