basic struct used to store link More...
#include <Lotus.h>
Public Member Functions | |
Link () | |
constructor |
Public Attributes | |
std::string | m_name |
the basic name(used to retrieve a data) | |
WPSVec3i | m_cells [2] |
the cell positions | |
librevenge::RVNGString | m_linkName |
the link name |
basic struct used to store link
|
inline |
constructor
WPSVec3i LotusParser::Link::m_cells[2] |
the cell positions
Referenced by LotusChart::convert(), and LotusParser::readLinkZone().
librevenge::RVNGString LotusParser::Link::m_linkName |
the link name
Referenced by Link(), and LotusParser::readLinkZone().
std::string LotusParser::Link::m_name |
the basic name(used to retrieve a data)
Referenced by Link(), and LotusParser::readLinkZone().