#include <qt_resource.h>
Inheritance diagram for TAO_QtResource_Factory:
Public Methods | |
TAO_QtResource_Factory (void) | |
Static Public Methods | |
void | set_context (QApplication *qapp) |
Set the context used to create the QtReactor. | |
Protected Methods | |
virtual ACE_Reactor_Impl * | allocate_reactor_impl (void) const |
Obtain the reactor implementation. | |
Static Private Attributes | |
QApplication * | qapp_ = 0 |
Using a <{resource source specifier}> as a discriminator, the factory can return resource instances which are, e.g., global, stored in thread-specific storage, stored in shared memory, etc.
|
|
|
Obtain the reactor implementation.
Reimplemented from TAO_Default_Resource_Factory. |
|
Set the context used to create the QtReactor.
|
|
|