git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28894
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
class wxFSFile : public wxObject
{
public:
class wxFSFile : public wxObject
{
public:
+ %pythonAppend wxFSFile
+ "self.thisown = 0 # It will normally be deleted by the user of the wxFileSystem";
+
wxFSFile(wxInputStream *stream, const wxString& loc,
const wxString& mimetype, const wxString& anchor,
wxDateTime modif);
wxFSFile(wxInputStream *stream, const wxString& loc,
const wxString& mimetype, const wxString& anchor,
wxDateTime modif);
wxInputStream *GetStream();
const wxString& GetMimeType();
wxInputStream *GetStream();
const wxString& GetMimeType();
void _setCallbackInfo(PyObject* self, PyObject* _class);
bool CanOpen(const wxString& location);
void _setCallbackInfo(PyObject* self, PyObject* _class);
bool CanOpen(const wxString& location);
wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location);
wxString FindFirst(const wxString& spec, int flags = 0);
wxString FindNext();
wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location);
wxString FindFirst(const wxString& spec, int flags = 0);
wxString FindNext();
void ChangePathTo(const wxString& location, bool is_dir = False);
wxString GetPath();
void ChangePathTo(const wxString& location, bool is_dir = False);
wxString GetPath();
wxFSFile* OpenFile(const wxString& location);
wxString FindFirst(const wxString& spec, int flags = 0);
wxFSFile* OpenFile(const wxString& location);
wxString FindFirst(const wxString& spec, int flags = 0);
public:
wxInternetFSHandler();
bool CanOpen(const wxString& location);
public:
wxInternetFSHandler();
bool CanOpen(const wxString& location);
wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location);
};
wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location);
};
wxZipFSHandler();
bool CanOpen(const wxString& location);
wxZipFSHandler();
bool CanOpen(const wxString& location);
wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location);
wxString FindFirst(const wxString& spec, int flags = 0);
wxString FindNext();
wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location);
wxString FindFirst(const wxString& spec, int flags = 0);
wxString FindNext();
%pythoncode { AddFile = staticmethod(MemoryFSHandler_AddFile) }
bool CanOpen(const wxString& location);
%pythoncode { AddFile = staticmethod(MemoryFSHandler_AddFile) }
bool CanOpen(const wxString& location);
wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location);
wxString FindFirst(const wxString& spec, int flags = 0);
virtual wxString FindNext();
wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location);
wxString FindFirst(const wxString& spec, int flags = 0);
virtual wxString FindNext();