|
GME
13
|
#include <ArHelper.h>
Public Member Functions | |
| CustomPathData () | |
| CustomPathData & | operator= (const CustomPathData &other) |
| void | Serialize (CString &outChannel) |
| bool | Deserialize (const CString &inChannel) |
| long | GetVersion (void) const |
| void | SetVersion (long ver) |
| long | GetAspect (void) const |
| void | SetAspect (long asp) |
| long | GetEdgeIndex (void) const |
| void | SetEdgeIndex (long index) |
| long | GetEdgeCount (void) const |
| void | SetEdgeCount (long count) |
| PathCustomizationType | GetType (void) const |
| void | SetType (PathCustomizationType typ) |
| bool | IsHorizontalOrVertical (void) const |
| void | SetHorizontalOrVertical (bool parity) |
| long | GetX (void) const |
| void | SetX (long coord) |
| long | GetY (void) const |
| void | SetY (long coord) |
| long | GetLongDataCount (void) const |
| long | GetLongData (long index) const |
| void | SetLongData (long index, long dat) |
| void | AddLongData (long dat) |
| long | GetDoubleDataCount (void) const |
| double | GetDoubleData (long index) const |
| void | SetDoubleData (long index, double dat) |
| void | AddDoubleData (double dat) |
Definition at line 41 of file ArHelper.h.
Definition at line 9 of file ArHelper.cpp.
| void CustomPathData::AddDoubleData | ( | double | dat | ) |
Definition at line 224 of file ArHelper.cpp.
| void CustomPathData::AddLongData | ( | long | dat | ) |
Definition at line 204 of file ArHelper.cpp.
| bool CustomPathData::Deserialize | ( | const CString & | inChannel | ) |
Definition at line 59 of file ArHelper.cpp.
| long CustomPathData::GetAspect | ( | void | ) | const |
Definition at line 119 of file ArHelper.cpp.
| double CustomPathData::GetDoubleData | ( | long | index | ) | const |
Definition at line 214 of file ArHelper.cpp.
| long CustomPathData::GetDoubleDataCount | ( | void | ) | const |
Definition at line 209 of file ArHelper.cpp.
| long CustomPathData::GetEdgeCount | ( | void | ) | const |
Definition at line 139 of file ArHelper.cpp.
| long CustomPathData::GetEdgeIndex | ( | void | ) | const |
Definition at line 129 of file ArHelper.cpp.
| long CustomPathData::GetLongData | ( | long | index | ) | const |
Definition at line 194 of file ArHelper.cpp.
| long CustomPathData::GetLongDataCount | ( | void | ) | const |
Definition at line 189 of file ArHelper.cpp.
| PathCustomizationType CustomPathData::GetType | ( | void | ) | const |
Definition at line 149 of file ArHelper.cpp.
| long CustomPathData::GetVersion | ( | void | ) | const |
Definition at line 109 of file ArHelper.cpp.
| long CustomPathData::GetX | ( | void | ) | const |
Definition at line 169 of file ArHelper.cpp.
| long CustomPathData::GetY | ( | void | ) | const |
Definition at line 179 of file ArHelper.cpp.
| bool CustomPathData::IsHorizontalOrVertical | ( | void | ) | const |
Definition at line 159 of file ArHelper.cpp.
| CustomPathData & CustomPathData::operator= | ( | const CustomPathData & | other | ) |
Definition at line 21 of file ArHelper.cpp.
| void CustomPathData::Serialize | ( | CString & | outChannel | ) |
Definition at line 39 of file ArHelper.cpp.
| void CustomPathData::SetAspect | ( | long | asp | ) |
Definition at line 124 of file ArHelper.cpp.
| void CustomPathData::SetDoubleData | ( | long | index, |
| double | dat | ||
| ) |
Definition at line 219 of file ArHelper.cpp.
| void CustomPathData::SetEdgeCount | ( | long | count | ) |
Definition at line 144 of file ArHelper.cpp.
| void CustomPathData::SetEdgeIndex | ( | long | index | ) |
Definition at line 134 of file ArHelper.cpp.
| void CustomPathData::SetHorizontalOrVertical | ( | bool | parity | ) |
Definition at line 164 of file ArHelper.cpp.
| void CustomPathData::SetLongData | ( | long | index, |
| long | dat | ||
| ) |
Definition at line 199 of file ArHelper.cpp.
| void CustomPathData::SetType | ( | PathCustomizationType | typ | ) |
Definition at line 154 of file ArHelper.cpp.
| void CustomPathData::SetVersion | ( | long | ver | ) |
Definition at line 114 of file ArHelper.cpp.
| void CustomPathData::SetX | ( | long | coord | ) |
Definition at line 174 of file ArHelper.cpp.
| void CustomPathData::SetY | ( | long | coord | ) |
Definition at line 184 of file ArHelper.cpp.
1.7.6.1