|
|
|
@ -214,7 +214,10 @@ template<class Application> class BasicScreen: |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
explicit BasicScreen(); |
|
|
|
explicit BasicScreen(); |
|
|
|
~BasicScreen(); |
|
|
|
|
|
|
|
|
|
|
|
/* A common use case is a list of screen derivatives, so allow deleting
|
|
|
|
|
|
|
|
them through a base pointer */ |
|
|
|
|
|
|
|
virtual ~BasicScreen(); |
|
|
|
|
|
|
|
|
|
|
|
/** @brief Events propagated to this screen */ |
|
|
|
/** @brief Events propagated to this screen */ |
|
|
|
PropagatedEvents propagatedEvents() const { return _propagatedEvents; } |
|
|
|
PropagatedEvents propagatedEvents() const { return _propagatedEvents; } |
|
|
|
|