Main Page   Namespace List   Class Hierarchy   Compound List   File List   Header Files   Namespace Members   Compound Members   File Members   Related Pages  

/msg/src/other/event.h

This is the verbatim text of the event.h include file.
/* -*- C++ -*-
 * event.h
 * $Id: event.h,v 1.1.1.1 2000/07/20 20:54:14 ghali Exp $
 */

#ifndef EVENT_H
#define EVENT_H

namespace MSG {

  enum EventType {EVENT, MOUSEDRAGEVENT};

  class Event {
  public:

    Event();
    virtual ~Event();

    virtual EventType getEventType();

  };
}
#endif

Generated at Sat Jul 22 00:32:15 2000 for MSG by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999