]>
git.saurik.com Git - wxWidgets.git/blob - contrib/utils/convertrc/rc2wxr.h
1 // wxHandleWXR.h: interface for the wxHandleWXR class.
3 //////////////////////////////////////////////////////////////////////
9 #pragma interface "rc2wxr.h"
15 class rc2wxr
: public wxObject
20 void Convert(wxString wxrfile
, wxString rcfile
);
25 wxFileOffset m_filesize
;
28 void ParseDialog(wxString dlgname
);
30 void ParseStaticText();
32 void ParsePushButton();
33 bool Separator(int ch
);
35 void ReadRect(int & x
, int & y
, int & width
, int & height
);
37 wxString
GetQuoteField();
38 void ReadChar(int &ch
);
40 void ParseMenu(wxString name
);
41 void ParsePopupMenu();
43 void ParseControlMS();
44 void ParseSlider(wxString label
, wxString varname
);
45 void ParseProgressBar(wxString label
, wxString varname
);
46 bool ReadOrs(wxString
& w
);
47 void ParseCtrlButton(wxString label
, wxString varname
);