OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ocapp.h File Reference

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
 

Detailed Description

Definition of TOcApp application connection class.

Definition in file ocapp.h.

Macro Definition Documentation

◆ _OCMCLASS

#define _OCMCLASS

Definition at line 42 of file ocapp.h.

◆ OC_APPBORDERSPACEREQ

#define OC_APPBORDERSPACEREQ   0x0104

Definition at line 346 of file ocapp.h.

◆ OC_APPBORDERSPACESET

#define OC_APPBORDERSPACESET   0x0105

Definition at line 347 of file ocapp.h.

◆ OC_APPDIALOGHELP

#define OC_APPDIALOGHELP   0x0108

Definition at line 350 of file ocapp.h.

◆ OC_APPFRAMERECT

#define OC_APPFRAMERECT   0x0103

Definition at line 345 of file ocapp.h.

◆ OC_APPGETACCEL

#define OC_APPGETACCEL   0x010A

Definition at line 352 of file ocapp.h.

◆ OC_APPINSMENUS

#define OC_APPINSMENUS   0x0100

Definition at line 342 of file ocapp.h.

◆ OC_APPMENUS

#define OC_APPMENUS   0x0101

Definition at line 343 of file ocapp.h.

◆ OC_APPPROCESSMSG

#define OC_APPPROCESSMSG   0x0102

Definition at line 344 of file ocapp.h.

◆ OC_APPRESTOREUI

#define OC_APPRESTOREUI   0x0107

Definition at line 349 of file ocapp.h.

◆ OC_APPSHUTDOWN

#define OC_APPSHUTDOWN   0x0109

Definition at line 351 of file ocapp.h.

◆ OC_APPSTATUSTEXT

#define OC_APPSTATUSTEXT   0x0106

Definition at line 348 of file ocapp.h.

◆ WM_BCXNAME

#define WM_BCXNAME   (0x7FFF-8)

Definition at line 336 of file ocapp.h.

◆ WM_OCEVENT

#define WM_OCEVENT   (WM_BCXNAME-1)

Definition at line 337 of file ocapp.h.