Searched refs:IsOk (Results 26 - 50 of 409) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dicon.h52 bool Ok() const { return IsOk(); }
53 bool IsOk() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dbrush.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/generic/
H A Dcolour.h36 bool Ok() const { return IsOk(); }
37 bool IsOk() const { return m_isInit; } function in class:wxColour
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dbrush.h29 bool Ok() const { return IsOk(); }
30 bool IsOk() const { return m_refData != NULL; } function in class:wxBrush
H A Dpen.h30 bool Ok() const { return IsOk(); }
31 bool IsOk() const { return m_refData != NULL; } function in class:wxPen
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dbrush.h39 bool Ok() const { return IsOk(); }
40 bool IsOk() const { return m_refData != NULL; } function in class:wxBrush
H A Dcolour.h48 bool Ok() const { return IsOk(); }
49 bool IsOk() const { return m_refData != NULL; } function in class:wxColour
H A Dpen.h43 bool Ok() const { return IsOk(); }
44 bool IsOk() const { return m_refData != NULL; } function in class:wxPen
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dcolour.h33 bool Ok() const { return IsOk(); }
34 bool IsOk() const;
H A Dcursor.h38 virtual bool Ok() const { return IsOk(); }
39 virtual bool IsOk() const ;
H A Dpalette.h47 virtual bool Ok() const { return IsOk(); }
48 virtual bool IsOk() const { return (m_refData != NULL) ; } function in class:wxPalette
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dcolour.h38 bool Ok() const { return IsOk(); }
39 bool IsOk() const {return m_isInit; } function in class:wxColour
H A Dpalette.h48 virtual bool Ok() const { return IsOk(); }
49 virtual bool IsOk() const { return (m_refData != NULL) ; } function in class:wxPalette
H A Dsound.h30 bool IsOk() const { return !m_sndname.IsEmpty(); } function in class:wxSound
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dbrush.h39 bool Ok() const { return IsOk(); }
40 bool IsOk() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dcursor.h42 virtual bool Ok() const { return IsOk(); }
43 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 Dbrush.h45 bool Ok() const { return IsOk(); }
46 bool IsOk() const { return m_refData != NULL; } function in class:wxBrush
H A Dpalette.h44 virtual bool Ok() const { return IsOk(); }
45 virtual bool IsOk(void) const { return (m_refData != NULL) ; } function in class:wxPalette
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dcolour.h37 bool Ok() const { return IsOk(); }
38 bool IsOk(void) const {return m_bIsInit; } function in class:wxColour
H A Dpalette.h62 virtual bool Ok() const { return IsOk(); }
63 virtual bool IsOk(void) const { return (m_refData != NULL) ; } function in class:wxPalette
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dbrush.h45 bool Ok() const { return IsOk(); }
46 bool IsOk() const { return m_refData != NULL; } function in class:wxBrush
H A Dpalette.h44 virtual bool Ok() const { return IsOk(); }
45 virtual bool IsOk(void) const { return (m_refData != NULL) ; } function in class:wxPalette
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgvfs.cpp55 bool IsOk();
99 bool wxGnomeVFSLibrary::IsOk() function in class:wxGnomeVFSLibrary
169 if (gs_lgvfs->IsOk())
179 if (gs_lgvfs->IsOk())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dreader.h38 inline bool IsOk() const { return m_ok; }; function in class:LifeReader
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Danimatecmn.cpp44 if (!m_bmpStaticReal.IsOk() || !m_bmpStatic.IsOk())
52 if (!m_bmpStaticReal.IsOk() ||

Completed in 86 milliseconds

1234567891011>>