• 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/ogl/

Lines Matching refs:clause

231 void wxDrawnShape::WriteAttributes(wxExpr *clause)
233 wxRectangleShape::WriteAttributes(clause);
235 clause->AddAttributeValue(_T("current_angle"), (long)m_currentAngle);
236 clause->AddAttributeValue(_T("save_metafile"), (long)m_saveToFile);
242 m_metafiles[i].WriteAttributes(clause, i);
247 void wxDrawnShape::ReadAttributes(wxExpr *clause)
249 wxRectangleShape::ReadAttributes(clause);
252 clause->GetAttributeValue(_T("save_metafile"), iVal);
253 clause->GetAttributeValue(_T("current_angle"), m_currentAngle);
260 m_metafiles[i].ReadAttributes(clause, i);
1445 void wxPseudoMetaFile::WriteAttributes(wxExpr *clause, int whichAngle)
1460 clause->AddAttributeValue(widthStr, m_width);
1461 clause->AddAttributeValue(heightStr, m_height);
1462 clause->AddAttributeValue(rotateableStr, (long)m_rotateable);
1463 clause->AddAttributeValue(outlineStr, (long)m_outlineOp);
1518 clause->AddAttributeValue(buf, expr);
1534 clause->AddAttributeValue(buf, expr);
1553 clause->AddAttributeValue(outlineObjectsStr, outlineExpr);
1567 clause->AddAttributeValue(fillObjectsStr, fillExpr);
1572 void wxPseudoMetaFile::ReadAttributes(wxExpr *clause, int whichAngle)
1586 clause->GetAttributeValue(widthStr, m_width);
1587 clause->GetAttributeValue(heightStr, m_height);
1588 clause->GetAttributeValue(outlineStr, m_outlineOp);
1591 clause->GetAttributeValue(rotateableStr, iVal);
1602 clause->GetAttributeValue(buf, &expr);
1668 clause->GetAttributeValue(buf, &expr);
1734 wxExpr *expr1 = clause->AttributeValue(outlineObjectsStr);
1748 expr1 = clause->AttributeValue(fillObjectsStr);