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

Lines Matching refs:wxExpr

94 wxItemResource *wxResourceInterpretDialog(wxResourceTable& table, wxExpr *expr, bool isPanel = false);
95 wxItemResource *wxResourceInterpretControl(wxResourceTable& table, wxExpr *expr);
96 wxItemResource *wxResourceInterpretMenu(wxResourceTable& table, wxExpr *expr);
97 wxItemResource *wxResourceInterpretMenuBar(wxResourceTable& table, wxExpr *expr);
98 wxItemResource *wxResourceInterpretString(wxResourceTable& table, wxExpr *expr);
99 wxItemResource *wxResourceInterpretBitmap(wxResourceTable& table, wxExpr *expr);
100 wxItemResource *wxResourceInterpretIcon(wxResourceTable& table, wxExpr *expr);
102 wxFont wxResourceInterpretFontSpec(wxExpr *expr);
587 wxExpr *clause = (wxExpr *)node->GetData();
652 wxItemResource *wxResourceInterpretDialog(wxResourceTable& table, wxExpr *expr, bool isPanel)
672 wxExpr *labelFontExpr = (wxExpr *) NULL;
673 wxExpr *buttonFontExpr = (wxExpr *) NULL;
674 wxExpr *fontExpr = (wxExpr *) NULL;
773 wxExpr *controlExpr = expr->GetFirst();
782 wxExpr *listExpr = controlExpr->Nth(2);
798 wxItemResource *wxResourceInterpretControl(wxResourceTable& table, wxExpr *expr)
814 wxExpr *expr1 = expr->Nth(0);
1089 wxExpr *valueList = (wxExpr *) NULL;
1094 wxExpr *stringExpr = valueList->GetFirst();
1104 wxExpr *mult = (wxExpr *) NULL;
1131 wxExpr *valueList = (wxExpr *) NULL;
1136 wxExpr *stringExpr = valueList->GetFirst();
1158 wxExpr *textValue = expr->Nth(count);
1166 wxExpr *valueList = (wxExpr *) NULL;
1171 wxExpr *stringExpr = valueList->GetFirst();
1195 wxExpr *valueList = (wxExpr *) NULL;
1200 wxExpr *stringExpr = valueList->GetFirst();
1237 wxItemResource *wxResourceInterpretMenu1(wxResourceTable& table, wxExpr *expr);
1243 wxItemResource *wxResourceInterpretMenuItem(wxResourceTable& table, wxExpr *expr)
1247 wxExpr *labelExpr = expr->Nth(0);
1248 wxExpr *idExpr = expr->Nth(1);
1249 wxExpr *helpExpr = expr->Nth(2);
1250 wxExpr *checkableExpr = expr->Nth(3);
1295 wxExpr *subMenuExpr = expr->GetFirst();
1313 wxItemResource *wxResourceInterpretMenu1(wxResourceTable& table, wxExpr *expr)
1318 wxExpr *element = expr->GetFirst();
1330 wxItemResource *wxResourceInterpretMenu(wxResourceTable& table, wxExpr *expr)
1332 wxExpr *listExpr = (wxExpr *) NULL;
1351 wxItemResource *wxResourceInterpretMenuBar(wxResourceTable& table, wxExpr *expr)
1353 wxExpr *listExpr = (wxExpr *) NULL;
1362 wxExpr *element = listExpr->GetFirst();
1379 wxItemResource *wxResourceInterpretString(wxResourceTable& WXUNUSED(table), wxExpr *WXUNUSED(expr))
1384 wxItemResource *wxResourceInterpretBitmap(wxResourceTable& WXUNUSED(table), wxExpr *expr)
1395 wxExpr *bitmapExpr = expr->GetFirst();
1404 wxExpr *listExpr = bitmapExpr->Nth(2);
1413 wxExpr *nameExpr = listExpr->Nth(0);
1414 wxExpr *typeExpr = listExpr->Nth(1);
1415 wxExpr *platformExpr = listExpr->Nth(2);
1416 wxExpr *coloursExpr = listExpr->Nth(3);
1417 wxExpr *xresExpr = listExpr->Nth(4);
1418 wxExpr *yresExpr = listExpr->Nth(5);
1465 wxItemResource *wxResourceInterpretIcon(wxResourceTable& table, wxExpr *expr)
1479 wxFont wxResourceInterpretFontSpec(wxExpr *expr)
1491 wxExpr *pointExpr = expr->Nth(0);
1492 wxExpr *familyExpr = expr->Nth(1);
1493 wxExpr *styleExpr = expr->Nth(2);
1494 wxExpr *weightExpr = expr->Nth(3);
1495 wxExpr *underlineExpr = expr->Nth(4);
1496 wxExpr *faceNameExpr = expr->Nth(5);