Power System Platform
2024w23a
|
Form to edit the text graphical data. More...
#include <TextForm.h>
Public Member Functions | |
TextForm (wxWindow *parent, Text *text, std::vector< Element * > elementList, double systemPowerBase=100e6) | |
virtual bool | LoadChoices () |
virtual void | ElementTypeChoice () |
virtual void | ElementNumberChoice () |
virtual void | DataTypeChoice () |
virtual void | UnitChoice () |
virtual void | Preview () |
virtual bool | ValidateData () |
Protected Attributes | |
Text * | m_text = nullptr |
Text * | m_textToEdit = nullptr |
wxWindow * | m_parent = nullptr |
ElectricCalculation | m_allElements |
double | m_systemPowerBase |
Form to edit the text graphical data.