]>
git.saurik.com Git - wxWidgets.git/blob - contrib/utils/convertrc/rc2wxr.h
35aeb28bc2fa0d18f31f47994df2c2429ebfdc8b
1 // wxHandleWXR.h: interface for the wxHandleWXR class.
3 //////////////////////////////////////////////////////////////////////
11 class wxRC2WXR
: public wxObject
16 void Open(wxString wxrfile
, wxString rcfile
);
24 void ParseDialog(wxString dlgname
);
26 void ParseStaticText();
28 void ParsePushButton();
29 bool Seperator(int ch
);
31 void ReadRect(int & x
, int & y
, int & width
, int & height
);
33 wxString
GetQuoteField();
34 void ReadChar(int &ch
);
36 void ParseMenu(wxString name
);
37 void ParsePopupMenu();
39 void ParseControlMS();
40 void ParseSlider(wxString label
, wxString varname
);
41 void ParseProgressBar(wxString label
, wxString varname
);
42 bool ReadOrs(wxString
& w
);
43 void ParseCtrlButton(wxString label
, wxString varname
);
47 class wxFileProgressDlg
: public wxDialog
50 void UpdateProgress(wxFile
*f
);
53 virtual ~wxFileProgressDlg();
57 wxStaticText
*m_pCompleteLabel
;
62 class GenerateBitmapSrc
: public wxObject
65 bool Create(wxString imfile
, wxString srcfile
,wxString varname
);
67 virtual ~GenerateBitmapSrc();