Internal: virtual class to store a glue point. More...
Public Member Functions | |
GluePoint (int x=0, int y=0) | |
constructor More... | |
Public Attributes | |
STOFFVec2i | m_dimension |
the dimension More... | |
int | m_direction |
the esc direction More... | |
int | m_id |
the id More... | |
int | m_align |
the alignment More... | |
bool | m_percent |
a flag to know if this is percent More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, GluePoint const &pt) |
operator<< More... | |
Internal: virtual class to store a glue point.
|
inline |
constructor
|
friend |
operator<<
int StarObjectSmallGraphicInternal::GluePoint::m_align |
the alignment
Referenced by StarObjectSmallGraphic::readSDRGluePoint().
STOFFVec2i StarObjectSmallGraphicInternal::GluePoint::m_dimension |
the dimension
Referenced by StarObjectSmallGraphic::readSDRGluePoint().
int StarObjectSmallGraphicInternal::GluePoint::m_direction |
the esc direction
Referenced by StarObjectSmallGraphic::readSDRGluePoint().
int StarObjectSmallGraphicInternal::GluePoint::m_id |
the id
Referenced by StarObjectSmallGraphic::readSDRGluePoint().
bool StarObjectSmallGraphicInternal::GluePoint::m_percent |
a flag to know if this is percent
Referenced by StarObjectSmallGraphic::readSDRGluePoint().