Antares Simulator
Power System Simulator
Loading...
Searching...
No Matches
Antares::Component::MainPanel Class Referencefinal
Inheritance diagram for Antares::Component::MainPanel:
Antares::Component::Panel

Public Member Functions

Constructor & Destructor
 MainPanel (wxWindow *parent)
 Constructor.
 
virtual ~MainPanel ()
 Destructor.
 
Caption
const wxString & studyCaption () const
 Get the caption/title of the study.
 
void studyCaption (const wxString &s)
 Set the caption/title of the study.
 
- 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.
 

Author

const wxString & author () const
 Get the author.
 
void author (const wxString &s)
 Set the author.
 
void refreshFromStudy ()
 

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
 

Constructor & Destructor Documentation

◆ MainPanel()

Antares::Component::MainPanel::MainPanel ( wxWindow * parent)

Constructor.

Parameters
parentThe parent control

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