11 #include "VTBuilder_UI.h"
23 TSDialog( wxWindow *parent, wxWindowID
id,
const wxString &title,
24 const wxPoint& pos = wxDefaultPosition,
25 const wxSize& size = wxDefaultSize,
26 long style = wxDEFAULT_DIALOG_STYLE );
29 wxButton* GetDotDotDot() {
return (wxButton*) FindWindow( ID_DOTDOTDOT ); }
30 wxTextCtrl* GetTextToFile() {
return (wxTextCtrl*) FindWindow( ID_TEXT_TO_FILE ); }
31 wxChoice* GetMpp() {
return (wxChoice*) FindWindow( ID_MPP ); }
32 wxChoice* GetTheme() {
return (wxChoice*) FindWindow( ID_THEME ); }
36 int m_iMetersPerPixel;
43 void EnableBasedOnConstraint();
44 void UpdateMetersPerPixel();
51 void OnDotDotDot( wxCommandEvent &
event );
52 void OnRadioOutput( wxCommandEvent &event );
53 void OnTheme( wxCommandEvent &event );
54 void OnMpp( wxCommandEvent &event );