OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Implementation of class TDocManager. More...
#include <owl/pch.h>
#include <owl/docmanag.h>
#include <owl/appdict.h>
#include <owl/opensave.h>
#include <owl/picklist.h>
#include <owl/system.h>
#include <owl/filename.h>
#include <owl/docview.rh>
#include <string.h>
#include <stdio.h>
#include <dlgs.h>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Typedefs | |
typedef TDocTemplate * | owl::TDocTemplatePtr |
Functions | |
owl::DIAG_DEFINE_GROUP_INIT (OWL_INI, OwlDocView, 1, 0) | |
owl::EV_COMMAND (CM_FILENEW, CmFileNew) | |
owl::EV_COMMAND (CM_FILEOPEN, CmFileOpen) | |
owl::EV_COMMAND (CM_FILESAVE, CmFileSave) | |
owl::EV_COMMAND (CM_FILESAVEAS, CmFileSaveAs) | |
owl::EV_COMMAND (CM_FILEREVERT, CmFileRevert) | |
owl::EV_COMMAND (CM_FILECLOSE, CmFileClose) | |
owl::EV_COMMAND (CM_VIEWCREATE, CmViewCreate) | |
owl::EV_COMMAND_ENABLE (CM_FILENEW, CeFileNew) | |
owl::EV_COMMAND_ENABLE (CM_FILEOPEN, CeFileOpen) | |
owl::EV_COMMAND_ENABLE (CM_FILESAVE, CeFileSave) | |
owl::EV_COMMAND_ENABLE (CM_FILESAVEAS, CeFileSaveAs) | |
owl::EV_COMMAND_ENABLE (CM_FILEREVERT, CeFileRevert) | |
owl::EV_COMMAND_ENABLE (CM_FILECLOSE, CeFileClose) | |
owl::EV_COMMAND_ENABLE (CM_VIEWCREATE, CeViewCreate) | |
owl::IMPLEMENT_STREAMABLE (TDocManager) | |
Variables | |
owl::EV_WM_CANCLOSE | |
owl::EV_WM_PREPROCMENU | |
owl::EV_WM_WAKEUP | |
Implementation of class TDocManager.
Definition in file docmanag.cpp.
Definition at line 34 of file docmanag.cpp.
Definition at line 35 of file docmanag.cpp.
Definition at line 39 of file docmanag.cpp.
Definition at line 38 of file docmanag.cpp.
Definition at line 33 of file docmanag.cpp.
Definition at line 32 of file docmanag.cpp.
Definition at line 31 of file docmanag.cpp.
Definition at line 36 of file docmanag.cpp.
Definition at line 37 of file docmanag.cpp.
Definition at line 40 of file docmanag.cpp.
Definition at line 41 of file docmanag.cpp.