Antares Simulator
Power System Simulator
|
Information about the Area for the UI. More...
#include <ui.h>
Public Member Functions | |
AreaUI () | |
Default constructor. | |
~AreaUI () | |
Default constructor. | |
void | reset () |
(Re)Initialize all properties | |
bool | loadFromFile (const AnyString &filename) |
Load settings from an INI file. | |
bool | saveToFile (const AnyString &filename, bool force=false) const |
Save the settings into a file. | |
bool | modified () const |
Get if the structure has been modified. | |
void | markAsModified () |
Mark the structure as modified. | |
void | rebuildCache () |
Information about the Area for the UI.
bool Antares::Data::AreaUI::saveToFile | ( | const AnyString & | filename, |
bool | force = false ) const |
Save the settings into a file.
filename | Filename |
force | True to not rely on the modifier flag |