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