Gui::DAG::EdgeProperty Struct Reference

Graph edge information. More...

#include <DAGModelGraph.h>

Public Types

enum class  BranchTag { }
 Feature relation meta data. Not used right now. More...
 

Public Member Functions

 EdgeProperty ()
 

Public Attributes

std::shared_ptr< QGraphicsPathItem > connector
 line representing link between nodes. More...
 
BranchTag relation
 

Detailed Description

Graph edge information.

My data stored for each edge;

Member Enumeration Documentation

◆ BranchTag

Feature relation meta data. Not used right now.

Enumerator
Create 

create a new branch.

Continue 

continue a branch.

Terminate 

terminate a branch.

Constructor & Destructor Documentation

◆ EdgeProperty()

EdgeProperty::EdgeProperty ( )

Member Data Documentation

◆ connector

std::shared_ptr<QGraphicsPathItem> Gui::DAG::EdgeProperty::connector

line representing link between nodes.

◆ relation

BranchTag Gui::DAG::EdgeProperty::relation

The documentation for this struct was generated from the following files: