|
WSF
|
#include <WsfPProxyBasicValues.hpp>


Public Member Functions | |
| Length2 () | |
| std::string | ToString () const |
| void | Read (WsfParseNode *aNodePtr) |
| std::string | Write (WsfParseRule *) |
| void | CopyValue (const Length2 &aRhs) |
| bool | Equal (const Length2 &aRhs) const |
| bool | Less (const Length2 &aRhs) const |
| bool | SetFromString (const std::string &aString) |
| bool | operator== (const Length2 &aRhs) const |
| bool | operator!= (const Length2 &aRhs) const |
| Public Member Functions inherited from WsfProxy::BasicValue | |
| BasicValue () | |
| bool | IsUnset () const |
| bool | IsSet () const noexcept |
| void | SetUnset () |
| void | ClearUnset () |
| bool | IsInherited () const |
| void | SetInherited (bool aIsInherited) |
Public Attributes | |
| unsigned char | mFormat |
| double | mX |
| double | mY |
Static Public Attributes | |
| static const WsfProxy::ValueKind | cPROXY_TYPE_ID = WsfProxy::cLENGTH2_VALUE |
Additional Inherited Members | |
| Public Types inherited from WsfProxy::BasicValue | |
| enum | ValueFlags { cVALUE_INHERITED = WsfProxy::cVALUE_INHERITED , cVALUE_UNSET = WsfProxy::cVALUE_UNSET , cVALUE_BITS = cVALUE_UNSET , cCOPY_BITS = cVALUE_INHERITED | cVALUE_UNSET } |
| Protected Member Functions inherited from WsfProxy::BasicValue | |
| void | ValueAsssigned () |
| Protected Attributes inherited from WsfProxy::BasicValue | |
| unsigned char | mBasicValueFlags |
| WsfProxy::Length2::Length2 | ( | ) |
References mFormat, mX, and mY.
Referenced by CopyValue(), Equal(), Less(), operator!=(), and operator==().
| void WsfProxy::Length2::CopyValue | ( | const Length2 & | aRhs | ) |
References WsfProxy::BasicValue::cCOPY_BITS, Length2(), WsfProxy::BasicValue::mBasicValueFlags, mFormat, mX, and mY.
| bool WsfProxy::Length2::Equal | ( | const Length2 & | aRhs | ) | const |
References WsfProxy::BasicValue::cVALUE_UNSET, Length2(), WsfProxy::BasicValue::mBasicValueFlags, mFormat, mX, and mY.
Referenced by operator!=(), and operator==().
| bool WsfProxy::Length2::Less | ( | const Length2 & | aRhs | ) | const |
References WsfProxy::BasicValue::cVALUE_BITS, Length2(), WsfProxy::BasicValue::mBasicValueFlags, mFormat, mX, and mY.
|
inline |
|
inline |
| void WsfProxy::Length2::Read | ( | WsfParseNode * | aNodePtr | ) |
| bool WsfProxy::Length2::SetFromString | ( | const std::string & | aString | ) |
| std::string WsfProxy::Length2::ToString | ( | ) | const |
References WsfProxy::BasicValue::IsUnset(), mFormat, and mY.
Referenced by Write().
|
inline |
References ToString().
|
static |
| unsigned char WsfProxy::Length2::mFormat |
Referenced by CopyValue(), Equal(), Length2(), Less(), Read(), SetFromString(), and ToString().
| double WsfProxy::Length2::mX |
Referenced by CopyValue(), Equal(), WsfPM_ZonePoint::GetX(), Length2(), Less(), Read(), and SetFromString().
| double WsfProxy::Length2::mY |
Referenced by CopyValue(), Equal(), WsfPM_ZonePoint::GetY(), Length2(), Less(), Read(), SetFromString(), and ToString().