#include <choiceKeyFrameDialog.h>
|
| ChoiceKeyFrameDialog (wxWindow *parent, int id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE) |
|
void | setChoices (const std::vector< std::string > &choices, size_t defaultChoice=0) |
|
size_t | getChoiceIndex () const |
|
std::string | getChoice () const |
|
size_t | getStartFrame () const |
|
virtual void | OnChoiceCombo (wxCommandEvent &event) |
|
virtual void | OnFrameText (wxCommandEvent &event) |
|
◆ ChoiceKeyFrameDialog()
ChoiceKeyFrameDialog::ChoiceKeyFrameDialog |
( |
wxWindow * |
parent, |
|
|
int |
id, |
|
|
const wxString & |
title, |
|
|
const wxPoint & |
pos = wxDefaultPosition , |
|
|
const wxSize & |
size = wxDefaultSize , |
|
|
long |
style = wxDEFAULT_DIALOG_STYLE |
|
) |
| |
References btnCancel, btnOK, comboChoice, END_EVENT_TABLE(), ID_COMBO_CHOICE, ID_TEXT_FRAME, labelFrame, labelSelection, OnChoiceCombo(), OnFrameText(), and textFrame.
◆ DECLARE_EVENT_TABLE()
ChoiceKeyFrameDialog::DECLARE_EVENT_TABLE |
( |
| ) |
|
|
protected |
◆ getChoice()
std::string ChoiceKeyFrameDialog::getChoice |
( |
| ) |
const |
|
inline |
◆ getChoiceIndex()
size_t ChoiceKeyFrameDialog::getChoiceIndex |
( |
| ) |
const |
|
inline |
◆ getStartFrame()
size_t ChoiceKeyFrameDialog::getStartFrame |
( |
| ) |
const |
|
inline |
◆ OnChoiceCombo()
void ChoiceKeyFrameDialog::OnChoiceCombo |
( |
wxCommandEvent & |
event | ) |
|
|
virtual |
◆ OnFrameText()
void ChoiceKeyFrameDialog::OnFrameText |
( |
wxCommandEvent & |
event | ) |
|
|
virtual |
◆ setChoices()
void ChoiceKeyFrameDialog::setChoices |
( |
const std::vector< std::string > & |
choices, |
|
|
size_t |
defaultChoice = 0 |
|
) |
| |
◆ btnCancel
wxButton* ChoiceKeyFrameDialog::btnCancel |
|
protected |
◆ btnOK
wxButton* ChoiceKeyFrameDialog::btnOK |
|
protected |
◆ comboChoice
wxComboBox* ChoiceKeyFrameDialog::comboChoice |
|
protected |
◆ labelFrame
wxStaticText* ChoiceKeyFrameDialog::labelFrame |
|
protected |
◆ labelSelection
wxStaticText* ChoiceKeyFrameDialog::labelSelection |
|
protected |
◆ textFrame
wxTextCtrl* ChoiceKeyFrameDialog::textFrame |
|
protected |
The documentation for this class was generated from the following files: