4 #ifndef BPSAPPLICATIONDIALOG_H
5 #define BPSAPPLICATIONDIALOG_H
#define BPS_PRIVATE(Class)
Declare pointer to private object in a public class.
Definition: bpsglobals.h:102
Public include file for BPS GUI library macros.
#define BPSGUI_EXPORT
Declare class an import from the shared library.
Definition: bpsgui_global.h:22
Dialog as plugin of BPS Workplace.
Definition: bpsapplicationdialog.h:36
void setWindowModified(bool aModified=true)
Overloaded version of QMainWindow::setWindowModified, which sends out the signal modifiedChanged.
virtual void init()
Do initializations immediately before showing of the window.
BpsApplicationDialog(QWidget *aParent=nullptr, Qt::WindowFlags aFlags=0)
Constructor.
void windowModified(bool aModified)
Signal emitted whenever the window modification status changes.