![]() |
VR-Forces Development_Version Class Documentation
|
the Signals for DtViewManager More...

Public Member Functions | |
| virtual | ~DtWindowManagerSignaler () |
| DTOR. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtWindowManagerSignaler & | instance (DtDe &de) |
| Get an instance used to emit, or to connect. | |
Public Attributes | |
| boost::signal< void(DtWindow *)> | signal_windowCreated |
| Signal emitted when a local window is added. | |
| boost::signal< void(DtWindow *)> | signal_windowToBeDestroyed |
| Signal emitted when a local window is to be destroyed. | |
| boost::signal< void(DtWindow *)> | signal_windowResizabilityChanged |
| Signal emitted when a local window needs to go from fixed size to resizeable and vice versa. | |
Protected Member Functions | |
| DtWindowManagerSignaler () | |
the Signals for DtViewManager
|
virtual |
DTOR.
|
protected |
|
static |
Get an instance used to emit, or to connect.
| boost::signal<void (DtWindow*)> makVrv::DtWindowManagerSignaler::signal_windowCreated |
Signal emitted when a local window is added.
| boost::signal<void (DtWindow*)> makVrv::DtWindowManagerSignaler::signal_windowToBeDestroyed |
Signal emitted when a local window is to be destroyed.
| boost::signal<void (DtWindow*)> makVrv::DtWindowManagerSignaler::signal_windowResizabilityChanged |
Signal emitted when a local window needs to go from fixed size to resizeable and vice versa.