Public Member Functions | |
TextureDlg (wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE) | |
void | SetParams (const TParams &Params) |
void | GetParams (TParams &Params) |
void | UpdateEnableState () |
void | UpdateColorMapChoice () |
wxRadioButton * | GetSingle () |
wxRadioButton * | GetDerived () |
wxChoice * | GetColorMap () |
wxButton * | GetEditColors () |
wxChoice * | GetChoiceColors () |
wxComboBox * | GetTfileSingle () |
![]() | |
TextureDlgBase (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxTAB_TRAVERSAL) | |
Additional Inherited Members | |
![]() | |
wxRadioButton * | m_single |
wxComboBox * | m_tfile_single |
wxRadioButton * | m_derived |
wxChoice * | m_choice_colors |
wxButton * | m_edit_colors |
wxButton * | m_ok |
wxButton * | m_cancel |