small struct used which picture need to be send More...
#include <MsWksGraph.hxx>
Public Types | |
enum | Type { RBDR, RBIL, ALL } |
the type More... | |
Public Member Functions | |
SendData () | |
constructor More... | |
Public Attributes | |
enum MsWksGraph::SendData::Type | m_type |
int | m_id |
the rbil id More... | |
MWAWPosition::AnchorTo | m_anchor |
the anchor More... | |
int | m_page |
the page ( used if anchor==page) More... | |
MWAWVec2i | m_size |
the size of the data ( used by rbil ) More... | |
small struct used which picture need to be send
|
inline |
constructor
MWAWPosition::AnchorTo MsWksGraph::SendData::m_anchor |
int MsWksGraph::SendData::m_id |
the rbil id
Referenced by MsWksDRParser::newPage(), MsWksGraphInternal::SubDocument::parse(), MsWksGraph::sendObjects(), and MsWksDocument::sendRBIL().
int MsWksGraph::SendData::m_page |
the page ( used if anchor==page)
Referenced by MsWksDRParser::newPage(), MsWks4Zone::newPage(), MsWks4Zone::readContentZones(), and MsWksGraph::sendObjects().
MWAWVec2i MsWksGraph::SendData::m_size |
the size of the data ( used by rbil )
Referenced by MsWksGraph::sendObjects(), and MsWksDocument::sendRBIL().
enum MsWksGraph::SendData::Type MsWksGraph::SendData::m_type |