Antares Simulator
Power System Simulator
Loading...
Searching...
No Matches
Antares::Window::Sets Class Referencefinal

Save As Dialog More...

#include <sets.h>

Inheritance diagram for Antares::Window::Sets:
Antares::Component::Panel

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
 

Detailed Description

Save As Dialog


The documentation for this class was generated from the following files: