Documents > BPS V2 C++ API
bpsapplicationdialog.h
Go to the documentation of this file.
00001 
00004 #ifndef BPSAPPLICATIONDIALOG_H
00005 #define BPSAPPLICATIONDIALOG_H
00006 
00007 #include "bpsgui_global.h"
00008 #include <QDialog>
00009 
00035 class BPSGUI_EXPORT BpsApplicationDialog : public QDialog
00036 {
00037     Q_OBJECT
00038     BPS_PRIVATE(BpsApplicationDialog)
00039 
00040 public:
00041 
00047     BpsApplicationDialog(QWidget *aParent = 0, Qt::WindowFlags aFlags = 0);
00048 
00049     virtual ~BpsApplicationDialog();
00050 
00055     virtual void init();
00056 
00057 signals:
00058 
00063     void windowModified(bool aModified);
00064 
00065 public slots:
00066 
00071     void setWindowModified(bool aModified = true);
00072 };
00073 
00074 #endif // BPSAPPLICATIONDIALOG_H