Searched refs:ToULong (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dradiobox.cpp341 if ( !m_textNumBtns->GetValue().ToULong(&count) )
350 if ( !m_textMajorDim->GetValue().ToULong(&majorDim) )
456 if ( !m_textSel->GetValue().ToULong(&sel) ||
480 event.Enable( m_textNumBtns->GetValue().ToULong(&n) &&
481 m_textMajorDim->GetValue().ToULong(&n) );
487 event.Enable( m_textSel->GetValue().ToULong(&n) &&
500 enable = !m_textNumBtns->GetValue().ToULong(&numEntries) ||
507 enable = !m_textMajorDim->GetValue().ToULong(&majorDim) ||
H A Dgauge.cpp404 if ( !m_textRange->GetValue().ToULong(&val) )
414 if ( !m_textValue->GetValue().ToULong(&val) )
423 event.Enable( m_textValue->GetValue().ToULong(&val) && (val <= m_range) );
429 event.Enable( m_textRange->GetValue().ToULong(&val) );
H A Dcombobox.cpp438 if ( !m_textDelete->GetValue().ToULong(&n) ||
541 event.Enable(m_textDelete->GetValue().ToULong(&n) &&
H A Dlistbox.cpp435 if ( !m_textDelete->GetValue().ToULong(&n) ||
503 event.Enable(m_textDelete->GetValue().ToULong(&n) &&
H A Dodcombobox.cpp568 if ( !m_textDelete->GetValue().ToULong(&n) ||
721 event.Enable(m_textDelete->GetValue().ToULong(&n) &&
H A Dbmpcombobox.cpp467 if ( !m_textDelete->GetValue().ToULong(&n) ||
702 event.Enable(m_textDelete->GetValue().ToULong(&n) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dstackwalk.cpp126 ToULong(&ofs, 0) )
273 wxString(filename, posColon + 1, wxString::npos).ToULong(&line);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DStringFunctions.h134 if (!str.ToULong(&value)) {
H A DMuleDebug.cpp393 address[i].ToULong(&addr,0); // As it's "0x" prepended, wx will read it as base 16. Hopefully.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dstrings.cpp49 CPPUNIT_TEST( ToULong );
75 void ToULong();
510 void StringTestCase::ToULong() function in class:StringTestCase
520 CPPUNIT_ASSERT_EQUAL( ld.IsOk(), wxString(ld.str).ToULong(&ul) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DKadDlg.cpp185 if (((wxTextCtrl*)FindWindowById( ID_NODE_PORT ))->GetValue().ToULong(&port)) {
H A DTextClient.cpp301 if (args.ToULong(&level) == true && level < 256) {
473 if (args.ToULong(&limit)) {
493 if (args.ToULong(&max_versions)) {
548 if (args.ToULong(&id) == true && id < m_Results_map.size()) {
H A DamuleAppCommon.cpp116 if (line.AfterLast(wxT(':')).ToULong(&category) == true) {
118 } else { // If ToULong returns false the category still can have been changed!
H A DMuleListCtrl.cpp188 if (token.AfterFirst(wxT(' ')).Strip(wxString::both).ToULong(&order)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listbox/
H A Dlboxtest.cpp612 if ( !m_textDelete->GetValue().ToULong(&n) ||
688 event.Enable(m_textDelete->GetValue().ToULong(&n) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dvidxanm.cpp400 totalOutput.ToULong(&my_long); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_sizer.cpp320 if (!tkn.GetNextToken().ToULong(&l))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfontcmn.cpp705 else if ( token.ToULong(&size) )
H A Dlonglong.cpp1207 result.Prepend((wxChar)(_T('0') + (ll % 10).ToULong())); \
H A Dmenucmn.cpp161 if ( !str.Mid(lenPrefix).ToULong(&num) )
H A Ddatetime.cpp616 return !s.empty() && s.ToULong(number);
3893 if ( token.ToULong(&val) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dhtmllbox.cpp501 if ( !cell->GetId().ToULong(&n) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlonglong.h405 unsigned long ToULong() const function in class:wxULongLongNative
908 unsigned long ToULong() const function in class:wxULongLongWx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dwxstring.tex182 \helpref{ToULong}{wxstringtoulong}\\
1206 \helpref{wxString::ToULong}{wxstringtoulong}
1229 \helpref{wxString::ToULong}{wxstringtoulong}
1249 \membersection{wxString::ToULong}\label{wxstringtoulong}
1251 \constfunc{bool}{ToULong}{\param{unsigned long}{ *val}, \param{int }{base = $10$}}
1274 This is exactly the same as \helpref{ToULong}{wxstringtoulong} but works with 64
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DPrint.cpp333 if (tag.GetName().Mid(1).ToULong(&gapkey)) {

Completed in 293 milliseconds

12