the Graphic structure in a CWStyleManager More...
#include <CWStyleManager.hxx>
Public Member Functions | |
Graphic () | |
constructor More... | |
MWAWColor | getLineColor () const |
returns the line color More... | |
MWAWColor | getSurfaceColor () const |
returns the surface color More... | |
Public Attributes | |
int | m_lineWidth |
the line width More... | |
MWAWColor | m_color [2] |
the line and surface color More... | |
int | m_pattern [2] |
the line an surface pattern id More... | |
float | m_patternPercent [2] |
the line an surface pattern percent More... | |
std::string | m_extra |
extra data More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Graphic const &graph) |
operator<< More... | |
the Graphic structure in a CWStyleManager
|
inline |
constructor
MWAWColor CWStyleManager::Graphic::getLineColor | ( | ) | const |
returns the line color
Referenced by CWTable::readTableCells(), and CWTableInternal::TableCell::update().
MWAWColor CWStyleManager::Graphic::getSurfaceColor | ( | ) | const |
returns the surface color
Referenced by CWTable::readTableCells().
|
friend |
operator<<
MWAWColor CWStyleManager::Graphic::m_color[2] |
the line and surface color
Referenced by getLineColor(), Graphic(), operator<<(), and CWStyleManager::readGraphStyles().
std::string CWStyleManager::Graphic::m_extra |
extra data
Referenced by operator<<(), and CWStyleManager::readGraphStyles().
int CWStyleManager::Graphic::m_lineWidth |
the line width
Referenced by operator<<(), CWStyleManager::readGraphStyles(), CWTable::readTableCells(), and CWTableInternal::TableCell::update().
int CWStyleManager::Graphic::m_pattern[2] |
the line an surface pattern id
Referenced by Graphic(), operator<<(), and CWStyleManager::readGraphStyles().
float CWStyleManager::Graphic::m_patternPercent[2] |
the line an surface pattern percent
Referenced by getLineColor(), Graphic(), operator<<(), and CWStyleManager::readGraphStyles().