Event Class Referenceabstract

Base class for all events. More...

#include <common/common.hh>

Inherited by EventT< void(std::string, bool)>, EventT< void(std::string)>, EventT< void(bool)>, EventT< void()>, EventT< void(std::string, std::string)>, EventT< void(std::string, std::string, std::string, bool, bool)>, EventT< void(int)>, EventT< void(QColor)>, EventT< void(QString)>, EventT< void(int, std::string)>, EventT< void(double)>, EventT< bool()>, EventT< void(bool, bool)>, EventT< void(sdf::ElementPtr)>, EventT< void(sdf::ElementPtr, std::string)>, EventT< void(std::string, std::string, std::string, std::string, std::string)>, EventT< void(std::string, std::string, std::string, bool)>, EventT< void(std::string, std::map< std::string, ignition::math::Vector3d >)>, EventT< void(std::string, ignition::math::Pose3d)>, EventT< void(const int32_t)>, and EventT< T >.

Public Member Functions

 Event ()
 Constructor.
 
virtual ~Event ()
 Destructor.
 
virtual void Disconnect (int _id)=0
 Disconnect.
 
void SetSignaled (const bool _sig)
 Set whether this event has been signaled.
 
bool Signaled () const
 Get whether this event has been signaled.
 

Detailed Description

Base class for all events.

Constructor & Destructor Documentation

◆ Event()

Event ( )

Constructor.

◆ ~Event()

virtual ~Event ( )
virtual

Destructor.

Member Function Documentation

◆ Disconnect()

◆ SetSignaled()

void SetSignaled ( const bool _sig)

◆ Signaled()

bool Signaled ( ) const

Get whether this event has been signaled.

Returns
True if the event has been signaled.

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