A Dialog For Viewing Graph Stats.
More...
|
| GraphDialog (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(1000, 650), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER) |
| Constructor. More...
|
|
A Dialog For Viewing Graph Stats.
Definition at line 28 of file GraphDialog.cpp.
◆ GraphDialog()
GraphDialog::GraphDialog |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id = wxID_ANY , |
|
|
const wxString & |
title = wxEmptyString , |
|
|
const wxPoint & |
pos = wxDefaultPosition , |
|
|
const wxSize & |
size = wxSize( 1000,650 ) , |
|
|
long |
style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER |
|
) |
| |
◆ FillGraphList()
void GraphDialog::FillGraphList |
( |
int |
a | ) |
|
|
protected |
◆ GroupAverage()
vector< int > GraphDialog::GroupAverage |
( |
int |
a | ) |
|
|
protected |
◆ OnGraphClose()
void GraphDialog::OnGraphClose |
( |
wxCommandEvent & |
| ) |
|
|
protected |
◆ OnGraphRefresh()
void GraphDialog::OnGraphRefresh |
( |
wxCommandEvent & |
| ) |
|
|
protected |
Redraws The Graph When The Refresh Button Is Clicked.
Definition at line 202 of file GraphDialog.cpp.
◆ OnGraphSave()
void GraphDialog::OnGraphSave |
( |
wxCommandEvent & |
| ) |
|
|
protected |
◆ OnListSelect()
void GraphDialog::OnListSelect |
( |
wxListEvent & |
evt | ) |
|
|
protected |
◆ OnModeChoice()
void GraphDialog::OnModeChoice |
( |
wxCommandEvent & |
| ) |
|
|
protected |
◆ BlueCheckBox
wxCheckBox* GraphDialog::BlueCheckBox |
|
protected |
◆ GraphChartPanel
wxChartPanel* GraphDialog::GraphChartPanel |
|
protected |
◆ GraphCloseButton
wxButton* GraphDialog::GraphCloseButton |
|
protected |
◆ GraphList
wxListView* GraphDialog::GraphList |
|
protected |
◆ GraphModeChoice
wxChoice* GraphDialog::GraphModeChoice |
|
protected |
◆ GraphModeStat
wxStaticText* GraphDialog::GraphModeStat |
|
protected |
◆ GraphRefreshButton
wxButton* GraphDialog::GraphRefreshButton |
|
protected |
◆ GraphSaveButton
wxButton* GraphDialog::GraphSaveButton |
|
protected |
◆ GreenCheckBox
wxCheckBox* GraphDialog::GreenCheckBox |
|
protected |
◆ m_staticline1
wxStaticLine* GraphDialog::m_staticline1 |
|
protected |
◆ RedCheckBox
wxCheckBox* GraphDialog::RedCheckBox |
|
protected |
◆ YellowCheckBox
wxCheckBox* GraphDialog::YellowCheckBox |
|
protected |
The documentation for this class was generated from the following file: