Internal: the state of a SuperPaintParser. More...
Public Member Functions | |
| State () | |
| constructor | |
Static Public Member Functions | |
| static bool | getColor (int id, MWAWColor &color) |
| try to return the color corresponding to an id | |
Public Attributes | |
| MWAWDocument::Kind | m_kind |
| the file type | |
| shared_ptr< MWAWPict > | m_bitmap |
| the bitmap (v1) | |
| std::vector< Shape > | m_shapeList |
| the list of shapes | |
Internal: the state of a SuperPaintParser.
| SuperPaintParserInternal::State::State | ( | ) | [inline] |
constructor
| bool SuperPaintParserInternal::State::getColor | ( | int | id, |
| MWAWColor & | color | ||
| ) | [static] |
try to return the color corresponding to an id
| shared_ptr<MWAWPict> SuperPaintParserInternal::State::m_bitmap |
the bitmap (v1)
the file type
| std::vector<Shape> SuperPaintParserInternal::State::m_shapeList |
the list of shapes