VisioMove SDK (iOS)
2.1.22
|
Public Member Functions | |
VgPlaceColorDescriptor () | |
VgPlaceColorDescriptor (const VgPlaceColorDescriptor &pDescriptor) | |
virtual | ~VgPlaceColorDescriptor () |
bool | operator== (const VgPlaceColorDescriptor &pOther) const |
bool | operator!= (const VgPlaceColorDescriptor &pOther) const |
Public Attributes | |
VgEngine::VgColor | mBottomColor |
VgEngine::VgColor | mTopColor |
The VgPlaceColorDescriptor encapsulates information associated with a place's color.
|
inline |
Constructor.
|
inline |
Copy Constructor
pDescriptor | The VgPlaceIconDescriptor to be copied. |
|
inlinevirtual |
Destructor.
|
inline |
|
inline |
References mBottomColor, and mTopColor.
VgEngine::VgColor VgMapModule::VgPlaceColorDescriptor::mBottomColor |
VgEngine::VgColor VgMapModule::VgPlaceColorDescriptor::mTopColor |
Top color of a place.
Referenced by operator==().