BALL
1.4.79
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
include
BALL
VIEW
DIALOGS
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
17
# include <
BALL/FORMAT/GAMESSDatFile.h
>
18
#endif
19
20
#include <BALL/VIEW/UIC/ui_runGAMESSDialog.h>
21
22
namespace
BALL
23
{
24
namespace
VIEW
25
{
29
class
BALL_VIEW_EXPORT
RunGAMESSDialog
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_();
51
GAMESSDatFile
outfile_
;
52
};
53
}
54
}
55
56
#endif // BALL_VIEW_DIALOGS_RUNGAMESSDIALOG_H
BALL::String
Definition:
string.h:64
BALL::GAMESSDatFile
Definition:
GAMESSDatFile.h:23
QDialog
QWidget
GAMESSDatFile.h
BALL_VIEW_EXPORT
#define BALL_VIEW_EXPORT
Definition:
COMMON/global.h:52
BALL::VIEW::RunGAMESSDialog
Definition:
runGAMESSDialog.h:29
path.h
BALL
-*- Mode: C++; tab-width: 2; -*-
Definition:
constants.h:12
global.h
BALL::VIEW::RunGAMESSDialog::outfile_
GAMESSDatFile outfile_
Definition:
runGAMESSDialog.h:51
Generated by
1.8.9.1