18#include "ChartWindowManager.h"
21ChartWindowManager::ChartWindowManager(
Workspace* workspace): m_workspace(workspace)
25ChartWindowManager::~ChartWindowManager()
29ChartView* ChartWindowManager::Open(std::vector<ElementPlotData>& epdList, std::vector<double>& time)
31 ChartView* cView =
new ChartView(m_workspace, epdList, time, m_workspace->GetProperties()->GetGeneralPropertiesData().plotLib);
This class is responsible to manage the charts generated in the transient electromechanical studies.
This class manages the graphical and power elements. It is responsible for handling the user's intera...