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