![]() |
HydroCouple
2.0.0
HydroCouple Interface Definitions
|
#include <hydrocouplespatial.h>
Public Member Functions | |
virtual | ~INetwork ()=default |
~Network destructor. | |
virtual int | edgeCount () const =0 |
edgeCount represents the number of all the edges in the network. | |
virtual IEdge * | edge (int index) const =0 |
edge | |
virtual int | vertexCount () const =0 |
vertexCount | |
virtual IVertex * | vertex (int index) const =0 |
vertex | |
![]() | |
virtual | ~IIdentity ()=default |
IIdentity::~IIdentity is a virtual destructor. | |
virtual string | id () const =0 |
Gets a unique identifier for the entity. | |
![]() | |
virtual | ~IDescription ()=default |
IDescription::~IDescription is a virtual destructor. | |
virtual string | caption () const =0 |
Gets caption for the entity. | |
virtual void | setCaption (const string &caption)=0 |
Sets caption for the entity. | |
virtual string | description () const =0 |
Gets additional descriptive information for the entity. | |
virtual void | setDescription (const string &description)=0 |
Gets additional descriptive information for the entity. | |
![]() | |
virtual | ~IPropertyChanged ()=default |
IPropertyChanged::~IPropertyChanged is a virtual destructor. | |
![]() | |
virtual | ~ISignal ()=default |
ISignal::~ISignal is a virtual destructor. | |
virtual void | connect (const shared_ptr< ISlot< Args... > > &slot)=0 |
connect is used to connect a slot to the signal. | |
virtual void | disconnect (const shared_ptr< ISlot< Args... > > &slot)=0 |
disconnect is used to disconnect a slot from the signal. | |
virtual void | blockSignals (bool block)=0 |
blockSignals is used to block signals from being emitted. | |
Additional Inherited Members | |
![]() | |
virtual void | emit (Args... args)=0 |
emit is used to emit the signal. | |
The INetwork class.
|
virtualdefault |
~Network destructor.
|
pure virtual |
edge
index | of the edge in the network. |
|
pure virtual |
edgeCount represents the number of all the edges in the network.
|
pure virtual |
vertex
index | of the vertex in the network. |
|
pure virtual |
vertexCount