OpenTwin
0.1
OpenTwin
Loading...
Searching...
No Matches
aWindowEventHandler.h
Go to the documentation of this file.
1
/*
2
* File: aWindowEventHandler.h
3
* Package: akGui
4
*
5
* Created on: November 09, 2020
6
* Author: Alexander Kuester
7
* Copyright (c) 2022 Alexander Kuester
8
* This file is part of the uiCore component.
9
* This file is subject to the terms and conditions defined in
10
* file 'LICENSE', which is part of this source code package.
11
*/
12
13
#pragma once
14
15
// AK header
16
#include <
akCore/globalDataTypes.h
>
17
18
namespace
ak
{
19
class
UICORE_API_EXPORT
aWindowEventHandler
{
20
public
:
21
aWindowEventHandler
() {}
22
23
virtual
~aWindowEventHandler
() {}
24
25
// ###################################################################################
26
27
// Event handling routines
28
31
virtual
bool
closeEvent
(
void
) {
return
true
; }
32
};
33
}
globalDataTypes.h
UICORE_API_EXPORT
#define UICORE_API_EXPORT
Definition
globalDataTypes.h:20
ak::aWindowEventHandler
Definition
aWindowEventHandler.h:19
ak::aWindowEventHandler::closeEvent
virtual bool closeEvent(void)
This function will be called by the window when the closeEvent occurs If the return value is true the...
Definition
aWindowEventHandler.h:31
ak::aWindowEventHandler::aWindowEventHandler
aWindowEventHandler()
Definition
aWindowEventHandler.h:21
ak::aWindowEventHandler::~aWindowEventHandler
virtual ~aWindowEventHandler()
Definition
aWindowEventHandler.h:23
ak
Definition
uiAPI.h:45
Libraries
uiCore
include
akGui
aWindowEventHandler.h
Generated by
1.10.0