EventIn Class Reference

#include <EventIn.h>

Inheritance diagram for EventIn:

Element List of all members.

Public Member Functions

 EventIn (int type, std::string name, ExposedField *exposedField=NULL)
virtual ~EventIn ()
virtual int getElementType () const
virtual void write (FILE *f, int indent) const
int getType () const
const std::string & getName () const
ExposedFieldgetExposedField () const

Private Attributes

int _type
std::string * _name
ExposedField_exposedField

Detailed Description

Responsible for handling VRML97 eventIn fields.


Constructor & Destructor Documentation

EventIn::EventIn ( int  type,
std::string  name,
ExposedField exposedField = NULL 
)

EventIn::~EventIn (  )  [virtual]


Member Function Documentation

virtual int EventIn::getElementType (  )  const [inline, virtual]

Implements Element.

void EventIn::write ( FILE *  f,
int  indent 
) const [virtual]

int EventIn::getType (  )  const [inline]

const std::string& EventIn::getName (  )  const [inline]

ExposedField* EventIn::getExposedField (  )  const [inline]


Member Data Documentation

int EventIn::_type [private]

std::string* EventIn::_name [private]

ExposedField* EventIn::_exposedField [private]


Generated on Thu Jan 18 10:06:17 2007 for vhdPLUS by  doxygen 1.5.1-p1