• 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:GetAttributeValue

1871   clause->GetAttributeValue(_T("id"), m_id);
1874 clause->GetAttributeValue(_T("x"), m_xpos);
1875 clause->GetAttributeValue(_T("y"), m_ypos);
1935 clause->GetAttributeValue(_T("pen_colour"), pen_string);
1936 clause->GetAttributeValue(_T("text_colour"), m_textColourName);
1940 clause->GetAttributeValue(_T("region_name"), m_regionName);
1942 clause->GetAttributeValue(_T("brush_colour"), brush_string);
1943 clause->GetAttributeValue(_T("pen_width"), pen_width);
1944 clause->GetAttributeValue(_T("pen_style"), pen_style);
1945 clause->GetAttributeValue(_T("brush_style"), brush_style);
1948 clause->GetAttributeValue(_T("use_attachments"), iVal);
1951 clause->GetAttributeValue(_T("sensitivity"), m_sensitivity);
1954 clause->GetAttributeValue(_T("space_attachments"), iVal);
1958 clause->GetAttributeValue(_T("fixed_width"), iVal);
1962 clause->GetAttributeValue(_T("fixed_height"), iVal);
1965 clause->GetAttributeValue(_T("format_mode"), m_formatMode);
1966 clause->GetAttributeValue(_T("shadow_mode"), m_shadowMode);
1969 clause->GetAttributeValue(_T("neck_length"), iVal);
1973 clause->GetAttributeValue(_T("stem_length"), iVal);
1977 clause->GetAttributeValue(_T("branch_spacing"), iVal);
1980 clause->GetAttributeValue(_T("branch_style"), m_branchStyle);
1983 clause->GetAttributeValue(_T("centre_resize"), iVal);
1987 clause->GetAttributeValue(_T("maintain_aspect_ratio"), iVal);
1991 clause->GetAttributeValue(_T("hilite"), iVal);
1994 clause->GetAttributeValue(_T("rotation"), m_rotation);
2024 clause->GetAttributeValue(_T("point_size"), point_size);