Functions | |
template<class ToClass > | |
std::map< string, ToClass > * | getMapToEnum () |
template<> | |
std::map< string, FillPattern > * | getMapToEnum () |
template<> | |
std::map< string, Shape > * | getMapToEnum () |
template<> | |
std::map< string, StrokeType > * | getMapToEnum () |
template<class FromClass > | |
std::map< FromClass, string > * | getMapToString () |
template<> | |
std::map< FillPattern, string > * | getMapToString () |
template<> | |
std::map< Shape, string > * | getMapToString () |
template<> | |
std::map< StrokeType, string > * | getMapToString () |
template<class Enum > | |
void | init () |
template<> | |
void | init< FillPattern > () |
template<> | |
void | init< Shape > () |
template<> | |
void | init< StrokeType > () |
template<class Enum > | |
void | initSecondMap (std::map< Enum, string > &fromMap, std::map< string, Enum > &toMap) |
Variables | |
std::map< FillPattern, string > | fromFillPattern |
std::map< Shape, string > | fromShape |
std::map< StrokeType, string > | fromStrokeType |
std::map< string, FillPattern > | toFillPattern |
std::map< string, Shape > | toShape |
std::map< string, StrokeType > | toStrokeType |
|
inline |
Definition at line 515 of file graphics.h.
|
inline |
Definition at line 530 of file graphics.h.
|
inline |
Definition at line 535 of file graphics.h.
|
inline |
Definition at line 540 of file graphics.h.
|
inline |
Definition at line 522 of file graphics.h.
|
inline |
Definition at line 545 of file graphics.h.
|
inline |
Definition at line 550 of file graphics.h.
|
inline |
Definition at line 555 of file graphics.h.
|
inline |
Definition at line 450 of file graphics.h.
|
inline |
Definition at line 472 of file graphics.h.
|
inline |
Definition at line 493 of file graphics.h.
|
inline |
Definition at line 460 of file graphics.h.
|
inline |
Definition at line 453 of file graphics.h.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |