Classes | |
class | wxDocTemplate |
class | wxDocManager |
class | wxView |
class | wxDocChildFrame |
class | wxDocParentFrame |
class | wxDocument |
Typedefs | |
typedef wxVector< wxDocument * > | wxDocVector |
A vector of wxDocument pointers. More... | |
typedef wxVector< wxView * > | wxViewVector |
A vector of wxView pointers. More... | |
typedef wxVector< wxDocTemplate * > | wxDocTemplateVector |
A vector of wxDocTemplate pointers. More... | |
Functions | |
bool | wxTransferFileToStream (const wxString &filename, ostream &stream) |
Copies the given file to stream. More... | |
bool | wxTransferStreamToFile (istream &stream, const wxString &filename) |
Copies the given stream to the file filename. More... | |
typedef wxVector<wxDocTemplate*> wxDocTemplateVector |
A vector of wxDocTemplate pointers.
typedef wxVector<wxDocument*> wxDocVector |
A vector of wxDocument pointers.
typedef wxVector<wxView*> wxViewVector |
A vector of wxView pointers.
bool wxTransferFileToStream | ( | const wxString & | filename, |
ostream & | stream | ||
) |
Copies the given file to stream.
Useful when converting an old application to use streams (within the document/view framework, for example).
Include file:
#include <wx/docview.h>
bool wxTransferStreamToFile | ( | istream & | stream, |
const wxString & | filename | ||
) |
Copies the given stream to the file filename.
Useful when converting an old application to use streams (within the document/view framework, for example).
Include file:
#include <wx/docview.h>