BALL
1.4.1
|
#include <BALL/VIEW/DIALOGS/compositeProperties.h>
Public Slots | |
void | accept () |
Public Member Functions | |
CompositeProperties (Composite *composite, QWidget *parent=0, const char *name="CompositeProperties", bool modal=FALSE, Qt::WFlags fl=0) | |
~CompositeProperties () | |
Private Member Functions | |
String | getString_ (float data) const |
Private Attributes | |
Composite * | composite_ |
Dialog for showing and changing the properties of an Composite, e.g. an Atom or a Molecule.
Definition at line 28 of file compositeProperties.h.
BALL::VIEW::CompositeProperties::CompositeProperties | ( | Composite * | composite, |
QWidget * | parent = 0 , |
||
const char * | name = "CompositeProperties" , |
||
bool | modal = FALSE , |
||
Qt::WFlags | fl = 0 |
||
) |
void BALL::VIEW::CompositeProperties::accept | ( | ) | [slot] |
String BALL::VIEW::CompositeProperties::getString_ | ( | float | data | ) | const [private] |
Definition at line 45 of file compositeProperties.h.