Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

VIEW::AtomOverview Class Reference
[QT Dialogs]

Dialog for creating labels for a selection of molecular objects. More...

#include <atomOverview.h>

List of all members.

Protected slots

void restoreItem_ (QTableWidgetItem *item)
AtomContainerparent_
OverviewProcessor processor_
ApplyProcessor apply_processor_
String item_backup_
bool ignore_
bool only_selection_
virtual void accept ()
 Indicates the apply button was pressed.
void itemChanged (QTableWidgetItem *item)
void itemActivated (QTableWidgetItem *item)

Public Member Functions

Constructors
 AtomOverview (QWidget *parent=NULL, const char *name="AtomOverview") throw ()
 Default Constructor.
Destructors
virtual ~AtomOverview () throw ()
 Destructor.
Accessors: inspectors and mutators
void setParent (AtomContainer *ac)
void showOnlySelection (bool state)


Detailed Description

Dialog for creating labels for a selection of molecular objects.

The class MolecularControl is responsible for creating such a selection. The text, color and font of the labels can be changed. If this dialog is used, it should be created with MainControl as parent.


Constructor & Destructor Documentation

VIEW::AtomOverview::AtomOverview QWidget *  parent = NULL,
const char *  name = "AtomOverview"
throw ()
 

Default Constructor.

Parameters:
parent the parent widget
name 

virtual VIEW::AtomOverview::~AtomOverview  )  throw () [virtual]
 

Destructor.


Member Function Documentation

virtual void VIEW::AtomOverview::accept  )  [protected, virtual, slot]
 

Indicates the apply button was pressed.

Creates a new Representation with the Label and notifies the widgets.

See also:
GeometricCenterProcessor

RepresentationMessage