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.
| 
 | inline | 
constructor
Referenced by operator<<.
| 
 | friend | 
operator<<
| int StarObjectSmallGraphicInternal::GluePoint::m_align | 
the alignment
Referenced by GluePoint(), operator<<, and StarObjectSmallGraphic::readSDRGluePoint().
| STOFFVec2i StarObjectSmallGraphicInternal::GluePoint::m_dimension | 
the dimension
Referenced by GluePoint(), operator<<, and StarObjectSmallGraphic::readSDRGluePoint().
| int StarObjectSmallGraphicInternal::GluePoint::m_direction | 
the esc direction
Referenced by GluePoint(), operator<<, and StarObjectSmallGraphic::readSDRGluePoint().
| int StarObjectSmallGraphicInternal::GluePoint::m_id | 
the id
Referenced by GluePoint(), operator<<, and StarObjectSmallGraphic::readSDRGluePoint().
| bool StarObjectSmallGraphicInternal::GluePoint::m_percent | 
a flag to know if this is percent
Referenced by GluePoint(), operator<<, and StarObjectSmallGraphic::readSDRGluePoint().