BALL::VIEW::BondProperties Class Reference

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

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

List of all members.

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


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