All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
gazebo::event::Event Class Referenceabstract

Base class for all events. More...

#include <common/common.hh>

Inheritance diagram for gazebo::event::Event:
Inheritance graph
[legend]
Collaboration diagram for gazebo::event::Event:
Collaboration graph
[legend]

Public Member Functions

 Event ()
 Constructor. More...
 
virtual ~Event ()
 Destructor. More...
 
virtual void Disconnect (ConnectionPtr _c)=0
 Disconnect. More...
 
virtual void Disconnect (int _id)=0
 Disconnect. More...
 
bool GetSignaled () const
 Get whether this event has been signaled. More...
 

Protected Member Functions

 Event (EventPrivate &_d)
 Allow subclasses to initialize their own data pointer. More...
 

Protected Attributes

EventPrivatedataPtr
 Data pointer. More...
 

Detailed Description

Base class for all events.

Constructor & Destructor Documentation

gazebo::event::Event::Event ( )

Constructor.

virtual gazebo::event::Event::~Event ( )
virtual

Destructor.

gazebo::event::Event::Event ( EventPrivate _d)
protected

Allow subclasses to initialize their own data pointer.

Parameters
[in]_dReference to data pointer.

Member Function Documentation

virtual void gazebo::event::Event::Disconnect ( ConnectionPtr  _c)
pure virtual
virtual void gazebo::event::Event::Disconnect ( int  _id)
pure virtual
bool gazebo::event::Event::GetSignaled ( ) const

Get whether this event has been signaled.

Returns
True if the event has been signaled.

Member Data Documentation

EventPrivate* gazebo::event::Event::dataPtr
protected

Data pointer.

Referenced by gazebo::event::EventT< T >::EventT().


The documentation for this class was generated from the following file: