Lines Matching refs:AttributeString
3160 std::string AttributeString = (Twine("tooltip=\"") + getNodeId(Node) + " " + in getNodeAttributes() local
3165 AttributeString += ",fontsize=\"30\""; in getNodeAttributes()
3166 AttributeString += in getNodeAttributes()
3170 AttributeString += ",color=\"blue\""; in getNodeAttributes()
3171 AttributeString += ",style=\"filled,bold,dashed\""; in getNodeAttributes()
3173 AttributeString += ",style=\"filled\""; in getNodeAttributes()
3174 return AttributeString; in getNodeAttributes()
3194 std::string AttributeString = in getEdgeAttributes() local
3201 AttributeString += ",style=\"dotted\""; in getEdgeAttributes()
3204 AttributeString += ",penwidth=\"2.0\",weight=\"2\""; in getEdgeAttributes()
3205 return AttributeString; in getEdgeAttributes()