VPTissue Reference Manual
SimPT_Parex::TaskOverview Class Reference

Overview of tasks. More...

#include <TaskOverview.h>

Inheritance diagram for SimPT_Parex::TaskOverview:
Inheritance graph
Collaboration diagram for SimPT_Parex::TaskOverview:
Collaboration graph

Signals

void StartTask (int task)
 Send message to restart a stopped task. More...
 
void StopTask (int task)
 Send message to stop a certain task. More...
 

Public Member Functions

 TaskOverview ()
 Constructor. More...
 
virtual ~TaskOverview ()
 Destructor.
 
void UpdateExploration (const std::shared_ptr< const ExplorationProgress > &explorationProgress)
 Update the current exploration. More...
 

Protected Member Functions

virtual void hideEvent (QHideEvent *event) override
 Overriding QWidget::hideEvent to stop the refresh timer.
 
virtual void showEvent (QShowEvent *event) override
 Overriding QWidget::showEvent to start the refresh timer.
 

Detailed Description

Overview of tasks.

Definition at line 37 of file TaskOverview.h.

Constructor & Destructor Documentation

SimPT_Parex::TaskOverview::TaskOverview ( )

Constructor.

Parameters
explorationThe current exploration

Definition at line 82 of file TaskOverview.cpp.

References UpdateExploration().

Here is the call graph for this function:

Member Function Documentation

void SimPT_Parex::TaskOverview::StartTask ( int  task)
signal

Send message to restart a stopped task.

Parameters
taskId of task

Referenced by UpdateExploration().

Here is the caller graph for this function:

void SimPT_Parex::TaskOverview::StopTask ( int  task)
signal

Send message to stop a certain task.

Parameters
taskId of task

Referenced by UpdateExploration().

Here is the caller graph for this function:

void SimPT_Parex::TaskOverview::UpdateExploration ( const std::shared_ptr< const ExplorationProgress > &  explorationProgress)

Update the current exploration.

Parameters
explorationProgressThe subscribed exploration

Definition at line 114 of file TaskOverview.cpp.

References SimPT_Parex::Cancelled, SimPT_Parex::Exploration::GetNumberOfTasks(), SimPT_Parex::Exploration::GetParameters(), SimPT_Parex::Exploration::GetValues(), SimPT_Parex::Running, StartTask(), and StopTask().

Referenced by TaskOverview().

Here is the call graph for this function:

Here is the caller graph for this function:


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