CFx SDK Documentation  2020SP3
DbLSPointComponent.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_DBLSPOINTCOMPONENT_H
25 #define ODDGNLS_DBLSPOINTCOMPONENT_H
26 
27 #include "DbLSComponent.h"
28 #include "DbLSSymbolReference.h"
29 
30 #include "TD_PackPush.h"
31 
39 {
40  public:
42 
44 
56  OdDbLSSymbolReference *insertSymbolForStroke(const OdDbObjectId &symCompId, double fXOffset = 0.0, double fYOffset = 0.0, double fAngle = 0.0,
57  OdInt32 nStroke = 0);
76 
88  OdDbLSSymbolReference *insertSymbolForVertex(const OdDbObjectId &symCompId, double fXOffset = 0.0, double fYOffset = 0.0, double fAngle = 0.0,
108 
121 
129 
139  void setStrokeComponent(const OdDbObjectId &strokeCompId);
140 
159 };
160 
165 
166 #include "TD_PackPop.h"
167 
168 #endif // ODDGNLS_DBLSPOINTCOMPONENT_H
OdDbLSPointComponent::symbol
OdDbLSSymbolReference * symbol(OdUInt32 nSym)
OdDbLSPointComponent::deleteSymbolForStroke
void deleteSymbolForStroke(OdInt32 nStroke)
OdDbLSPointComponent::strokeComponent
OdDbObjectId strokeComponent() const
OdDbObjectId
Definition: DbObjectId.h:99
OdDbLSPointComponent::setStrokeComponent
void setStrokeComponent(const OdDbObjectId &strokeCompId)
DbLSSymbolReference.h
OdDbLSPointComponent::insertSymbolForStroke
OdDbLSSymbolReference * insertSymbolForStroke(const OdDbLSSymbolReference *pSymbol, OdInt32 nStroke)
TD_PackPop.h
OdUInt32
unsigned int OdUInt32
Definition: OdPlatformSettings.h:783
OdDbLSPointComponent::ODDB_DECLARE_MEMBERS
ODDB_DECLARE_MEMBERS(OdDbLSPointComponent)
OdDbLSPointComponent::symbolForStroke
OdDbLSSymbolReference * symbolForStroke(OdInt32 nStroke)
OdSmartPtr
Definition: SmartPtr.h:58
OdDbLSPointComponent::insertSymbolForVertex
OdDbLSSymbolReference * insertSymbolForVertex(const OdDbObjectId &symCompId, OdDbLSSymbolReference::VertexMask at)
OdInt32
int OdInt32
Definition: OdPlatformSettings.h:782
OdDbLSSymbolReference
Definition: DbLSSymbolReference.h:39
OdDbLSPointComponent::OdDbLSPointComponent
OdDbLSPointComponent()
OdDbLSPointComponentPtr
OdSmartPtr< OdDbLSPointComponent > OdDbLSPointComponentPtr
Definition: DbLSPointComponent.h:164
TD_PackPush.h
OdDbLSPointComponent::insertSymbolForStroke
OdDbLSSymbolReference * insertSymbolForStroke(const OdDbObjectId &symCompId, OdInt32 nStroke)
OdDbLSPointComponent::insertSymbolForVertex
OdDbLSSymbolReference * insertSymbolForVertex(const OdDbLSSymbolReference *pSymbol, OdDbLSSymbolReference::VertexMask at)
OdDbLSPointComponent::symbolForVertex
OdDbLSSymbolReference * symbolForVertex(OdDbLSSymbolReference::VertexMask at)
OdDbLSPointComponent::numberSymbols
OdUInt32 numberSymbols() const
OdDbLSPointComponent
Definition: DbLSPointComponent.h:39
OdDbLSPointComponent::deleteSymbolForVertex
void deleteSymbolForVertex(OdDbLSSymbolReference::VertexMask at)
OdDbLSComponent
Definition: DbLSComponent.h:47
OdDbLSSymbolReference::VertexMask
VertexMask
Definition: DbLSSymbolReference.h:41
DbLSComponent.h
OdDbLSSymbolReference::kLSAtOrigin
@ kLSAtOrigin
Definition: DbLSSymbolReference.h:43
OdDbLSPointComponent::insertSymbolForStroke
OdDbLSSymbolReference * insertSymbolForStroke(const OdDbObjectId &symCompId, double fXOffset=0.0, double fYOffset=0.0, double fAngle=0.0, OdInt32 nStroke=0)
ODDGNLS_EXPORT
#define ODDGNLS_EXPORT
Definition: OdDgnLSExport.h:33
OdDbLSPointComponent::insertSymbolForVertex
OdDbLSSymbolReference * insertSymbolForVertex(const OdDbObjectId &symCompId, double fXOffset=0.0, double fYOffset=0.0, double fAngle=0.0, OdDbLSSymbolReference::VertexMask at=OdDbLSSymbolReference::kLSAtOrigin)