|
BALL
1.4.79
|
#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) |
Public Member Functions inherited from BALL::UnaryProcessor< Composite > | |
| UnaryProcessor () | |
| UnaryProcessor (const UnaryProcessor &) | |
| virtual | ~UnaryProcessor () |
| virtual bool | start () |
| virtual bool | finish () |
Protected Attributes | |
| QTableWidget * | table_ |
| Position | row_ |
| bool | only_selection_ |
| MainControl * | main_control_ |
Additional Inherited Members | |
Public Types inherited from BALL::UnaryFunctor< Composite, Processor::Result > | |
| typedef Processor::Result | result_type |
| typedef Composite | argument_type |
| typedef Composite & | argument_reference |
| typedef const Composite & | const_argument_reference |
| typedef Composite * | argument_pointer |
| typedef const Composite * | const_argument_pointer |
Definition at line 73 of file atomOverview.h.
| BALL::VIEW::AtomOverview::ApplyProcessor::ApplyProcessor | ( | ) |
| BALL::VIEW::AtomOverview::ApplyProcessor::ApplyProcessor | ( | const ApplyProcessor & | model_processor | ) |
|
virtual |
|
virtual |
operator ()
Reimplemented from BALL::UnaryProcessor< Composite >.
|
inline |
Definition at line 96 of file atomOverview.h.
|
inline |
Definition at line 93 of file atomOverview.h.
|
inline |
Definition at line 99 of file atomOverview.h.
|
protected |
Definition at line 106 of file atomOverview.h.
|
protected |
Definition at line 105 of file atomOverview.h.
|
protected |
Definition at line 104 of file atomOverview.h.
|
protected |
Definition at line 103 of file atomOverview.h.
1.8.6