Functions | |
template<class ToClass > | |
std::map< string, ToClass > * | getMapToEnum () |
template<> | |
std::map< string, FillPattern > * | getMapToEnum () |
template<class FromClass > | |
std::map< FromClass, string > * | getMapToString () |
template<> | |
std::map< FillPattern, 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 522 of file graphics.h.
|
inline |
Definition at line 545 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.
std::map<FillPattern, string> ogdf::graphics::fromFillPattern |
std::map<Shape, string> ogdf::graphics::fromShape |
std::map<StrokeType, string> ogdf::graphics::fromStrokeType |
std::map<string, FillPattern> ogdf::graphics::toFillPattern |
std::map<string, Shape> ogdf::graphics::toShape |
std::map<string, StrokeType> ogdf::graphics::toStrokeType |