VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAttributeValue.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MaK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 #pragma once
6 
13 
15 
16 #include <map>
17 
18 #include <vlutil/vlString.h>
19 
21 
22 
23 namespace vrvControlToolkit
24 {
33  {
34  public:
37 
40 
42  DtVdcAttributeValue& operator=( const DtVdcAttributeValue& rhs );
43 
46 
49  const DtString& textValue() const;
50  void setTextValue( const DtString& textValue );
52 
56  double xValue() const;
57  void setXValue( double x );
58 
61  double yValue() const;
62  void setYValue( double y );
64 
69  bool dirty() const;
70  void setDirty( bool dirty ) ;
72 
74  DtAttributeValueUpdate& attributeValueUpdate();
75  const DtAttributeValueUpdate& attributeValueUpdate() const;
76 
77  protected:
79  double myXValue;
80  double myYValue;
81  bool myDirty;
83  };
84 
85  typedef std::map<DtString, DtVdcAttributeValue*> DtVdcAttributeValueMap;
86 }
Definition: attributeValueUpdate.h:34
An instance of an attribute group (and corresponding attribute values)
Definition: DtAttributeValue.h:32
bool myDirty
Definition: DtAttributeValue.h:81
Contains the Dt2DGraphicalObjectStateRecord class declaration.
std::map< DtString, DtVdcAttributeValue * > DtVdcAttributeValueMap
Definition: DtAttributeValue.h:85
double myYValue
Definition: DtAttributeValue.h:80
DtString myTextValue
Definition: DtAttributeValue.h:78
#define DT_DLL_VRVDRAWCONTROL
Definition: vrvDrawControl.h:15
double myXValue
Definition: DtAttributeValue.h:79
DtAttributeValueUpdate myAttributeValueUpdate
Definition: DtAttributeValue.h:82

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)