NAP
Public Member Functions | Public Attributes | List of all members
WindowEvent Class Reference

#include <windowevent.h>

Public Member Functions

 WindowEvent (int window)
 
- Public Member Functions inherited from Event
virtual ~Event ()=default
 
 Event ()=default
 
 Event (const Event &)=delete
 
Eventoperator= (const Event &)=delete
 

Public Attributes

int mWindow
 

Description

Base class for all window related events, only holds the window id

Inheritance diagram for WindowEvent:
[legend]
Collaboration diagram for WindowEvent:
[legend]

Constructor & Destructor Documentation

◆ WindowEvent()

WindowEvent ( int  window)

Member Data Documentation

◆ mWindow

int mWindow