![]() |
VR-Forces 4.1.1 Class Documentation
|
Base class that must be implemented by items that wish to be part of a map focus handler chain. More...

Public Member Functions | |
| DtMapFocusHandler () | |
| CTOR. | |
| virtual | ~DtMapFocusHandler () |
| DTOR. | |
Protected Attributes | |
| bool | myMapFocusSelectedByUser |
| boost::signal< void(DtMapFocusHandler *, bool)> | signal_canTakeMapFocusChanged |
| boost::signal< void(DtMapFocusHandler *)> | signal_selectionChangedByMapSelection |
| virtual void | setHasMapFocus (bool)=0 |
| virtual void | setCanTakeMapFocus (bool)=0 |
| virtual bool | canTakeMapFocus () const =0 |
| virtual bool | hasMapFocus () const =0 |
| virtual void | clearMapFocusSelectedByUser () |
| If mapFocusSelectedByUser is true will prevent focus from automatically changing to another control. | |
| virtual bool | mapFocusSelectedByUser () const |
Base class that must be implemented by items that wish to be part of a map focus handler chain.
|
inline |
CTOR.
|
inlinevirtual |
DTOR.
|
pure virtual |
Methods implemented on behalf of being a map focus handler Sets whether or not the focus button has any effect. By default the focus button is not visible
Implemented in makVrf::DtVrfFilteredListView, and makVrf::DtLocationEntryWidget.
|
pure virtual |
Methods implemented on behalf of being a map focus handler Sets whether or not the focus button has any effect. By default the focus button is not visible
Implemented in makVrf::DtLocationEntryWidget, and makVrf::DtVrfFilteredListView.
|
pure virtual |
Methods implemented on behalf of being a map focus handler Sets whether or not the focus button has any effect. By default the focus button is not visible
Implemented in makVrf::DtLocationEntryWidget, and makVrf::DtVrfFilteredListView.
|
pure virtual |
Methods implemented on behalf of being a map focus handler Sets whether or not the focus button has any effect. By default the focus button is not visible
Implemented in makVrf::DtLocationEntryWidget, and makVrf::DtVrfFilteredListView.
|
inlinevirtual |
If mapFocusSelectedByUser is true will prevent focus from automatically changing to another control.
|
inlinevirtual |
Methods implemented on behalf of being a map focus handler Sets whether or not the focus button has any effect. By default the focus button is not visible
| boost::signal<void (DtMapFocusHandler*, bool)> makVrf::DtMapFocusHandler::signal_canTakeMapFocusChanged |
Methods implemented on behalf of being a map focus handler Sets whether or not the focus button has any effect. By default the focus button is not visible
| boost::signal<void (DtMapFocusHandler*)> makVrf::DtMapFocusHandler::signal_selectionChangedByMapSelection |
Methods implemented on behalf of being a map focus handler Sets whether or not the focus button has any effect. By default the focus button is not visible
|
protected |