Documents > BPS V2 C++ API
bpsremarksdialog.h
Go to the documentation of this file.
00001 
00004 #ifndef BPSREMARKSDIALOG_H
00005 #define BPSREMARKSDIALOG_H
00006 
00007 #include "bpsgui_global.h"
00008 #include <QDialog>
00009 
00010 class BpsDatastore;
00011 
00017 class BPSGUI_EXPORT BpsRemarksDialog : public QDialog
00018 {
00019     Q_OBJECT
00020     BPS_PRIVATE(BpsRemarksDialog)
00021 
00022 public:
00030     BpsRemarksDialog(BpsDatastore* aDatastore, const QString& aApplication, const QString& aTable, const QString& aColumn, QWidget* aParent = 0);
00031 
00035     QString adoptedRemark() const;
00036 
00038     virtual ~BpsRemarksDialog();
00040 };
00041 
00042 #endif // BPSREMARKSDIALOG_H