|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
OCF Application host class. Owner of & host for a TOcApp object. More...
#include <ocf/ocapp.h>
Public Member Functions | |
| TOcAppHost () | |
| ~TOcAppHost () | |
| void | OcInit (TOcRegistrar ®istrar, owl::uint32 options) |
| TRegistrar & | GetRegistrar () |
| bool | IsOptionSet (owl::uint32 option) const |
| virtual void | AttachHost (TOcApp *ocApp) |
| virtual void | ReleaseOcObject () |
Public Attributes | |
| TOleAllocator | OleMalloc |
| TOcApp * | OcApp |
OCF Application host class. Owner of & host for a TOcApp object.
|
inline |
Definition at line 465 of file ocapp.h.
References OcApp, and ocf::TOcApp::ReleaseObject().
|
inline |
|
inline |
Definition at line 471 of file ocapp.h.
References ocf::TOcApp::IsOptionSet(), and OcApp.
|
inline |
Definition at line 476 of file ocapp.h.
References ocf::TOcRegistrar::CreateOcApp(), and OcApp.
| TOleAllocator ocf::TOcAppHost::OleMalloc |