OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
ocf::TOleFactoryAuto< T > Struct Template Reference

Automated application default automation callout implementation. More...

#include <ocf/olefacto.h>

Static Public Member Functions

static void AutomateApp (T *app, owl::uint32 options)
 Default callout to aggregate an automation helper to an automated app.
 
static TUnknownAutomateObject (T *app, const void *obj, const std::type_info &info)
 Default callout to aggregate an automation helper to an automated object.
 
static void UnregisterAutomation (T *app)
 Default callout to unregister automation active object.
 

Detailed Description

template<class T>
struct ocf::TOleFactoryAuto< T >

Automated application default automation callout implementation.

Definition at line 65 of file olefacto.h.

Member Function Documentation

◆ AutomateApp()

template<class T >
void ocf::TOleFactoryAuto< T >::AutomateApp ( T * app,
owl::uint32 options )
static

Default callout to aggregate an automation helper to an automated app.

Definition at line 97 of file olefacto.h.

References CHECK, and Registrar.

◆ AutomateObject()

template<class T >
TUnknown * ocf::TOleFactoryAuto< T >::AutomateObject ( T * app,
const void * obj,
const std::type_info & info )
static

Default callout to aggregate an automation helper to an automated object.

Definition at line 75 of file olefacto.h.

References CHECK, and Registrar.

◆ UnregisterAutomation()

template<class T >
void ocf::TOleFactoryAuto< T >::UnregisterAutomation ( T * app)
static

Default callout to unregister automation active object.

Definition at line 86 of file olefacto.h.

References CHECK, and Registrar.


The documentation for this struct was generated from the following file: