ACF $AcfVersion:0$
IGuiApplication.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
6
7#include <iqtgui/IGuiObject.h>
8
9
10namespace iqtgui
11{
12
13
18{
19public:
23 virtual const iqtgui::IGuiObject* GetApplicationGui() const = 0;
24};
25
26
27} // namespace iqtgui
28
29
30
31
Interface for the main entry point of a component-based application.
Interface for Qt based application with GUI.
virtual const iqtgui::IGuiObject * GetApplicationGui() const =0
Get the main UI object of the application.
Common interface for GUI objects used in ACF component context.
Definition IGuiObject.h:133
Standard GUI specific interfaces and components based on Qt.