If several doc templates use the same document and view classes, they should
share their filters in Save As git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -276,6 +276,9 @@ public:
|
||||
|
||||
bool IsVisible() const { return ((m_flags & wxTEMPLATE_VISIBLE) == wxTEMPLATE_VISIBLE); }
|
||||
|
||||
wxClassInfo* GetDocClassInfo() const { return m_docClassInfo; }
|
||||
wxClassInfo* GetViewClassInfo() const { return m_viewClassInfo; }
|
||||
|
||||
virtual bool FileMatchesTemplate(const wxString& path);
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user