BALL
1.5.0
Loading...
Searching...
No Matches
include
BALL
VIEW
DIALOGS
bondProperties.h
Go to the documentation of this file.
1
// -*- Mode: C++; tab-width: 2; -*-
2
// vi: set ts=2:
3
//
4
#ifndef BALL_VIEW_DIALOGS_BONDPROPERTIES_H
5
#define BALL_VIEW_DIALOGS_BONDPROPERTIES_H
6
7
#ifndef BALL_COMMON_GLOBAL_H
8
# include <
BALL/COMMON/global.h
>
9
#endif
10
11
#ifndef BALL_KERNEL_ATOM_H
12
# include <
BALL/KERNEL/atom.h
>
13
#endif
14
15
#include <BALL/VIEW/UIC/ui_bondProperties.h>
16
17
namespace
BALL
18
{
19
namespace
VIEW
20
{
21
25
class
BALL_VIEW_EXPORT
BondProperties
26
:
public
QDialog
,
27
public
Ui_BondPropertiesData
28
{
29
Q_OBJECT
30
31
public
:
32
BondProperties
(
Atom
* atom,
QWidget
* parent = 0,
const
char
* name =
"BondProperties"
,
33
bool
modal =
false
, Qt::WindowFlags fl = 0 );
34
~BondProperties
();
35
36
public
Q_SLOTS:
37
void
bondSelected
();
38
void
focusAtom
();
39
void
focusPartner
();
40
41
private
:
42
Atom
* atom_;
43
QWidget
* parent_;
44
};
45
46
}
// namespace VIEW
47
48
}
// namespace BALL
49
50
#endif
// BALL_VIEW_DIALOGS_BONDPROPERTIES_H
atom.h
BALL
Definition
constants.h:13
BALL::Atom
Definition
atom.h:90
BALL::VIEW::BondProperties
Definition
bondProperties.h:28
BALL::VIEW::BondProperties::focusPartner
void focusPartner()
BALL::VIEW::BondProperties::BondProperties
BondProperties(Atom *atom, QWidget *parent=0, const char *name="BondProperties", bool modal=false, Qt::WindowFlags fl=0)
BALL::VIEW::BondProperties::focusAtom
void focusAtom()
BALL::VIEW::BondProperties::~BondProperties
~BondProperties()
BALL::VIEW::BondProperties::bondSelected
void bondSelected()
QDialog
QWidget
global.h
BALL_VIEW_EXPORT
#define BALL_VIEW_EXPORT
Definition
COMMON/global.h:52
Generated by
1.9.8