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 |
Definition at line 511 of file graphics.h.
|
inline |
Definition at line 526 of file graphics.h.
|
inline |
Definition at line 531 of file graphics.h.
|
inline |
Definition at line 536 of file graphics.h.
|
inline |
Definition at line 518 of file graphics.h.
|
inline |
Definition at line 541 of file graphics.h.
|
inline |
Definition at line 546 of file graphics.h.
|
inline |
Definition at line 551 of file graphics.h.
Definition at line 446 of file graphics.h.
|
inline |
Definition at line 468 of file graphics.h.
|
inline |
Definition at line 489 of file graphics.h.
|
inline |
Definition at line 456 of file graphics.h.
|
inline |
Definition at line 449 of file graphics.h.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |