#include <BALL/VIEW/DIALOGS/atomOverview.h>
Classes | |
class | ApplyProcessor |
class | OverviewProcessor |
Public Member Functions | |
Constructors | |
AtomOverview (QWidget *parent=NULL, const char *name="AtomOverview") | |
Destructors | |
virtual | ~AtomOverview () |
Accessors: inspectors and mutators | |
void | setParent (AtomContainer *ac) |
void | showOnlySelection (bool state) |
Protected slots | |
AtomContainer * | parent_ |
OverviewProcessor | processor_ |
ApplyProcessor | apply_processor_ |
String | item_backup_ |
bool | ignore_ |
bool | only_selection_ |
virtual void | accept () |
void | itemChanged (QTableWidgetItem *item) |
void | itemActivated (QTableWidgetItem *item) |
void | restoreItem_ (QTableWidgetItem *item) |
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.
BALL::VIEW::AtomOverview::AtomOverview | ( | QWidget * | parent = NULL , |
const char * | name = "AtomOverview" |
||
) |
Default Constructor.
parent | the parent widget |
name |
virtual BALL::VIEW::AtomOverview::~AtomOverview | ( | ) | [virtual] |
Destructor.
virtual void BALL::VIEW::AtomOverview::accept | ( | ) | [protected, virtual, slot] |
Indicates the apply button was pressed. Creates a new Representation with the Label and notifies the widgets.
void BALL::VIEW::AtomOverview::itemActivated | ( | QTableWidgetItem * | item | ) | [protected, slot] |
void BALL::VIEW::AtomOverview::itemChanged | ( | QTableWidgetItem * | item | ) | [protected, slot] |
void BALL::VIEW::AtomOverview::restoreItem_ | ( | QTableWidgetItem * | item | ) | [protected] |
void BALL::VIEW::AtomOverview::setParent | ( | AtomContainer * | ac | ) |
void BALL::VIEW::AtomOverview::showOnlySelection | ( | bool | state | ) | [inline] |
bool BALL::VIEW::AtomOverview::ignore_ [protected] |
String BALL::VIEW::AtomOverview::item_backup_ [protected] |
bool BALL::VIEW::AtomOverview::only_selection_ [protected] |
AtomContainer* BALL::VIEW::AtomOverview::parent_ [protected] |