![]() |
Running Manager
1.7
API for Running Manager (https://github.com/HWiman-ICONIC/running-manager)
|
The main frame for the application. More...
#include <Mainframe.h>
Public Member Functions | |
MyFrame (const wxString &title, wxString const &installationDirectory) | |
Constructor. More... | |
virtual | ~MyFrame () |
Destructor. More... | |
void | OnQuit (wxCommandEvent &event) |
Handle quit. More... | |
void | OnAbout (wxCommandEvent &event) |
Show about dialog. More... | |
void | OnClose (wxCloseEvent &e) |
Handle close. More... | |
void | OnFullscreen (wxCommandEvent &e) |
Toggle fullscreen mode on/off. More... | |
void | OnUpdateFullscreen (wxUpdateUIEvent &e) |
Toggle check/uncheck fullscreen depending on mode. More... | |
void | SetAuiManager (boost::shared_ptr< wxAuiManager > otherAuiManager) |
Set Advanced User Interface (AUI) manager. More... | |
boost::shared_ptr< wxAuiManager > | GetAuiManager () const |
Get Advanced User Interface (AUI) manager. More... | |
void | OnHelp (wxCommandEvent &event) |
Show help window. More... | |
The main frame for the application.
Contains multiple panes, which are configurable into perspectives.
MyFrame::MyFrame | ( | const wxString & | title, |
wxString const & | installationDirectory | ||
) |
Constructor.
title | Title |
installationDirectory | Installation directory |
|
virtual |
Destructor.
boost::shared_ptr<wxAuiManager> MyFrame::GetAuiManager | ( | ) | const |
Get Advanced User Interface (AUI) manager.
void MyFrame::OnAbout | ( | wxCommandEvent & | event | ) |
Show about dialog.
event | event |
void MyFrame::OnClose | ( | wxCloseEvent & | e | ) |
Handle close.
e | event |
void MyFrame::OnFullscreen | ( | wxCommandEvent & | e | ) |
Toggle fullscreen mode on/off.
e |
void MyFrame::OnHelp | ( | wxCommandEvent & | event | ) |
Show help window.
event | event |
void MyFrame::OnQuit | ( | wxCommandEvent & | event | ) |
Handle quit.
event | event |
void MyFrame::OnUpdateFullscreen | ( | wxUpdateUIEvent & | e | ) |
Toggle check/uncheck fullscreen depending on mode.
e |
void MyFrame::SetAuiManager | ( | boost::shared_ptr< wxAuiManager > | otherAuiManager | ) |
Set Advanced User Interface (AUI) manager.
otherAuiManager | AUI manager |