|
Antares Simulator
Power System Simulator
|
Save As Dialog
More...
#include <sets.h>
Public Types | |
| enum | IDs { mnIDUserNotes = wxID_HIGHEST + 1 } |
Public Member Functions | |
| Sets (wxWindow *parent, uint margin=18) | |
| Constructor with a parent window and a study. | |
| virtual | ~Sets () |
| Destructor. | |
| void | saveToStudy () |
| Save the sets to the study. | |
| void | loadFromStudy () |
| Load the sets from the study. | |
| void | connectToNotification () |
| Connect to the notification of sets updates. | |
| void | disconnectFromNotification () |
| Disconnect from the notifications of the sets updates. | |
Public Member Functions inherited from Antares::Component::Panel | |
| Panel (wxWindow *parent) | |
| Constructor. | |
| virtual | ~Panel () |
| Destructor. | |
| virtual void | onMouseDown (wxMouseEvent &) |
| Click down. | |
| virtual void | onMouseUp (wxMouseEvent &) |
| Click up. | |
| virtual void | onMouseClick () |
| The panel has been clicked (delayed) | |
| virtual void | onMouseEnter () |
| The mouse has entered. | |
| virtual void | onMouseLeave () |
| The mouse has leaved. | |
| virtual void | onMouseMoved (int, int) |
| The mouse has moved. | |
Static Public Attributes | |
| static Yuni::Event< void(Sets *sender)> | OnChanged |
| Event triggered when the sets are changed. | |
Additional Inherited Members | |
Static Public Member Functions inherited from Antares::Component::Panel | |
| static void | OnMouseMoveFromExternalComponent () |
| Event triggered by any other component (not derived from Panel) | |
Protected Member Functions inherited from Antares::Component::Panel | |
| virtual bool | triggerMouseClickEvent () const |
Save As Dialog