|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Definition of TOcApp application connection class. More...
#include <owl/private/defs.h>#include <ocf/ocbocole.h>#include <ocf/ocobject.h>#include <ocf/ocreg.h>#include <ocf/autodefs.h>#include <ocf/ocdata.h>#include <ocf/ocapp.rh>#include <owl/dispatch.h>#include <owl/contain.h>#include <owl/preclass.h>#include <owl/posclass.h>Go to the source code of this file.
Classes | |
| class | ocf::TOcFormatName |
| Clipboard format name. More... | |
| class | ocf::TOcNameList |
| Clipboard format names. More... | |
| class | ocf::TOcRegistrar |
| Linking & embeding version of the Registrar. More... | |
| class | ocf::TOcApp |
| OCF Application class. More... | |
| struct | ocf::TOcGetAccel |
| class | ocf::TOcAppHost |
| OCF Application host class. Owner of & host for a TOcApp object. More... | |
| class | ocf::TOcModule |
| class | ocf::TOcAppFrameHost |
| OCF Application frame window host class. Receives window events from OcApp. More... | |
| class | ocf::TOcAppFrameHostMsg |
| Default implementation of frame window host that uses messages. More... | |
Namespaces | |
| namespace | owl |
| Object Windows Library (OWLNext Core) | |
| namespace | ocf |
| Object Component Framework (COM encapsulation) | |
Macros | |
| #define | _OCMCLASS |
| #define | WM_BCXNAME (0x7FFF-8) |
| #define | WM_OCEVENT (WM_BCXNAME-1) |
| #define | OC_APPINSMENUS 0x0100 |
| #define | OC_APPMENUS 0x0101 |
| #define | OC_APPPROCESSMSG 0x0102 |
| #define | OC_APPFRAMERECT 0x0103 |
| #define | OC_APPBORDERSPACEREQ 0x0104 |
| #define | OC_APPBORDERSPACESET 0x0105 |
| #define | OC_APPSTATUSTEXT 0x0106 |
| #define | OC_APPRESTOREUI 0x0107 |
| #define | OC_APPDIALOGHELP 0x0108 |
| #define | OC_APPSHUTDOWN 0x0109 |
| #define | OC_APPGETACCEL 0x010A |
Variables | |
| class _ICLASS | ocf::TOcPart |
| class _ICLASS | ocf::TOcClassMgr |
| class _ICLASS | ocf::TOcApp |
| class _OCMCLASS | ocf::TOcAppHost |
| class _OCMCLASS | ocf::TOcAppFrameHost |
Definition of TOcApp application connection class.
Definition in file ocapp.h.
| #define WM_OCEVENT (WM_BCXNAME-1) |