factory = wxFilterClassFactory::Find(filename, wxSTREAM_FILEEXT);
if (factory)
stream = factory->NewStream(new wxFFileInputStream(filename));
factory = wxFilterClassFactory::Find(filename, wxSTREAM_FILEEXT);
if (factory)
stream = factory->NewStream(new wxFFileInputStream(filename));
Returns true if this factory can handle the given protocol, MIME type, HTTP
encoding or file extension.
Returns true if this factory can handle the given protocol, MIME type, HTTP
encoding or file extension.
A static member that finds a factory that can handle a given protocol, MIME
type, HTTP encoding or file extension. Returns a pointer to the class
A static member that finds a factory that can handle a given protocol, MIME
type, HTTP encoding or file extension. Returns a pointer to the class
so can't be done when other threads are running that will be using the list.
The list does not own the factories, so removing a factory does not delete it.
so can't be done when other threads are running that will be using the list.
The list does not own the factories, so removing a factory does not delete it.