Searched refs:CanRead (Results 26 - 45 of 45) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmbman.cpp180 if (f_stream->CanRead())
187 if (f_stream->CanRead())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagiff.cpp101 bool CanRead();
227 // CanRead:
230 bool wxIFFDecoder::CanRead() function in class:wxIFFDecoder
789 return decod.CanRead();
H A Dgifdecod.cpp570 // CanRead:
573 bool wxGIFDecoder::CanRead(wxInputStream &stream) const function in class:wxGIFDecoder
608 if (!CanRead(stream))
H A Dimage.cpp2121 bool wxImage::CanRead( const wxString& WXUNUSED_UNLESS_STREAMS(name) )
2125 return CanRead(stream);
2145 bool wxImage::CanRead( wxInputStream &stream ) function in class:wxImage
2152 if (handler->CanRead( stream ))
2170 if ( handler->CanRead(stream) )
2187 if ( handler->CanRead(stream) )
2213 if ( handler->CanRead(stream) )
2231 if (stream.IsSeekable() && !handler->CanRead(stream))
2255 if (stream.IsSeekable() && !handler->CanRead(stream))
2633 bool wxImageHandler::CanRead( cons function in class:wxImageHandler
[all...]
H A Danidecod.cpp116 bool wxANIDecoder::CanRead(wxInputStream& stream) const function in class:wxANIDecoder
H A Dimagpcx.cpp439 if (!CanRead(stream))
H A Dimagtga.cpp652 if ( !CanRead(stream) )
H A Dxpmdecod.cpp118 bool wxXPMDecoder::CanRead(wxInputStream& stream) function in class:wxXPMDecoder
H A Dstream.cpp708 bool wxInputStream::CanRead() const function in class:wxInputStream
839 if ( p != buf && !CanRead() )
H A Dimagbmp.cpp1367 return decod.CanRead(stream);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dutilsexc.cpp165 virtual bool CanRead() const;
361 bool wxPipeInputStream::CanRead() const function in class:wxPipeInputStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Danimateg.cpp134 if ( handler->CanRead(stream) )
161 if (stream.IsSeekable() && !M_ANIMDATA->CanRead(stream))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndfile.tex190 \membersection{wxSoundFileStream::CanRead}\label{wxsoundfilestreamcanread}
191 \func{bool}{CanRead}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndwav.cpp67 bool wxSoundWave::CanRead() function in class:wxSoundWave
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstream.h121 // (use CanRead() to avoid this) or there is already some data available in
147 virtual bool CanRead() const;
152 // CanRead() is more reliable than Eof()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmprint.cpp322 if (h->CanRead(*ff))
H A Dhtmlwin.cpp558 if (h->CanRead(*f))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dutilsunx.cpp415 bool wxPipeInputStream::CanRead() const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/exec/
H A Dexec.cpp1174 while ( in.CanRead() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dimage.tex243 \func{bool}{CanRead}{\param{const wxString\&}{ filename}}

Completed in 266 milliseconds

12