void CreateColorItems | ( | GraphWidget * | gwp, | |
int | color_node, | |||
int | color_edge | |||
) |
creates the coloured rectangles used to recolor edges and vertices
EdgeItem* CreateEdgeItem | ( | tedge & | e, | |
GraphWidget * | g | |||
) |
InfoItem* CreateInfoItem | ( | GraphWidget * | gwp, | |
QString & | t, | |||
QPoint & | p | |||
) |
NodeItem* CreateNodeItem | ( | tvertex & | v, | |
GraphWidget * | gwp | |||
) |
void CreatePenBrush | ( | ) |
creates the pen and the brush used by all QGraphicsItem
void CreateThickItems | ( | GraphWidget * | gwp, | |
int | width_edge | |||
) |
QBrush* tb = 0 [static] |
The brush used by all QGraphicsItem.
QPen* tp = 0 [static] |
The pen used by all QGraphicsItem.