PeriDyno 1.2.1
Loading...
Searching...
No Matches
WtFlowNodeData Class Reference

#include <WtFlowNodeData.h>

Public Member Functions

 WtFlowNodeData ()
 
 ~WtFlowNodeData ()
 
void setNodeOrigin (Wt::WPointF p)
 
void setNodeOrigin (int x, int y)
 
Wt::WPointF getNodeOrigin () const
 
void setNodeBoundingRect (Wt::WRectF r)
 
Wt::WRectF getNodeBoundingRect () const
 
void setHotKey0BoundingRect (Wt::WRectF r)
 
Wt::WRectF getHotKey0BoundingRect ()
 
void setHotKey1BoundingRect (Wt::WRectF r)
 
Wt::WRectF getHotKey1BoundingRect ()
 
void setPointsData (std::vector< connectionPointData > pointsData)
 
std::vector< connectionPointDatagetPointsData ()
 

Private Attributes

Wt::WPointF _origin
 
Wt::WRectF _boundingRect
 
Wt::WRectF _hotKey0BoundingRect
 
Wt::WRectF _hotKey1BoundingRect
 
std::vector< connectionPointData_pointsData
 

Detailed Description

Definition at line 19 of file WtFlowNodeData.h.

Constructor & Destructor Documentation

◆ WtFlowNodeData()

WtFlowNodeData::WtFlowNodeData ( )

Definition at line 3 of file WtFlowNodeData.cpp.

◆ ~WtFlowNodeData()

WtFlowNodeData::~WtFlowNodeData ( )

Definition at line 8 of file WtFlowNodeData.cpp.

Member Function Documentation

◆ getHotKey0BoundingRect()

Wt::WRectF WtFlowNodeData::getHotKey0BoundingRect ( )
inline

Definition at line 34 of file WtFlowNodeData.h.

Here is the caller graph for this function:

◆ getHotKey1BoundingRect()

Wt::WRectF WtFlowNodeData::getHotKey1BoundingRect ( )
inline

Definition at line 37 of file WtFlowNodeData.h.

Here is the caller graph for this function:

◆ getNodeBoundingRect()

Wt::WRectF WtFlowNodeData::getNodeBoundingRect ( ) const
inline

Definition at line 31 of file WtFlowNodeData.h.

Here is the caller graph for this function:

◆ getNodeOrigin()

Wt::WPointF WtFlowNodeData::getNodeOrigin ( ) const
inline

Definition at line 28 of file WtFlowNodeData.h.

Here is the caller graph for this function:

◆ getPointsData()

std::vector< connectionPointData > WtFlowNodeData::getPointsData ( )
inline

Definition at line 40 of file WtFlowNodeData.h.

Here is the caller graph for this function:

◆ setHotKey0BoundingRect()

void WtFlowNodeData::setHotKey0BoundingRect ( Wt::WRectF r)
inline

Definition at line 33 of file WtFlowNodeData.h.

◆ setHotKey1BoundingRect()

void WtFlowNodeData::setHotKey1BoundingRect ( Wt::WRectF r)
inline

Definition at line 36 of file WtFlowNodeData.h.

◆ setNodeBoundingRect()

void WtFlowNodeData::setNodeBoundingRect ( Wt::WRectF r)
inline

Definition at line 30 of file WtFlowNodeData.h.

◆ setNodeOrigin() [1/2]

void WtFlowNodeData::setNodeOrigin ( int x,
int y )
inline

Definition at line 27 of file WtFlowNodeData.h.

◆ setNodeOrigin() [2/2]

void WtFlowNodeData::setNodeOrigin ( Wt::WPointF p)
inline

Definition at line 26 of file WtFlowNodeData.h.

◆ setPointsData()

void WtFlowNodeData::setPointsData ( std::vector< connectionPointData > pointsData)
inline

Definition at line 39 of file WtFlowNodeData.h.

Member Data Documentation

◆ _boundingRect

Wt::WRectF WtFlowNodeData::_boundingRect
mutableprivate

Definition at line 46 of file WtFlowNodeData.h.

◆ _hotKey0BoundingRect

Wt::WRectF WtFlowNodeData::_hotKey0BoundingRect
mutableprivate

Definition at line 48 of file WtFlowNodeData.h.

◆ _hotKey1BoundingRect

Wt::WRectF WtFlowNodeData::_hotKey1BoundingRect
mutableprivate

Definition at line 50 of file WtFlowNodeData.h.

◆ _origin

Wt::WPointF WtFlowNodeData::_origin
private

Definition at line 44 of file WtFlowNodeData.h.

◆ _pointsData

std::vector<connectionPointData> WtFlowNodeData::_pointsData
mutableprivate

Definition at line 52 of file WtFlowNodeData.h.


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