BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public Member Functions | Private Attributes | List of all members
BALL::VIEW::BondProperties Class Reference

#include <BALL/VIEW/DIALOGS/bondProperties.h>

Inheritance diagram for BALL::VIEW::BondProperties:
QDialog

Public Slots

void bondSelected ()
 
void focusAtom ()
 
void focusPartner ()
 

Public Member Functions

 BondProperties (Atom *atom, QWidget *parent=0, const char *name="BondProperties", bool modal=FALSE, Qt::WFlags fl=0)
 
 ~BondProperties ()
 

Private Attributes

Atomatom_
 
QWidgetparent_
 

Detailed Description

Dialog for showing and changing the properties of the bonds of an atom

Definition at line 25 of file bondProperties.h.

Constructor & Destructor Documentation

BALL::VIEW::BondProperties::BondProperties ( Atom atom,
QWidget parent = 0,
const char *  name = "BondProperties",
bool  modal = FALSE,
Qt::WFlags  fl = 0 
)
BALL::VIEW::BondProperties::~BondProperties ( )

Member Function Documentation

void BALL::VIEW::BondProperties::bondSelected ( )
slot
void BALL::VIEW::BondProperties::focusAtom ( )
slot
void BALL::VIEW::BondProperties::focusPartner ( )
slot

Member Data Documentation

Atom* BALL::VIEW::BondProperties::atom_
private

Definition at line 42 of file bondProperties.h.

QWidget* BALL::VIEW::BondProperties::parent_
private

Definition at line 43 of file bondProperties.h.