• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/utils/convertrc/

Lines Matching defs:rc2xml

0 // rc2xml.cpp: implementation of the rc2xml class.
6 #include "rc2xml.h"
8 rc2xml trans;
32 #include "rc2xml.h"
45 rc2xml::rc2xml()
54 rc2xml::~rc2xml()
62 bool rc2xml::Convert(wxString rcfile, wxString xmlfile)
107 void rc2xml::ParseDialog(wxString dlgname)
176 void rc2xml::ParseControls()
242 void rc2xml::ParseStaticText(wxString phrase, wxString varname)
260 void rc2xml::ParseTextCtrl(wxString varname)
280 void rc2xml::ParseCheckBox(wxString phrase, wxString varname)
299 void rc2xml::ParseRadioButton(wxString phrase, wxString varname)
320 void rc2xml::ParsePushButton(wxString phrase, wxString varname)
341 bool rc2xml::Separator(int ch)
356 void rc2xml::ParseGroupBox(wxString phrase, wxString varname)
375 bool rc2xml::ReadRect(int & x, int & y, int & width, int & height)
386 wxString rc2xml::GetToken(bool *listseparator)
431 wxString rc2xml::GetQuoteField()
470 wxString rc2xml::GetStringQuote()
513 void rc2xml::ReadChar(int &ch)
529 void rc2xml::ParseComboBox(wxString varname)
553 void rc2xml::ParseMenu(wxString varname)
580 void rc2xml::ParsePopupMenu()
617 wxString rc2xml::PeekToken()
627 void rc2xml::ParseControlMS()
641 void rc2xml::ParseSlider(wxString WXUNUSED(label), wxString varname)
663 void rc2xml::ParseProgressBar(wxString WXUNUSED(label), wxString varname)
678 bool rc2xml::ReadOrs(wxString & orstring)
698 void rc2xml::ParseCtrlButton(wxString label, wxString varname)
717 void rc2xml::WriteSize(int width, int height)
724 void rc2xml::WritePosition(int x, int y)
731 void rc2xml::WriteTitle(wxString title)
738 void rc2xml::WriteName(wxString name)
787 void rc2xml::WriteLabel(wxString label)
796 void rc2xml::WriteBasicInfo(int x, int y, int width, int height, wxString name)
806 void rc2xml::WriteStyle(wxString style)
816 void rc2xml::ParseListBox(wxString varname)
837 void rc2xml::ParseRichEdit(wxString WXUNUSED(label), wxString varname)
857 void rc2xml::ParseSpinCtrl(wxString WXUNUSED(label), wxString varname)
877 void rc2xml::FirstPass()
894 void rc2xml::ParseBitmap(wxString varname)
913 void rc2xml::SecondPass()
931 void rc2xml::ParseToolBar(wxString varname)
999 void rc2xml::WriteToolButton(wxString name,int index, int width, int height, wxBitmap bitmap)
1009 void rc2xml::ParseStringTable(wxString WXUNUSED(varname))
1027 bool rc2xml::LookUpString(wxString strid,wxString & st)
1040 bool rc2xml::SplitHelp(wxString msg, wxString &shorthelp, wxString &longhelp)
1056 void rc2xml::ParseMenuItem()
1109 void rc2xml::ParseIconStatic()
1132 void rc2xml::ParseIcon(wxString varname)
1145 wxString rc2xml::CleanName(wxString name)
1160 void rc2xml::ParseStaticBitmap(wxString bitmapname, wxString varname)
1177 void rc2xml::ParseNormalMSControl()
1219 void rc2xml::ParseWeirdMSControl()
1236 void rc2xml::ParseScrollBar()
1263 void rc2xml::ParseTreeCtrl(wxString WXUNUSED(label), wxString varname)
1278 void rc2xml::ParseCalendar(wxString WXUNUSED(label), wxString varname)
1292 void rc2xml::ParseListCtrl(wxString WXUNUSED(label), wxString varname)
1305 void rc2xml::WriteBitmap(wxString bitmapname)
1331 void rc2xml::WriteIcon(wxString iconname)
1366 void rc2xml::ParseResourceHeader()
1409 wxString rc2xml::LookUpId(wxString id)