Definition at line 25 of file ChartWindowManager.h.
◆ ChartWindowManager()
| ChartWindowManager::ChartWindowManager |
( |
Workspace * |
workspace | ) |
|
◆ ~ChartWindowManager()
| ChartWindowManager::~ChartWindowManager |
( |
| ) |
|
◆ Open()
Definition at line 29 of file ChartWindowManager.cpp.
30{
31 ChartView* cView =
new ChartView(m_workspace, epdList, time, m_workspace->GetProperties()->GetGeneralPropertiesData().plotLib);
32 cView->Show();
33 return cView;
34}
This class is responsible to manage the charts generated in the transient electromechanical studies.
◆ m_workspace
| Workspace* ChartWindowManager::m_workspace = nullptr |
|
private |
The documentation for this class was generated from the following files: