Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

crs::window_events Class Reference

#include <events.h>

Inheritance diagram for crs::window_events:

crs::button_events crs::check_events crs::edit_events List of all members.

Public Methods

virtual ~window_events ()
virtual void onResize (base_control &, const bounds &, const bounds &)
virtual void onHide (base_control &)
virtual void onShow (base_control &)
virtual void onMove (base_control &, const position &, const position &)
virtual void onKeyPress (base_control &, const int &)
virtual void onMouseDown (base_control &, const position &, const bool &, const bool &)

Constructor & Destructor Documentation

virtual crs::window_events::~window_events   [inline, virtual]
 

Definition at line 16 of file events.h.


Member Function Documentation

virtual void crs::window_events::onHide base_control   [inline, virtual]
 

Definition at line 19 of file events.h.

Referenced by crs::base_control::doHide().

virtual void crs::window_events::onKeyPress base_control  ,
const int &   
[inline, virtual]
 

Definition at line 25 of file events.h.

virtual void crs::window_events::onMouseDown base_control  ,
const position  ,
const bool &   ,
const bool &   
[inline, virtual]
 

Definition at line 27 of file events.h.

virtual void crs::window_events::onMove base_control  ,
const position  ,
const position  
[inline, virtual]
 

Definition at line 23 of file events.h.

Referenced by crs::base_control::doMove().

virtual void crs::window_events::onResize base_control  ,
const bounds  ,
const bounds  
[inline, virtual]
 

Definition at line 17 of file events.h.

Referenced by crs::base_control::doResize().

virtual void crs::window_events::onShow base_control   [inline, virtual]
 

Definition at line 21 of file events.h.

Referenced by crs::base_control::doShow().


The documentation for this class was generated from the following file:
Generated on Mon May 19 20:36:05 2003 for cursive by doxygen1.2.18