#include <prmEventButton.h>
Inheritance diagram for prmEventButton:


Definition at line 37 of file prmEventButton.h.
| prmEventButton::prmEventButton | ( | ) | [inline] |
Default constructor
Definition at line 47 of file prmEventButton.h.
| prmEventButton::prmEventButton | ( | const EventType & | type | ) | [inline] |
Constructor with all parameters
Definition at line 51 of file prmEventButton.h.
| prmEventButton::prmEventButton | ( | const prmEventButton & | other | ) | [inline] |
Copy constructor
Definition at line 56 of file prmEventButton.h.
| virtual prmEventButton::~prmEventButton | ( | ) | [virtual] |
Destructor
| prmEventButton::CMN_DECLARE_MEMBER_AND_ACCESSORS | ( | EventType | , | |
| Type | ||||
| ) |
Set and Get methods for event type.
| virtual void prmEventButton::ToStream | ( | std::ostream & | outputStream | ) | const [virtual] |
Overloaded ToStream
Reimplemented from mtsGenericObject.
| void prmEventButton::ToStreamRaw | ( | std::ostream & | outputStream, | |
| const char | delimiter = ' ', |
|||
| bool | headerOnly = false, |
|||
| const std::string & | headerPrefix = "" | |||
| ) | const [virtual] |
To stream raw data.
Reimplemented from mtsGenericObject.
| void prmEventButton::SerializeRaw | ( | std::ostream & | outputStream | ) | const [virtual] |
Binary serialization
Reimplemented from mtsGenericObject.
| void prmEventButton::DeSerializeRaw | ( | std::istream & | inputStream | ) | [virtual] |
Binary deserialization
Reimplemented from mtsGenericObject.