Internal: the state of a RagTime5Graph. More...
Public Types | |
enum | PictureType { P_Pict , P_Tiff , P_Epsf , P_Jpeg , P_PNG , P_ScreenRep , P_WMF , P_Unknown } |
enum used to defined list of classical pict More... | |
Public Member Functions | |
State () | |
constructor | |
Shape::Type | getShapeType (int id) const |
try to return a set type | |
Static Public Member Functions | |
static PictureType | getPictureType (std::string const &type) |
returns the picture type corresponding to a name | |
Public Attributes | |
int | m_numPages |
the number of pages | |
std::vector< unsigned long > | m_shapeTypeIdVector |
the vector of shape type id | |
std::map< int, std::shared_ptr< ClusterButton > > | m_idButtonMap |
map data id to button zone | |
std::map< int, std::shared_ptr< ClusterGraphic > > | m_idGraphicMap |
map data id to graphic zone | |
std::map< int, std::shared_ptr< ClusterPicture > > | m_idPictClusterMap |
map data id to picture zone | |
std::map< int, std::shared_ptr< MWAWEmbeddedObject > > | m_idPictureMap |
map data id to picture | |
Internal: the state of a RagTime5Graph.
|
inline |
constructor
|
inlinestatic |
returns the picture type corresponding to a name
Shape::Type RagTime5GraphInternal::State::getShapeType | ( | int | id | ) | const |
try to return a set type
Referenced by getShapeType().
std::map<int, std::shared_ptr<ClusterButton> > RagTime5GraphInternal::State::m_idButtonMap |
map data id to button zone
Referenced by State().
std::map<int, std::shared_ptr<ClusterGraphic> > RagTime5GraphInternal::State::m_idGraphicMap |
map data id to graphic zone
Referenced by State().
std::map<int, std::shared_ptr<ClusterPicture> > RagTime5GraphInternal::State::m_idPictClusterMap |
map data id to picture zone
Referenced by State().
std::map<int, std::shared_ptr<MWAWEmbeddedObject> > RagTime5GraphInternal::State::m_idPictureMap |
map data id to picture
Referenced by State().
int RagTime5GraphInternal::State::m_numPages |
the number of pages
Referenced by State().
std::vector<unsigned long> RagTime5GraphInternal::State::m_shapeTypeIdVector |
the vector of shape type id
Referenced by getShapeType(), and State().