a text zone a chart More...
#include <STOFFChart.hxx>
Public Types | |
enum | Type { T_Title, T_SubTitle, T_Footer } |
the text type More... | |
enum | ContentType { C_Cell, C_Text } |
the text content type More... | |
Public Member Functions | |
TextZone (Type type) | |
constructor More... | |
~TextZone () | |
destructor More... | |
bool | valid () const |
returns true if the textbox is valid More... | |
void | addContentTo (librevenge::RVNGPropertyList &propList) const |
add content to the propList More... | |
void | addStyleTo (librevenge::RVNGPropertyList &propList) const |
add to the propList More... | |
Public Attributes | |
Type | m_type |
the zone type More... | |
ContentType | m_contentType |
the content type More... | |
bool | m_show |
true if the zone is visible More... | |
STOFFVec2f | m_position |
the position in the zone More... | |
Position | m_cell |
the cell position ( or title and subtitle) More... | |
std::vector< STOFFEntry > | m_textEntryList |
the text entry (or the list of text entry) More... | |
STOFFFont | m_font |
the zone format More... | |
STOFFGraphicStyle | m_style |
the graphic style More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, TextZone const &zone) |
operator<< More... | |
a text zone a chart
|
explicit |
constructor
STOFFChart::TextZone::~TextZone | ( | ) |
destructor
void STOFFChart::TextZone::addContentTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add content to the propList
Referenced by STOFFChart::sendChart().
void STOFFChart::TextZone::addStyleTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add to the propList
Referenced by STOFFChart::sendChart().
|
inline |
returns true if the textbox is valid
Referenced by STOFFChart::sendChart().
|
friend |
operator<<
Position STOFFChart::TextZone::m_cell |
the cell position ( or title and subtitle)
Referenced by operator<<(), and valid().
ContentType STOFFChart::TextZone::m_contentType |
the content type
Referenced by operator<<(), STOFFChart::sendChart(), and valid().
STOFFFont STOFFChart::TextZone::m_font |
the zone format
STOFFVec2f STOFFChart::TextZone::m_position |
the position in the zone
Referenced by operator<<().
bool STOFFChart::TextZone::m_show |
true if the zone is visible
Referenced by valid().
STOFFGraphicStyle STOFFChart::TextZone::m_style |
the graphic style
Referenced by operator<<(), and TextZone().
std::vector<STOFFEntry> STOFFChart::TextZone::m_textEntryList |
the text entry (or the list of text entry)
Referenced by valid().
Type STOFFChart::TextZone::m_type |
the zone type
Referenced by operator<<(), and STOFFChart::sendChart().