#include <autosaveDialog.h>
|
| AutosaveDialog (wxWindow *parent, int id=wxID_ANY, const wxString &title=wxT(""), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE) |
|
virtual void | OnListStates (wxCommandEvent &event) |
|
virtual void | OnListStatesDClick (wxCommandEvent &event) |
|
virtual void | OnRemoveAll (wxCommandEvent &event) |
|
virtual void | OnCancel (wxCommandEvent &event) |
|
virtual void | OnOK (wxCommandEvent &event) |
|
void | setItems (const std::vector< std::string > &items) |
|
unsigned int | getSelectedItem () const |
| Get the item that was selected, returning the position of the selected. More...
|
|
bool | removedItems () const |
|
◆ AutosaveDialog()
AutosaveDialog::AutosaveDialog |
( |
wxWindow * |
parent, |
|
|
int |
id = wxID_ANY , |
|
|
const wxString & |
title = wxT("") , |
|
|
const wxPoint & |
pos = wxDefaultPosition , |
|
|
const wxSize & |
size = wxDefaultSize , |
|
|
long |
style = wxDEFAULT_DIALOG_STYLE |
|
) |
| |
References btnCancel, btnOK, btnRemoveAll, END_EVENT_TABLE(), ID_LIST_STATES, ID_REMOVE_ALL, listStates, OnCancel(), OnListStates(), OnListStatesDClick(), OnOK(), OnRemoveAll(), and TRANS.
◆ DECLARE_EVENT_TABLE()
AutosaveDialog::DECLARE_EVENT_TABLE |
( |
| ) |
|
|
protected |
◆ getSelectedItem()
unsigned int AutosaveDialog::getSelectedItem |
( |
| ) |
const |
|
inline |
◆ OnCancel()
void AutosaveDialog::OnCancel |
( |
wxCommandEvent & |
event | ) |
|
|
virtual |
◆ OnListStates()
void AutosaveDialog::OnListStates |
( |
wxCommandEvent & |
event | ) |
|
|
virtual |
◆ OnListStatesDClick()
void AutosaveDialog::OnListStatesDClick |
( |
wxCommandEvent & |
event | ) |
|
|
virtual |
◆ OnOK()
void AutosaveDialog::OnOK |
( |
wxCommandEvent & |
event | ) |
|
|
virtual |
◆ OnRemoveAll()
void AutosaveDialog::OnRemoveAll |
( |
wxCommandEvent & |
event | ) |
|
|
virtual |
◆ removedItems()
bool AutosaveDialog::removedItems |
( |
| ) |
const |
|
inline |
◆ setItems()
void AutosaveDialog::setItems |
( |
const std::vector< std::string > & |
items | ) |
|
◆ btnCancel
wxButton* AutosaveDialog::btnCancel |
|
protected |
◆ btnOK
wxButton* AutosaveDialog::btnOK |
|
protected |
◆ btnRemoveAll
wxButton* AutosaveDialog::btnRemoveAll |
|
protected |
◆ listStates
wxListBox* AutosaveDialog::listStates |
|
protected |
The documentation for this class was generated from the following files: