Antares Simulator
Power System Simulator
|
Public Types | |
enum | IDs { mnIDCancel = wxID_HIGHEST + 1 , mnIDPrefixMesh , mnIDPrefixGrid , mnIDPrefixNetwork , mnIDAutoClean , mnIDUpdateInfo , mnIDUpdateFileMapping , mnIDGridUpdate , mnIDCanRunAnalyzer } |
using | FileMapping = Component::Datagrid::Renderer::ConstraintsBuilder::Links::Map |
File mapping. | |
using | RecordVector = Component::Datagrid::Renderer::ConstraintsBuilder::Links::Record::Vector |
using | FileMappingPtr = std::shared_ptr<FileMapping> |
Smartptr for file mapping. | |
Constructor & Destructor | |
ConstraintsBuilderWizard (wxFrame *parent) | |
Default constructor, with a parent frame. | |
virtual | ~ConstraintsBuilderWizard () |
Destructor. | |
void | onIncludeLoopFlow (wxCommandEvent &evt) |
void | onUsePhaseShift (wxCommandEvent &evt) |
void | onUpdateLinesStatus (void *) |
void | onCheckNodalLoopFlow (wxCommandEvent &evt) |
void | onUpdateInfiniteValue (wxCommandEvent &evt) |
void | fileMapping (FileMappingPtr m) |
void | refreshGrid () |
Force the refresh of the grid. | |
bool | saveToFile (const Yuni::String &filename) const |
Export all infos into an INI file. | |
const Yuni::String & | cBuilderInfoFile () const |
void | cBuilderInfoFile (const Yuni::String &f) |
void | beforeUpdate (int, int) |
void | afterUpdate (int, int) |