low level: bitmap file position in a MacDraft file More...
Public Member Functions | |
| BitmapFileData () | |
| constructor | |
| bool | ok () const |
| check is the entry is coherent | |
Public Attributes | |
| unsigned long | m_id |
| the bitmap id | |
| int | m_rowSize |
| the row size | |
| MWAWBox2i | m_dimension |
| the bitmap dimension | |
| MWAWEntry | m_entry |
| the data position | |
low level: bitmap file position in a MacDraft file
constructor
| bool MacDraftParserInternal::BitmapFileData::ok | ( | ) | const [inline] |
check is the entry is coherent
Referenced by MacDraftParser::readBitmapData(), and MacDraftParser::sendBitmap().
the bitmap dimension
Referenced by ok(), MacDraftParser::readBitmapData(), and MacDraftParser::sendBitmap().
the data position
Referenced by ok(), MacDraftParser::readBitmapData(), and MacDraftParser::sendBitmap().
| unsigned long MacDraftParserInternal::BitmapFileData::m_id |
the bitmap id
Referenced by MacDraftParser::readBitmapData().
the row size
Referenced by ok(), MacDraftParser::readBitmapData(), and MacDraftParser::sendBitmap().