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

/msg/src/visitors/eventvisitor.h

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

#ifndef EVENTVISITOR_H
#define EVENTVISITOR_H

#include "visitor.h"
#include "../nodes/group.h"
#include "../other/event.h"
#include "../other/mousedragevent.h"

namespace MSG {

  class EventVisitor : public Visitor {
  protected:

    Event* e;

  public:

    EventVisitor(Event* _e);

    virtual ~EventVisitor();

    void sendEvent(Group* g);
  };
}
#endif

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