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

Save As Dialog More...

#include <notes.h>

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

Public Types

enum  IDs { mnIDUserNotes = wxID_HIGHEST + 1 }
 

Public Member Functions

 Notes (wxWindow *parent, uint margin=18)
 Constructor with a parent window and a study.
 
virtual ~Notes ()
 Destructor.
 
void saveToStudy ()
 Save the comments to the study.
 
void loadFromStudy ()
 Load the comments from the study.
 
void connectToNotification ()
 Connect to the notification of user notes updates.
 
void disconnectFromNotification ()
 Disconnect from the notifications of the user notes 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(Notes *sender)> OnChanged
 Event triggered when the user notes 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: