Power System Platform
2024w23a
|
Form to import other programs files to PSP. More...
#include <ImportForm.h>
Public Member Functions | |
ImportForm (wxWindow *parent, Workspace *workspace) | |
Workspace * | GetWorkspace () |
Protected Member Functions | |
virtual void | OnButtonCancelClick (wxCommandEvent &event) |
virtual void | OnButtonOKClick (wxCommandEvent &event) |
bool | ImportSelectedFiles () |
bool | ImportCEPELFiles () |
bool | ImportMatpowerFiles () |
Bus * | GetBusFromID (std::vector< Bus * > busList, int id) |
Protected Attributes | |
Workspace * | m_workspace = nullptr |
wxWindow * | m_parent |
Form to import other programs files to PSP.