API Reference
>
Namespaces
>
revision_control_graph Namespace
>
Classes
>
GraphNode Structure
GraphNode Structure
Collapse All
Syntax
C++
struct
GraphNode
{
float
x
;
float
y
;
GraphColor
color
; std::string
id
; std::vector<std::string>
parents
; };
File
RevisionControlGraph.h
Description
(sha is ansi string) so using std::string is ok
Group
Classes
Public Methods
Name
Description
GraphNode
This is the overview for the GraphNode constructor overload.
GraphNode Data Members
Name
Description
color
This is color, a member of class GraphNode.
id
This is id, a member of class GraphNode.
parents
This is parents, a member of class GraphNode.
x
This is x, a member of class GraphNode.
y
This is y, a member of class GraphNode.
Was this documentation helpful?
We are sorry. Please tell us what we can improve.
*
Great! Please provide additional feedback.
(Optional)
Thank you for your feedback!
Please wait...
Something went wrong!
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
Send feedback about this topic