VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
makVrf::DtMapFocusHandler Class Reference

Base class that must be implemented by items that wish to be part of a map focus handler chain. More...

Inheritance diagram for makVrf::DtMapFocusHandler:
Inheritance graph
[legend]

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

Detailed Description

Base class that must be implemented by items that wish to be part of a map focus handler chain.

Constructor & Destructor Documentation

makVrf::DtMapFocusHandler::DtMapFocusHandler ( )
inline

CTOR.

virtual makVrf::DtMapFocusHandler::~DtMapFocusHandler ( )
inlinevirtual

DTOR.

Member Function Documentation

virtual void makVrf::DtMapFocusHandler::setHasMapFocus ( bool  )
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.

virtual void makVrf::DtMapFocusHandler::setCanTakeMapFocus ( bool  )
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.

virtual bool makVrf::DtMapFocusHandler::canTakeMapFocus ( ) const
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.

virtual bool makVrf::DtMapFocusHandler::hasMapFocus ( ) const
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.

virtual void makVrf::DtMapFocusHandler::clearMapFocusSelectedByUser ( )
inlinevirtual

If mapFocusSelectedByUser is true will prevent focus from automatically changing to another control.

virtual bool makVrf::DtMapFocusHandler::mapFocusSelectedByUser ( ) const
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

Member Data Documentation

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

bool makVrf::DtMapFocusHandler::myMapFocusSelectedByUser
protected

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

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)