struct which defines the screen parameters in FreeHandParserInternal More...
Public Member Functions | |
ScreenMode () | |
constructor | |
Public Attributes | |
int | m_function |
the function | |
float | m_angle |
the angle | |
int | m_lineByInch |
the line/inch | |
int | m_value |
unknow value | |
Friends | |
std::ostream & | operator<< (std::ostream &o, ScreenMode const &screen) |
operator<< | |
struct which defines the screen parameters in FreeHandParserInternal
|
inline |
constructor
|
friend |
operator<<
float FreeHandParserInternal::ScreenMode::m_angle |
the angle
Referenced by FreeHandParser::readScreenMode().
int FreeHandParserInternal::ScreenMode::m_function |
the function
Referenced by FreeHandParser::readScreenMode().
int FreeHandParserInternal::ScreenMode::m_lineByInch |
the line/inch
Referenced by FreeHandParser::readScreenMode().
int FreeHandParserInternal::ScreenMode::m_value |
unknow value
Referenced by FreeHandParser::readScreenMode().