Updraft  1.0
Open source glider flight visualisation tool.
Updraft::EventInfo Class Reference

This class holds information about a MapObject event. More...

#include <eventinfo.h>

List of all members.

Public Member Functions

 EventInfo (EventType type_)
 EventInfo (EventType type_, osg::Vec3 inter_)

Public Attributes

EventType type
osg::Vec3 intersection
 Coordinates of the intersection.

Detailed Description

This class holds information about a MapObject event.

This event happens when e.g. the user clicks a MapObject. Subsequently, all the plugins are informed about the event using this class. Everything that the plugins might need to know about the event should go here.


Constructor & Destructor Documentation

Updraft::EventInfo::EventInfo ( EventType  type_,
osg::Vec3  inter_ 
) [inline]

Member Data Documentation

Coordinates of the intersection.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines