BALL
1.4.1
|
#include <BALL/VIEW/DIALOGS/atomOverview.h>
Public Member Functions | |
ApplyProcessor () | |
ApplyProcessor (const ApplyProcessor &model_processor) | |
virtual | ~ApplyProcessor () |
Processor::Result | operator() (Composite &composite) |
void | setTable (QTableWidget *widget) |
void | setMainControl (MainControl *main_control) |
void | showOnlySelection (bool state) |
Protected Attributes | |
QTableWidget * | table_ |
Position | row_ |
bool | only_selection_ |
MainControl * | main_control_ |
Definition at line 73 of file atomOverview.h.
BALL::VIEW::AtomOverview::ApplyProcessor::ApplyProcessor | ( | const ApplyProcessor & | model_processor | ) |
virtual BALL::VIEW::AtomOverview::ApplyProcessor::~ApplyProcessor | ( | ) | [virtual] |
Processor::Result BALL::VIEW::AtomOverview::ApplyProcessor::operator() | ( | Composite & | ) | [virtual] |
operator ()
Reimplemented from BALL::UnaryProcessor< Composite >.
void BALL::VIEW::AtomOverview::ApplyProcessor::setMainControl | ( | MainControl * | main_control | ) | [inline] |
Definition at line 96 of file atomOverview.h.
void BALL::VIEW::AtomOverview::ApplyProcessor::setTable | ( | QTableWidget * | widget | ) | [inline] |
Definition at line 93 of file atomOverview.h.
void BALL::VIEW::AtomOverview::ApplyProcessor::showOnlySelection | ( | bool | state | ) | [inline] |
Definition at line 99 of file atomOverview.h.
Definition at line 106 of file atomOverview.h.
Definition at line 105 of file atomOverview.h.
Definition at line 104 of file atomOverview.h.
Definition at line 103 of file atomOverview.h.