Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qhaikuapplication.h
Go to the documentation of this file.
1// Copyright (C) 2015 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Tobias Koenig <tobias.koenig@kdab.com>
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QHAIKUAPPLICATION_H
5#define QHAIKUAPPLICATION_H
6
7#include <qglobal.h>
8
9#include <Application.h>
10
11class QHaikuApplication : public BApplication
12{
13public:
14 explicit QHaikuApplication(const char *signature);
15
16 bool QuitRequested() override;
17 void RefsReceived(BMessage* message) override;
18};
19
20#endif
void RefsReceived(BMessage *message) override
bool QuitRequested() override
GLuint GLsizei const GLchar * message