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

ob::EventData Class Reference

#include <python.hh>

Collaboration diagram for ob::EventData:

Collaboration graph
[legend]
List of all members.

Public Methods

 EventData (int screen, Client *client, EventAction::EA action, unsigned int state)

Public Attributes

int screen
Clientclient
unsigned int state
EventAction::EA action

Constructor & Destructor Documentation

ob::EventData::EventData int    screen,
Client   client,
EventAction::EA    action,
unsigned int    state
[inline]
 

Definition at line 195 of file python.hh.

00196                                 {
00197     this->screen = screen;
00198     this->client = client;
00199     this->action = action;
00200     this->state  = state;
00201   }


Member Data Documentation

EventAction::EA ob::EventData::action
 

Definition at line 193 of file python.hh.

Referenced by ob::Bindings::fireEvent().

Client* ob::EventData::client
 

Definition at line 191 of file python.hh.

int ob::EventData::screen
 

Definition at line 190 of file python.hh.

unsigned int ob::EventData::state
 

Definition at line 192 of file python.hh.


The documentation for this class was generated from the following file:
Generated on Tue Feb 4 23:00:16 2003 for Openbox by doxygen1.3-rc2