VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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, makVrf::DtLocationEntryWidget, and makVrf::DtSphereEntryWidget.

virtual void makVrf::DtMapFocusHandler::setCanTakeMapFocus ( bool  )
pure virtual
virtual bool makVrf::DtMapFocusHandler::canTakeMapFocus ( ) const
pure virtual
virtual bool makVrf::DtMapFocusHandler::hasMapFocus ( ) const
pure virtual
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

Member Data Documentation

boost::signal<void (DtMapFocusHandler*, bool)> makVrf::DtMapFocusHandler::signal_canTakeMapFocusChanged
boost::signal<void (DtMapFocusHandler*)> makVrf::DtMapFocusHandler::signal_selectionChangedByMapSelection
bool makVrf::DtMapFocusHandler::myMapFocusSelectedByUser
protected

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

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)