Code Documentation 3.7
Social Network Visualizer
Loading...
Searching...
No Matches
GraphDistanceProgressSink Class Referencefinal

#include <engine/graph_distance_progress_sink.h>

Inheritance diagram for GraphDistanceProgressSink:
Collaboration diagram for GraphDistanceProgressSink:

Public Member Functions

 GraphDistanceProgressSink (Graph &g)
void statusMessage (const QString &msg) override
void resetCancellation () override
 Resets the cancellation flag at the start of a distance computation.
bool progressCanceled () const override
Public Member Functions inherited from IDistanceProgressSink
virtual ~IDistanceProgressSink ()=default

Private Attributes

Graphgraph

Constructor & Destructor Documentation

◆ GraphDistanceProgressSink()

GraphDistanceProgressSink::GraphDistanceProgressSink ( Graph & g)
explicit

Member Function Documentation

◆ progressCanceled()

bool GraphDistanceProgressSink::progressCanceled ( ) const
overridevirtual

Implements IDistanceProgressSink.

◆ resetCancellation()

void GraphDistanceProgressSink::resetCancellation ( )
overridevirtual

Resets the cancellation flag at the start of a distance computation.

Implements IDistanceProgressSink.

◆ statusMessage()

void GraphDistanceProgressSink::statusMessage ( const QString & msg)
overridevirtual

Implements IDistanceProgressSink.

Member Data Documentation

◆ graph

Graph& GraphDistanceProgressSink::graph
private

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