\member{wxClassInfo* }{m\_docClassInfo}
Run-time class information that allows document instances to be constructed dynamically.
\member{wxClassInfo* }{m\_docClassInfo}
Run-time class information that allows document instances to be constructed dynamically.
\member{wxDocTemplate*}{m\_documentManager}
A pointer to the document manager for which this template was created.
\member{wxDocTemplate*}{m\_documentManager}
A pointer to the document manager for which this template was created.
\member{wxString}{m\_fileFilter}
The file filter (such as {\tt *.txt}) to be used in file selector dialogs.
\member{wxString}{m\_fileFilter}
The file filter (such as {\tt *.txt}) to be used in file selector dialogs.
\member{wxClassInfo*}{m\_viewClassInfo}
Run-time class information that allows view instances to be constructed dynamically.
\member{wxClassInfo*}{m\_viewClassInfo}
Run-time class information that allows view instances to be constructed dynamically.
\func{}{wxDocTemplate}{\param{wxDocManager* }{manager}, \param{const wxString\& }{descr}, \param{const wxString\& }{filter},
\param{const wxString\& }{dir}, \param{const wxString\& }{ext}, \param{const wxString\& }{docTypeName},
\func{}{wxDocTemplate}{\param{wxDocManager* }{manager}, \param{const wxString\& }{descr}, \param{const wxString\& }{filter},
\param{const wxString\& }{dir}, \param{const wxString\& }{ext}, \param{const wxString\& }{docTypeName},
a wxClassInfo parameter to the template constructor, you will need to override this
function to return an appropriate view instance.
a wxClassInfo parameter to the template constructor, you will need to override this
function to return an appropriate view instance.
\func{wxString}{GetDefaultExtension}{\void}
Returns the default file extension for the document data, as passed to the document template constructor.
\func{wxString}{GetDefaultExtension}{\void}
Returns the default file extension for the document data, as passed to the document template constructor.
\func{wxString}{GetDescription}{\void}
Returns the text description of this template, as passed to the document template constructor.
\func{wxString}{GetDescription}{\void}
Returns the text description of this template, as passed to the document template constructor.
\func{wxString}{GetDirectory}{\void}
Returns the default directory, as passed to the document template constructor.
\func{wxString}{GetDirectory}{\void}
Returns the default directory, as passed to the document template constructor.
\func{wxDocManager *}{GetDocumentManager}{\void}
Returns a pointer to the document manager instance for which this template was created.
\func{wxDocManager *}{GetDocumentManager}{\void}
Returns a pointer to the document manager instance for which this template was created.
\func{wxString}{GetDocumentName}{\void}
Returns the document type name, as passed to the document template constructor.
\func{wxString}{GetDocumentName}{\void}
Returns the document type name, as passed to the document template constructor.
\func{wxString}{GetFileFilter}{\void}
Returns the file filter, as passed to the document template constructor.
\func{wxString}{GetFileFilter}{\void}
Returns the file filter, as passed to the document template constructor.
\func{long}{GetFlags}{\void}
Returns the flags, as passed to the document template constructor.
\func{long}{GetFlags}{\void}
Returns the flags, as passed to the document template constructor.
\func{wxString}{GetViewName}{\void}
Returns the view type name, as passed to the document template constructor.
\func{wxString}{GetViewName}{\void}
Returns the view type name, as passed to the document template constructor.
\func{bool}{InitDocument}{\param{wxDocument* }{doc}, \param{const wxString\& }{path}, \param{long}{ flags = 0}}
Initialises the document, calling wxDocument::OnCreate. This is called from
wxDocTemplate::CreateDocument.
\func{bool}{InitDocument}{\param{wxDocument* }{doc}, \param{const wxString\& }{path}, \param{long}{ flags = 0}}
Initialises the document, calling wxDocument::OnCreate. This is called from
wxDocTemplate::CreateDocument.
\func{bool}{IsVisible}{\void}
Returns true if the document template can be shown in user dialogs, false otherwise.
\func{bool}{IsVisible}{\void}
Returns true if the document template can be shown in user dialogs, false otherwise.
\func{void}{SetDocumentManager}{\param{wxDocManager *}{manager}}
Sets the pointer to the document manager instance for which this template was created.
Should not be called by the application.
\func{void}{SetDocumentManager}{\param{wxDocManager *}{manager}}
Sets the pointer to the document manager instance for which this template was created.
Should not be called by the application.