Internal: the group of a HMWKGraph. More...
Classes | |
struct | Child |
struct to store child data in HMWKGraphInternal::Group More... | |
Public Member Functions | |
Group (Frame const &orig) | |
constructor More... | |
~Group () | |
destructor More... | |
std::string | print () const |
print local data More... | |
![]() | |
Frame () | |
constructor More... | |
virtual | ~Frame () |
destructor More... | |
bool | getLineColor (MWAWColor &color) const |
returns the line colors More... | |
bool | getSurfaceColor (MWAWColor &color) const |
returns the surface colors More... | |
Public Attributes | |
std::vector< Child > | m_childsList |
the list of child More... | |
![]() | |
int | m_type |
the graph type More... | |
long | m_fileId |
the file id More... | |
int | m_id |
the local id More... | |
int | m_page |
the page More... | |
Box2f | m_pos |
the position More... | |
float | m_baseline |
the baseline More... | |
int | m_posFlags |
the graph anchor flags More... | |
Vec2f | m_borders [4] |
the border default size (before using width), 0 means Top, other unknown More... | |
float | m_lineWidth |
the line width More... | |
MWAWColor | m_colors [2] |
the line/surface colors More... | |
float | m_patterns [2] |
the line/surface percent pattern More... | |
bool | m_parsed |
true if we have send the data More... | |
std::string | m_extra |
an extra string More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Group const &group) |
operator<< More... | |
Internal: the group of a HMWKGraph.
|
inline |
constructor
|
inline |
destructor
std::string HMWKGraphInternal::Group::print | ( | ) | const |
print local data
|
friend |
operator<<