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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmlfilt.h37 virtual bool CanRead(const wxFSFile& file) const = 0;
59 virtual bool CanRead(const wxFSFile& file) const;
73 virtual bool CanRead(const wxFSFile& file) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dxpmdecod.h33 bool CanRead(wxInputStream& stream);
H A Danidecod.h47 virtual bool CanRead( wxInputStream& stream ) const;
H A Danimdecod.h99 virtual bool CanRead( wxInputStream& stream ) const = 0;
H A Dgifdecod.h79 virtual bool CanRead( wxInputStream& stream ) const;
H A Dimage.h94 bool CanRead( wxInputStream& stream ) { return CallDoCanRead(stream); } function in class:wxImageHandler
95 bool CanRead( const wxString& name );
314 static bool CanRead( const wxString& name );
320 static bool CanRead( wxInputStream& stream );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtfilter.tex32 \membersection{wxHtmlFilter::CanRead}\label{wxhtmlfiltercanread}
34 \func{bool}{CanRead}{\param{const wxFSFile\& }{file}}
41 bool MyFilter::CanRead(const wxFSFile& file)
H A Dinputstr.tex33 \membersection{wxInputStream::CanRead}\label{wxinputstreamcanread}
35 \constfunc{bool}{CanRead}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndaiff.h29 bool CanRead();
H A Dsndwav.h31 bool CanRead();
H A Dsndfile.h102 virtual bool CanRead() { return false; } function in class:wxSoundFileStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dexeccmn.cpp87 if ( m_stream && m_stream->CanRead() )
H A Dimaggif.cpp100 return decod.CanRead(stream);
H A Dprocess.cpp130 return m_inputStream && m_inputStream->CanRead();
135 return m_errorStream && m_errorStream->CanRead();
H A Dimagxpm.cpp219 return decoder.CanRead(stream);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlfilt.cpp72 bool wxHtmlFilterPlainText::CanRead(const wxFSFile& WXUNUSED(file)) const
108 virtual bool CanRead(const wxFSFile& file) const;
116 bool wxHtmlFilterImage::CanRead(const wxFSFile& file) const function in class:wxHtmlFilterImage
140 bool wxHtmlFilterHTML::CanRead(const wxFSFile& file) const function in class:wxHtmlFilterHTML
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndaiff.tex30 \membersection{wxSoundAiff::CanRead}\label{wxsoundaiffcanread}
32 \func{bool}{CanRead}{\void}
H A Dsndwave.tex33 \membersection{wxSoundWave::CanRead}\label{wxsoundwavecanread}
35 \func{bool}{CanRead}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/unix/
H A Dpipe.h108 virtual bool CanRead() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/dotzlib/DotZLib/
H A DGZipStream.cs80 public override bool CanRead property in class:DotZLib.GZipStream
156 if (!CanRead) throw new NotSupportedException();
183 if (!CanRead) throw new NotSupportedException();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DGZipStream.cs80 public override bool CanRead property in class:DotZLib.GZipStream
156 if (!CanRead) throw new NotSupportedException();
183 if (!CanRead) throw new NotSupportedException();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DGZipStream.cs80 public override bool CanRead property in class:DotZLib.GZipStream
156 if (!CanRead) throw new NotSupportedException();
183 if (!CanRead) throw new NotSupportedException();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/dotzlib/DotZLib/
H A DGZipStream.cs80 public override bool CanRead property in class:DotZLib.GZipStream
156 if (!CanRead) throw new NotSupportedException();
183 if (!CanRead) throw new NotSupportedException();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/penguin/
H A Ddxfrenderer.cpp387 while (stream.CanRead())
403 while (stream.CanRead())
447 while (stream.CanRead())
540 while (stream.CanRead())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndaiff.cpp59 bool wxSoundAiff::CanRead() function in class:wxSoundAiff

Completed in 236 milliseconds

12