00001 #ifndef SXDLGRUNMODE_H_INCLUDED
00002 #define SXDLGRUNMODE_H_INCLUDED
00003
00004 #include <QDialog>
00005 #include "ui_DlgRunMode.h"
00006 #include "sxGlobal.h"
00007
00008 class sxUiDesign;
00012 class SX_GUISDKEXPORT sxDlgRunMode : public QDialog, public Ui::DlgRunMode
00013 {
00014 Q_OBJECT
00015 public:
00016 sxDlgRunMode(sxUiDesign * net, QWidget * parent = 0);
00017 sx::RunMode RunMode() const;
00018 unsigned long RunParam() const;
00019 bool RememberDecision() const;
00020 bool CloseWindowAfterExecution() const;
00021 };
00022
00023 #endif // SXDLGRUNMODE_H_INCLUDED