Internal: the state of a HMWJGraph. More...
Public Member Functions | |
State () | |
constructor More... | |
shared_ptr< Frame > | findFrame (int type, int lId) const |
tries to find the lId the frame of a given type More... | |
FrameFormat const & | getFrameFormat (int id) const |
returns the frame format corresponding to an id More... | |
bool | getColor (int id, MWAWColor &col) |
returns a color correspond to an id More... | |
bool | getPattern (int id, Pattern &pattern) |
returns a pattern correspond to an id More... | |
void | initColors () |
init the color list More... | |
void | initPatterns () |
init the pattenr list More... | |
Static Public Member Functions | |
static MWAWColor | getColor (MWAWColor col, float pattern) |
returns a color corresponding to a pattern and a color More... | |
Public Attributes | |
std::vector< shared_ptr< Frame > > | m_framesList |
the list of frames More... | |
std::map< long, int > | m_framesMap |
a map zId->frame pos in frames list More... | |
std::vector< FrameFormat > | m_frameFormatsList |
the list of frame format More... | |
int | m_numPages |
std::vector< MWAWColor > | m_colorList |
a list colorId -> color More... | |
std::vector< Pattern > | m_patternList |
a list patternId -> pattern More... | |
Internal: the state of a HMWJGraph.
|
inline |
constructor
|
inline |
tries to find the lId the frame of a given type
|
inline |
returns a color correspond to an id
returns a color corresponding to a pattern and a color
|
inline |
returns the frame format corresponding to an id
|
inline |
returns a pattern correspond to an id
void HMWJGraphInternal::State::initColors | ( | ) |
init the color list
Referenced by getColor().
void HMWJGraphInternal::State::initPatterns | ( | ) |
init the pattenr list
Referenced by getPattern().
std::vector<MWAWColor> HMWJGraphInternal::State::m_colorList |
a list colorId -> color
Referenced by getColor(), and initColors().
std::vector<FrameFormat> HMWJGraphInternal::State::m_frameFormatsList |
the list of frame format
Referenced by getFrameFormat().
std::vector<shared_ptr<Frame> > HMWJGraphInternal::State::m_framesList |
the list of frames
Referenced by findFrame().
std::map<long, int> HMWJGraphInternal::State::m_framesMap |
a map zId->frame pos in frames list
int HMWJGraphInternal::State::m_numPages |
std::vector<Pattern> HMWJGraphInternal::State::m_patternList |
a list patternId -> pattern
Referenced by getPattern(), and initPatterns().