Simple GUI Library
Sgl::ComponentEventListener< C > Class Template Reference
Inheritance diagram for Sgl::ComponentEventListener< C >:
Collaboration diagram for Sgl::ComponentEventListener< C >:

Public Member Functions

 ComponentEventListener (C *component)
 
C * getComponent ()
 
void setComponent (C *component)
 

Detailed Description

template<typename C>
class Sgl::ComponentEventListener< C >

Definition at line 44 of file gui_event.h.

Constructor & Destructor Documentation

◆ ComponentEventListener()

template<typename C >
Sgl::ComponentEventListener< C >::ComponentEventListener ( C *  component)
inline

Definition at line 47 of file gui_event.h.

Member Function Documentation

◆ getComponent()

template<typename C >
C * Sgl::ComponentEventListener< C >::getComponent ( )
inline

Definition at line 48 of file gui_event.h.

◆ setComponent()

template<typename C >
void Sgl::ComponentEventListener< C >::setComponent ( C *  component)
inline

Definition at line 49 of file gui_event.h.


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