Searched refs:IsOk (Results 1 - 25 of 409) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Daccel.h27 bool Ok() const { return IsOk(); }
28 bool IsOk() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Daccel.h29 bool Ok() const { return IsOk(); }
30 bool IsOk() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dcursor.h38 bool Ok() const { return IsOk(); }
39 bool IsOk() const;
H A Dbrush.h38 bool Ok() const { return IsOk(); }
39 bool IsOk() const { return m_refData != NULL; } function in class:wxBrush
H A Dcolour.h47 bool Ok() const { return IsOk(); }
48 bool IsOk() const { return m_refData != NULL; } function in class:wxColour
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dcursor.h38 bool Ok() const { return IsOk(); }
39 bool IsOk() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Daccel.h32 bool Ok() const { return IsOk(); }
33 bool IsOk() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dcursor.h36 bool Ok() const { return IsOk(); }
37 bool IsOk() const;
H A Dpalette.h38 virtual bool Ok() const { return IsOk(); }
39 virtual bool IsOk() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Daccel.h33 bool Ok() const { return IsOk(); }
34 bool IsOk() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dpalette.h28 virtual bool Ok() const { return IsOk(); }
29 virtual bool IsOk() const = 0;
H A Dfmappriv.h49 bool IsOk() const { return m_ok; } function in class:wxFontMapperPathChanger
53 if ( IsOk() )
H A Dthrimpl.cpp22 if ( !m_internal->IsOk() )
34 bool wxMutex::IsOk() const function in class:wxMutex
78 bool IsOk() const { return m_mutex.IsOk() && m_semaphore.IsOk(); } function in class:wxConditionInternal
228 if ( !m_internal->IsOk() )
240 bool wxCondition::IsOk() const function in class:wxCondition
284 if ( !m_internal->IsOk() )
296 bool wxSemaphore::IsOk() const function in class:wxSemaphore
H A Dwfstream.h41 bool Ok() const { return IsOk(); }
42 virtual bool IsOk() const;
71 bool Ok() const { return IsOk(); }
72 virtual bool IsOk() const;
142 bool Ok() const { return IsOk(); }
143 virtual bool IsOk() const;
172 bool Ok() const { return IsOk(); }
173 virtual bool IsOk() const ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Daccel.h33 bool Ok() const { return IsOk(); }
34 bool IsOk() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dcursor.h35 bool Ok() const { return IsOk(); }
36 bool IsOk() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Daccel.h26 bool Ok() const { return IsOk(); }
27 bool IsOk() const;
H A Dpaletteg.h36 virtual bool Ok() const { return IsOk(); }
37 virtual bool IsOk() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dcolour.h30 bool Ok() const { return IsOk(); }
31 bool IsOk() const { return m_refData != NULL; } function in class:wxColour
H A Dcursor.h35 bool Ok() const { return IsOk(); }
36 bool IsOk() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Daccel.h43 bool Ok() const { return IsOk(); }
44 bool IsOk() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dreader.cpp49 m_ok = is.IsOk();
59 while (buff_is.IsOk() && line.StartsWith(wxT("#D"), &rest))
66 m_ok = buff_is.IsOk();
74 while (buff_is.IsOk())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dsound.cpp45 virtual bool IsOk() const = 0;
65 virtual bool IsOk() const { return GetPtr() != NULL; } function in class:wxSoundDataMemory
82 virtual bool IsOk() const { return !m_name.empty(); } function in class:wxSoundDataFile
108 if ( IsOk() )
156 if ( m_data && !m_data->IsOk() )
182 if ( !IsOk() || !m_data->IsOk() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddpycmn.cpp161 wxCHECK_MSG( IsOk(), wxRect(), _T("invalid wxDisplay object") );
168 wxCHECK_MSG( IsOk(), wxRect(), _T("invalid wxDisplay object") );
175 wxCHECK_MSG( IsOk(), wxString(), _T("invalid wxDisplay object") );
189 wxCHECK_MSG( IsOk(), wxArrayVideoModes(), _T("invalid wxDisplay object") );
196 wxCHECK_MSG( IsOk(), wxVideoMode(), _T("invalid wxDisplay object") );
203 wxCHECK_MSG( IsOk(), false, _T("invalid wxDisplay object") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dbrush.h55 virtual bool Ok() const { return IsOk(); }
56 virtual bool IsOk() const function in class:wxBrush

Completed in 202 milliseconds

1234567891011>>