Searched refs:GetAttributeValue (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dwxexpr.h168 bool GetAttributeValue(const wxString& att, int& var) const;
169 bool GetAttributeValue(const wxString& att, long& var) const;
170 bool GetAttributeValue(const wxString& att, float& var) const;
171 bool GetAttributeValue(const wxString& att, double& var) const;
172 bool GetAttributeValue(const wxString& att, wxString& var) const; // Word OR string -> string
173 bool GetAttributeValue(const wxString& att, wxExpr **var) const;
176 inline void AssignAttributeValue(wxChar *att, int *var) const { GetAttributeValue(att, *var); }
177 inline void AssignAttributeValue(wxChar *att, long *var) const { GetAttributeValue(att, *var); }
178 inline void AssignAttributeValue(wxChar *att, float *var) const { GetAttributeValue(att, *var); }
179 inline void AssignAttributeValue(wxChar *att, double *var) const { GetAttributeValue(at
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dbmpshape.cpp84 clause->GetAttributeValue(_T("filename"), m_filename);
H A Dogldiag.cpp312 clause->GetAttributeValue(_T("id"), id);
382 clause->GetAttributeValue(_T("type"), type);
383 clause->GetAttributeValue(_T("parent"), parentId);
394 clause->GetAttributeValue(_T("to"), image_to);
395 clause->GetAttributeValue(_T("from"), image_from);
445 clause->GetAttributeValue(_T("divisions"), &divisionExpr);
464 childExpr->GetAttributeValue(_T("left_side"), leftSideId);
465 childExpr->GetAttributeValue(_T("top_side"), topSideId);
466 childExpr->GetAttributeValue(_T("right_side"), rightSideId);
467 childExpr->GetAttributeValue(_
[all...]
H A Dbasic.cpp1871 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(_
[all...]
H A Dcomposit.cpp672 // clause->GetAttributeValue("selectable", selectable);
686 clause->GetAttributeValue(m_constraintNameBuf, &constraintExpr);
1003 clause->GetAttributeValue(_T("handle_side"), m_handleSide);
1004 clause->GetAttributeValue(_T("left_colour"), m_leftSideColour);
1005 clause->GetAttributeValue(_T("top_colour"), m_topSideColour);
1006 clause->GetAttributeValue(_T("left_style"), m_leftSideStyle);
1007 clause->GetAttributeValue(_T("top_style"), m_topSideStyle);
H A Ddrawn.cpp252 clause->GetAttributeValue(_T("save_metafile"), iVal);
253 clause->GetAttributeValue(_T("current_angle"), m_currentAngle);
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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dresource.cpp675 expr->GetAttributeValue(wxT("style"), style);
676 expr->GetAttributeValue(wxT("name"), name);
677 expr->GetAttributeValue(wxT("title"), title);
678 expr->GetAttributeValue(wxT("x"), x);
679 expr->GetAttributeValue(wxT("y"), y);
680 expr->GetAttributeValue(wxT("width"), width);
681 expr->GetAttributeValue(wxT("height"), height);
682 expr->GetAttributeValue(wxT("modal"), isModal);
683 expr->GetAttributeValue(wxT("label_font"), &labelFontExpr);
684 expr->GetAttributeValue(wx
[all...]
H A Dwxexpr.cpp633 bool wxExpr::GetAttributeValue(const wxString& att, int& var) const function in class:wxExpr
646 bool wxExpr::GetAttributeValue(const wxString& att, long& var) const function in class:wxExpr
659 bool wxExpr::GetAttributeValue(const wxString& att, float& var) const function in class:wxExpr
671 bool wxExpr::GetAttributeValue(const wxString& att, double& var) const function in class:wxExpr
683 bool wxExpr::GetAttributeValue(const wxString& att, wxString& var) const // Word OR string -> string function in class:wxExpr
700 bool wxExpr::GetAttributeValue(const wxString& att, wxExpr **var) const function in class:wxExpr
735 if (GetAttributeValue(att, str))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dexpr.tex129 \membersection{wxExpr::GetAttributeValue}\label{wxexprgetattributevalue}
139 \constfunc{bool}{GetAttributeValue}{\param{const wxString\&}{ attribute}, \param{wxString\&}{ value}}
143 \constfunc{bool}{GetAttributeValue}{\param{const wxString\&}{ attribute}, \param{float\& }{value}}
147 \constfunc{bool}{GetAttributeValue}{\param{const wxString\&}{ attribute}, \param{int\& }{value}}
151 \constfunc{bool}{GetAttributeValue}{\param{const wxString\&}{ attribute}, \param{long\& }{value}}
155 \constfunc{bool}{GetAttributeValue}{\param{const wxString\&}{ attribute}, \param{wxExpr**}{ value}}
H A Dtexpr.tex195 my_clause->GetAttributeValue("id", id);
196 my_clause->GetAttributeValue("name", name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dshapes.cpp723 expr.GetAttributeValue(_T("label"), label);

Completed in 402 milliseconds