PyCWinApp Object
An application class. Encapsulates an MFC CWinApp
class
Methods
- AddDocTemplate
- Adds a template to the application list.
- FindOpenDocument
- Returns an existing document with the specified file name.
- GetDocTemplateList
- Returns a list of all document templates in use.
- InitDlgInstance
- Calls critical InitInstance processing for a dialog based application.
- LoadCursor
- Loads a cursor.
- LoadStandardCursor
- Loads a standard cursor.
- LoadOEMCursor
- Loads an OEM cursor.
- LoadIcon
- Loads an icon resource.
- LoadStandardIcon
- Loads an icon resource.
- OpenDocumentFile
- Opens a document file by name.
- OnFileNew
- Calls the underlying OnFileNew MFC method.
- OnFileOpen
- Calls the underlying OnFileOpen MFC method.
- RemoveDocTemplate
- Removes a template to the application list.
- Run
- Starts the main application message pump.
- IsInproc
- Returns a flag to indicate if the created CWinApp was in the DLL, or an external EXE.