|
BALL
1.4.1
|
#include <BALL/VIEW/DIALOGS/atomOverview.h>
Public Member Functions | |
| OverviewProcessor () | |
| OverviewProcessor (const OverviewProcessor &model_processor) | |
| virtual | ~OverviewProcessor () |
| Processor::Result | operator() (Composite &composite) |
| void | setTable (QTableWidget *widget) |
| void | showOnlySelection (bool state) |
Protected Attributes | |
| QTableWidget * | table_ |
| bool | only_selection_ |
Definition at line 41 of file atomOverview.h.
| BALL::VIEW::AtomOverview::OverviewProcessor::OverviewProcessor | ( | const OverviewProcessor & | model_processor | ) |
| virtual BALL::VIEW::AtomOverview::OverviewProcessor::~OverviewProcessor | ( | ) | [virtual] |
| Processor::Result BALL::VIEW::AtomOverview::OverviewProcessor::operator() | ( | Composite & | ) | [virtual] |
operator ()
Reimplemented from BALL::UnaryProcessor< Composite >.
| void BALL::VIEW::AtomOverview::OverviewProcessor::setTable | ( | QTableWidget * | widget | ) | [inline] |
Definition at line 61 of file atomOverview.h.
| void BALL::VIEW::AtomOverview::OverviewProcessor::showOnlySelection | ( | bool | state | ) | [inline] |
Definition at line 64 of file atomOverview.h.
Definition at line 69 of file atomOverview.h.
Definition at line 68 of file atomOverview.h.
1.7.6.1