Contents Up Previous Next

wxPMProjectCreatorTemplate

* Class used as a "surrogate" document to be shown in * the list of templates. When created, it automatically * displays wxPMProjectCreatorDialog for selection and * then creation of the actual project. The doc template * for this "document" can describe eg. as "Project". * Unlike for actual projects, template for this project * should have wxTEMPLATE_VISIBLE flag to allow selection * of it from wxWin's standard template-selection dialog.

Derived from

wxDocTemplate

Data structures

Members

wxPMProjectCreatorTemplate::wxPMProjectCreatorTemplate
wxPMProjectCreatorTemplate::~wxPMProjectCreatorTemplate
wxPMProjectCreatorTemplate::CreateDocument


wxPMProjectCreatorTemplate::wxPMProjectCreatorTemplate

wxPMProjectCreatorTemplate(wxDocManager* manager, const wxString& descr, const wxString& filter, const wxString& dir, const wxString& ext, const wxString& docTypeName, const wxString& viewTypeName, wxClassInfo* docClassInfo = NULL, wxClassInfo* viewClassInfo = NULL, long flags = wxDEFAULT_TEMPLATE_FLAGS)


wxPMProjectCreatorTemplate::~wxPMProjectCreatorTemplate

~wxPMProjectCreatorTemplate()


wxPMProjectCreatorTemplate::CreateDocument

wxDocument* CreateDocument(const wxString& path, long flags = 0)

overriden method of wxDocTemplate