Plasma Engine
2.0
Loading...
Searching...
No Matches
QtWaitForOperationDlg.moc.h
1
#pragma once
2
3
#include <Foundation/Strings/String.h>
4
#include <Foundation/Types/Delegate.h>
5
#include <GuiFoundation/GuiFoundationDLL.h>
6
#include <GuiFoundation/ui_QtWaitForOperationDlg.h>
7
8
class
QWinTaskbarProgress;
9
class
QWinTaskbarButton;
10
11
class
PL_GUIFOUNDATION_DLL
plQtWaitForOperationDlg
:
public
QDialog,
public
Ui_QtWaitForOperationDlg
12
{
13
Q_OBJECT
14
15
public
:
16
plQtWaitForOperationDlg
(QWidget* pParent);
17
~plQtWaitForOperationDlg
();
18
19
plDelegate
<bool()> m_OnIdle;
20
21
private
Q_SLOTS:
22
void
on_ButtonCancel_clicked();
23
void
onIdle();
24
};
25
plQtWaitForOperationDlg
Definition
QtWaitForOperationDlg.moc.h:12
plDelegate
A generic delegate class which supports static functions and member functions.
Definition
Delegate.h:76
Code
Tools
Libs
GuiFoundation
UIServices
QtWaitForOperationDlg.moc.h
Generated by
1.11.0