#include <console.h>
|
| Console (VM *root, wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize) |
|
virtual | ~Console () |
|
void | Write (const std::string &message, const std::string &color) |
|
Definition at line 37 of file console.h.
◆ Console()
Skyscraper::Console::Console |
( |
VM * | root, |
|
|
wxWindow * | parent, |
|
|
wxWindowID | id = wxID_ANY, |
|
|
const wxPoint & | pos = wxDefaultPosition, |
|
|
const wxSize & | size = wxDefaultSize ) |
◆ ~Console()
Skyscraper::Console::~Console |
( |
| ) |
|
|
virtual |
◆ On_bClear_Click()
void Skyscraper::Console::On_bClear_Click |
( |
wxCommandEvent & | event | ) |
|
|
private |
◆ On_bClose_Click()
void Skyscraper::Console::On_bClose_Click |
( |
wxCommandEvent & | event | ) |
|
|
private |
◆ On_bSend_Click()
void Skyscraper::Console::On_bSend_Click |
( |
wxCommandEvent & | event | ) |
|
|
private |
◆ On_Close()
void Skyscraper::Console::On_Close |
( |
wxCloseEvent & | event | ) |
|
|
private |
◆ Write()
void Skyscraper::Console::Write |
( |
const std::string & | message, |
|
|
const std::string & | color ) |
◆ bClear
wxButton* Skyscraper::Console::bClear |
◆ bSend
wxButton* Skyscraper::Console::bSend |
◆ chkEcho
wxCheckBox* Skyscraper::Console::chkEcho |
◆ ID_bClear
const long Skyscraper::Console::ID_bClear = wxNewId() |
|
staticprotected |
◆ ID_bSend
const long Skyscraper::Console::ID_bSend = wxNewId() |
|
staticprotected |
◆ ID_chkEcho
const long Skyscraper::Console::ID_chkEcho = wxNewId() |
|
staticprotected |
◆ ID_PANEL1
const long Skyscraper::Console::ID_PANEL1 = wxNewId() |
|
staticprotected |
◆ ID_tCommand
const long Skyscraper::Console::ID_tCommand = wxNewId() |
|
staticprotected |
◆ ID_tConsole
const long Skyscraper::Console::ID_tConsole = wxNewId() |
|
staticprotected |
◆ Panel1
wxPanel* Skyscraper::Console::Panel1 |
◆ Simcore
◆ tCommand
wxTextCtrl* Skyscraper::Console::tCommand |
◆ tConsole
wxTextCtrl* Skyscraper::Console::tConsole |
◆ vm
VM* Skyscraper::Console::vm |
|
private |
The documentation for this class was generated from the following files: