Wt::Event Class Reference

#include <event.h>

Inherited by Wt::ChildEvent, Wt::CloseEvent, Wt::CustomEvent, Wt::FocusEvent, Wt::HideEvent, Wt::InputEvent, Wt::LayoutHintEvent, Wt::MoveEvent, Wt::PaintEvent, Wt::ResizeEvent, Wt::ShowEvent, and Wt::TimerEvent.

List of all members.

Public Types

 Nope
 Timer
 MouseButtonPress
 MouseButtonRelease
 MouseButtonDblClick
 MouseMove
 KeyPress
 KeyRelease
 FocusIn
 FocusOut
 Enter
 Leave
 Paint
 Move
 Resize
 Wheel
 ChildInserted
 ChildRemoved
 LayoutHint
 Show
 Hide
 Close
 User
 MaxEvent
enum  Type {
  Nope, Timer, MouseButtonPress, MouseButtonRelease,
  MouseButtonDblClick, MouseMove, KeyPress, KeyRelease,
  FocusIn, FocusOut, Enter, Leave,
  Paint, Move, Resize, Wheel,
  ChildInserted, ChildRemoved, LayoutHint, Show,
  Hide, Close, User, MaxEvent
}
 events that are delivered per widget More...

Public Member Functions

 Event (int type)
virtual ~Event ()
int type () const


Member Enumeration Documentation

enum Wt::Event::Type

events that are delivered per widget

Enumerator:
Nope 
Timer 
MouseButtonPress 
MouseButtonRelease 
MouseButtonDblClick 
MouseMove 
KeyPress 
KeyRelease 
FocusIn 
FocusOut 
Enter 
Leave 
Paint 
Move 
Resize 
Wheel 
ChildInserted 
ChildRemoved 
LayoutHint 
Show 
Hide 
Close 
User 
MaxEvent 


Constructor & Destructor Documentation

Wt::Event::Event ( int  type  )  [inline]

virtual Wt::Event::~Event (  )  [inline, virtual]


Member Function Documentation

int Wt::Event::type (  )  const [inline]


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

Generated Fri Jul 28 19:22:38 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.