static bool CallParse | ( | tstring | fname, | |
GraphmlParser & | parser | |||
) | [static] |
void Init_IOGraphml | ( | ) |
MLKEY | ( | E | , | |
PROP_WIDTH | , | |||
int | , | |||
"Width" | ||||
) |
MLKEY | ( | E | , | |
PROP_COLOR | , | |||
short | , | |||
"Color" | ||||
) |
MLKEY | ( | V | , | |
PROP_LABEL | , | |||
long | , | |||
"Label" | ||||
) |
MLKEY | ( | V | , | |
PROP_COLOR | , | |||
short | , | |||
"Color" | ||||
) |
MLKEY | ( | V | , | |
PROP_COORD | , | |||
Tpoint | , | |||
"Coordinates" | ||||
) |
static QString xlabel | ( | GraphAccess & | G, | |
tvertex | v | |||
) | [static] |
Initial value:
{ MLKEY2(V, PROP_COORD, Tpoint, "Coordinates"), MLKEY2(V, PROP_COLOR, short, "Color"), MLKEY2(V, PROP_LABEL, long, "Label"), MLKEY2(E, PROP_COLOR, short, "Color"), }