BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
runGAMESSDialog.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 //
4 
5 #ifndef BALL_VIEW_DIALOGS_RUNGAMESSDIALOG_H
6 #define BALL_VIEW_DIALOGS_RUNGAMESSDIALOG_H
7 
8 #ifndef BALL_COMMON_GLOBAL_H
9 # include <BALL/COMMON/global.h>
10 #endif
11 
12 #ifndef BALL_SYSTEM_PATH_H
13 # include <BALL/SYSTEM/path.h>
14 #endif
15 
16 #ifndef BALL_FORMAT_GAMESSDATFILE_H
18 #endif
19 
20 #include <BALL/VIEW/UIC/ui_runGAMESSDialog.h>
21 
22 namespace BALL
23 {
24  namespace VIEW
25  {
30  : public QDialog,
31  public Ui_RunGAMESSDialogData
32  {
33  Q_OBJECT
34 
35  public:
37  RunGAMESSDialog(QWidget* parent = NULL, const char* name = "RunGAMESSDialog");
39  virtual ~RunGAMESSDialog();
40 
41  public slots:
43  void accept();
44 
46  virtual void saveGAMESSInput();
47 
48  protected:
49  String extractValue_(const QComboBox* box);
50  void setParameters_();
52  };
53  }
54 }
55 
56 #endif // BALL_VIEW_DIALOGS_RUNGAMESSDIALOG_H