Searched refs:IsOk (Results 201 - 225 of 409) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Danidecod.cpp68 return image->IsOk();
138 while ( stream.IsOk() )
235 while ( stream.IsOk() )
H A Ddebugrpt.cpp74 bool IsOk() const { return m_isOk; } function in class:XmlStackWalker
442 wxCHECK_MSG( IsOk(), false, _T("use IsOk() first") );
490 if ( sw.IsOk() )
521 wxCHECK_MSG( IsOk(), false, _T("use IsOk() first") );
624 if ( !is.IsOk() || !zos.Write(is).IsOk() )
H A Dfontpickercmn.cpp62 Font2String(initial.IsOk() ? initial
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dtaskbarx11.cpp102 bool IsOk() { return true; } function in class:wxTaskBarIconArea
273 bool wxTaskBarIcon::IsOk() const function in class:wxTaskBarIcon
299 if (m_iconWnd->IsOk())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPartFileConvert.cpp78 while (file.IsOk()) {
93 while (file.IsOk()) {
279 while (filePath.IsOk()) {
324 while (filename.IsOk()) {
447 while (oldFile.IsOk()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dthread.cpp164 bool IsOk() const function in class:wxMutexInternal
322 bool IsOk() const function in class:wxMutexInternal
421 bool IsOk() const function in class:wxMutexInternal
440 if ( !IsOk() )
514 bool IsOk() const function in class:wxSemaphoreInternal
548 if ( !IsOk() )
608 bool IsOk() const
609 { return m_mutex.IsOk(); }
766 bool IsOk() const function in class:wxConditionInternal
767 { return m_mutex.IsOk()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/combo/
H A Dcombo.cpp391 if ( m_value.IsOk() )
409 while ( child.IsOk() )
418 if ( found.IsOk() )
429 if ( !root.IsOk() )
433 if ( found.IsOk() )
442 if ( m_value.IsOk() )
456 if ( itemHere.IsOk() && (resFlags & wxTREE_HITTEST_ONITEMLABEL) )
469 if ( itemHere.IsOk() && (resFlags & wxTREE_HITTEST_ONITEMLABEL) )
954 if ( imgNormal.IsOk() && imgPressed.IsOk()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dstrings.cpp470 bool IsOk() const { return !(flags & Number_Invalid); } function in struct:ToLongData
504 CPPUNIT_ASSERT_EQUAL( ld.IsOk(), wxString(ld.str).ToLong(&l) );
505 if ( ld.IsOk() )
520 CPPUNIT_ASSERT_EQUAL( ld.IsOk(), wxString(ld.str).ToULong(&ul) );
521 if ( ld.IsOk() )
538 if ( ld.IsOk() )
576 if ( ld.IsOk() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddialup.cpp181 virtual bool IsOk() const;
686 bool wxDialUpManagerMSW::IsOk() const function in class:wxDialUpManagerMSW
754 wxCHECK_MSG( IsOk(), false, wxT("using uninitialized wxDialUpManager") );
934 wxCHECK_MSG( IsOk(), false, wxT("using uninitialized wxDialUpManager") );
1011 wxCHECK_MSG( IsOk(), false, wxT("using uninitialized wxDialUpManager") );
1033 wxCHECK_RET( IsOk(), wxT("using uninitialized wxDialUpManager") );
1040 wxCHECK_MSG( IsOk(), false, wxT("using uninitialized wxDialUpManager") );
1196 wxCHECK_RET( IsOk(), wxT("using uninitialized wxDialUpManager") );
1226 wxCHECK_RET( IsOk(), wxT("using uninitialized wxDialUpManager") );
1234 wxCHECK_RET( IsOk(), wx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Durl.tex119 % IsOk
121 \membersection{wxURL::IsOk}\label{wxurlgetisok}
123 \constfunc{bool}{IsOk}{\void}
H A Danimation.tex95 \membersection{wxAnimation::IsOk}\label{wxanimationisok}
97 \constfunc{bool}{IsOk}{\void}
H A Dmemorydc.tex48 Use the \helpref{IsOk}{wxdcisok} member to test whether the constructor was successful
56 Use the \helpref{IsOk}{wxdcisok} member to test whether the constructor was successful
H A Dstrmbase.tex86 \membersection{wxStreamBase::IsOk}\label{wxstreambaseisok}
88 \constfunc{virtual bool}{IsOk}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dprntbase.h150 virtual bool Ok() const { return IsOk(); }
151 virtual bool IsOk() const = 0;
537 virtual bool Ok() const { return IsOk(); }
538 virtual bool IsOk() const;
626 virtual bool Ok() const { return IsOk(); }
627 virtual bool IsOk() const;
H A Dtreebase.h44 // the only method which can be used by user code is IsOk().
65 bool IsOk() const { return m_pItem != 0; } function in class:wxTreeItemId
67 bool operator!() const { return !IsOk(); }
78 operator bool() const { return IsOk(); }
H A Dstream.h63 virtual bool IsOk() const { return GetLastError() == wxSTREAM_NO_ERROR; } function in class:wxStreamBase
64 bool operator!() const { return !IsOk(); }
271 bool Ok() const { return IsOk(); }
272 bool IsOk() const { return true; } function in class:wxCountingOutputStream
H A Daccel.h107 bool IsOk() const function in class:wxAcceleratorEntry
122 // (i.e. if IsOk() returns true after this call)
H A Dcaret.h77 bool IsOk() const { return m_width != 0 && m_height != 0; } function in class:wxCaretBase
H A Ddebugrpt.h36 // be included in the report, use IsOk() to check for errors
47 bool IsOk() const { return !GetDirectory().empty(); } function in class:wxDebugReport
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dthread.cpp112 bool IsOk() const { return true; } function in class:wxMutexInternal
216 bool IsOk() const { return true ; } function in class:wxSemaphoreInternal
267 bool IsOk() const { return m_mutex.IsOk() ; } function in class:wxConditionInternal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dpen.cpp192 bool wxPen::IsOk() const function in class:wxPen
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Daccel.cpp110 bool wxAcceleratorTable::IsOk() const function in class:wxAcceleratorTable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/unix/
H A Dgsockunx.h45 bool IsOk() { return m_ok; } function in class:GSocket
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dcursor.cpp144 bool wxCursor::IsOk() const function in class:wxCursor
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DPath.h88 bool IsOk() const;

Completed in 277 milliseconds

1234567891011>>