Version: 8.3.0
YACS::HMI::YACSEvent Class Reference

#include <GuiObserver_i.hxx>

Inheritance diagram for YACS::HMI::YACSEvent:
Collaboration diagram for YACS::HMI::YACSEvent:

Public Member Functions

 YACSEvent (std::pair< int, std::string > aYACSEvent)
 
std::pair< int, std::string > getYACSEvent () const
 

Private Attributes

std::pair< int, std::string > _event
 

Detailed Description

Definition at line 41 of file GuiObserver_i.hxx.

Constructor & Destructor Documentation

YACSEvent::YACSEvent ( std::pair< int, std::string >  aYACSEvent)

Definition at line 34 of file GuiObserver_i.cxx.

References _event.

35  : QEvent(QEvent::User)
36 {
37  _event = aYACSEvent;
38 }

Member Function Documentation

std::pair<int,std::string> YACS::HMI::YACSEvent::getYACSEvent ( ) const
inline

Definition at line 45 of file GuiObserver_i.hxx.

References _event.

Referenced by YACS::HMI::GuiExecutor::event().

45 { return _event; };

Member Data Documentation

std::pair<int,std::string> YACS::HMI::YACSEvent::_event
private

Definition at line 45 of file GuiObserver_i.hxx.

Referenced by getYACSEvent(), and YACSEvent().


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