SPH
Public Member Functions | List of all members
ProgressPanel Class Reference

#include <ProgressPanel.h>

Inheritance diagram for ProgressPanel:

Public Member Functions

 ProgressPanel (wxWindow *parent)
 
void onRunStart (const std::string &className, const std::string &instanceName)
 
void onRunEnd ()
 
void update (const Statistics &stats)
 

Detailed Description

Definition at line 9 of file ProgressPanel.h.

Constructor & Destructor Documentation

◆ ProgressPanel()

ProgressPanel::ProgressPanel ( wxWindow *  parent)
inline

Definition at line 21 of file ProgressPanel.h.

Member Function Documentation

◆ onRunEnd()

void ProgressPanel::onRunEnd ( )
inline

Definition at line 33 of file ProgressPanel.h.

◆ onRunStart()

void ProgressPanel::onRunStart ( const std::string &  className,
const std::string &  instanceName 
)
inline

Definition at line 26 of file ProgressPanel.h.

◆ update()

void ProgressPanel::update ( const Statistics stats)
inline

Definition at line 37 of file ProgressPanel.h.

Member Data Documentation

◆ eta

std::string ProgressPanel::eta

Definition at line 16 of file ProgressPanel.h.

◆ finished

bool ProgressPanel::finished = false

Definition at line 17 of file ProgressPanel.h.

◆ progress

float ProgressPanel::progress = 0.f

Definition at line 14 of file ProgressPanel.h.

◆ simulationTime

std::string ProgressPanel::simulationTime

Definition at line 15 of file ProgressPanel.h.


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