Boost.UI
User Interface Boost library
Classes | Namespaces | Typedefs | Variables
event.hpp File Reference

Event classes. More...

Include dependency graph for event.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  boost::ui::event
 Base class for all events. More...
 
class  boost::ui::index_event
 Event class that holds some index in container. More...
 
class  boost::ui::keyboard_state
 Keyboard state class. More...
 
class  boost::ui::key_event
 Keyboard event class that holds information about keyboard when event was generated. More...
 
class  boost::ui::mouse_event
 Mouse event class that holds information about mouse when event was generated. More...
 
class  boost::ui::wheel_event
 Mouse wheel event class. More...
 

Namespaces

 boost
 Boost C++ libraries namespace.
 
 boost::ui
 Boost.UI library namespace.
 

Typedefs

typedef int boost::ui::index_type
 Integral type for indexing items.
 

Variables

const index_type boost::ui::nindex = -1
 Invalid index value.
 

Detailed Description

Event classes.