|
virtual CDocument * | OpenDocumentFile (const char *lpszPathName, bool bMakeVisible=true)=0 |
|
virtual CDocument * | CreateNewDocument () |
|
virtual CFrameWnd * | CreateNewFrame (CDocument *pDoc, CFrameWnd *pOther) |
|
virtual void | SetDefaultTitle (CDocument *pDocument)=0 |
|
virtual void | InitialUpdateFrame (CFrameWnd *pFrame, CDocument *pDoc, bool bMakeVisible=true) |
|
virtual void | AddDocument (CDocument *pDoc) |
|
virtual void | RemoveDocument (CDocument *pDoc) |
|
virtual void | CloseAllDocuments (bool bEndSession) |
|
virtual POSITION | GetFirstDocPosition () const =0 |
|
virtual CDocument * | GetNextDoc (POSITION &rPos) const =0 |
|
void | LoadTemplate () |
|
virtual void | DoWaitCursor (int nCode) |
|
void | BeginWaitCursor () |
|
void | EndWaitCursor () |
|
void | RestoreWaitCursor () |
|
bool | OnCmdMsg (unsigned int nID, int nCode, void *pExtra, AFX_CMDHANDLERINFO *pHandlerInfo) |
|
| CObject (const CObject &)=default |
|
CObject & | operator= (const CObject &)=default |
|
virtual const CRuntimeClass * | GetRuntimeClass () const |
|
virtual void | AssertValid () const |
|
virtual void | Dump (CDumpContext &dc) const |
|
bool | IsKindOf (const CRuntimeClass *pClass) const |
|
|
const AFX_MSGMAP * | GetMessageMap () const override |
|
| CDocTemplate (unsigned int nIDResource, const CRuntimeClass *pDocClass, const CRuntimeClass *pFrameClass, const CRuntimeClass *pViewClass) |
|
const AFX_MSGMAP_ENTRY * | LookupMessage (unsigned int message) |
|
const AFX_MSGMAP_ENTRY * | AfxFindMessageEntry (const AFX_MSGMAP_ENTRY *lpEntry, unsigned int nMsg, unsigned int nCode, unsigned int nID) |
|
bool | _AfxDispatchCmdMsg (CCmdTarget *pTarget, unsigned int nID, int nCode, AFX_PMSG pfn, void *pExtra, unsigned int nSig, AFX_CMDHANDLERINFO *pHandlerInfo) |
|
◆ OpenDocumentFile()
virtual CDocument* Bagel::MFC::CDocTemplate::OpenDocumentFile |
( |
const char * |
lpszPathName, |
|
|
bool |
bMakeVisible = true |
|
) |
| |
|
pure virtual |
◆ m_strDocStrings
CString Bagel::MFC::CDocTemplate::m_strDocStrings |
'
' separated names The document names sub-strings are represented as one string: windowTitle
... (see DocStringIndex enum)
The documentation for this class was generated from the following file: