#include <QtResource_Factory.h>
Inheritance diagram for TAO::QtResource_Factory:
Public Member Functions | |
QtResource_Factory (QApplication *qapp_) | |
Protected Member Functions | |
virtual ACE_Reactor_Impl * | reactor_impl (void) |
Create or obtain current reactor implementation. | |
Private Attributes | |
ACE_QtReactor * | reactor_impl_ |
Reactor created by this factory. | |
QApplication * | qapp_ |
QApplication running reactor. | |
TAO_SYNCH_MUTEX | lock_ |
For internal locking. |
This factory is intended for creating QtReactor for ORB. This factory can be feed into ORB using TAO_ORB_Core::set_gui_resource_factory method which is usually done by TAO_QtResource_Loader.
|
|
|
Create or obtain current reactor implementation.
Implements TAO::GUIResource_Factory. |
|
For internal locking.
Reimplemented from TAO::GUIResource_Factory. |
|
QApplication running reactor.
|
|
Reactor created by this factory.
|