|
BALL
1.4.79
|
#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) |
Public Member Functions inherited from BALL::UnaryProcessor< Composite > | |
| UnaryProcessor () | |
| UnaryProcessor (const UnaryProcessor &) | |
| virtual | ~UnaryProcessor () |
| virtual bool | start () |
| virtual bool | finish () |
Protected Attributes | |
| QTableWidget * | table_ |
| bool | only_selection_ |
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 41 of file atomOverview.h.
| BALL::VIEW::AtomOverview::OverviewProcessor::OverviewProcessor | ( | ) |
| BALL::VIEW::AtomOverview::OverviewProcessor::OverviewProcessor | ( | const OverviewProcessor & | model_processor | ) |
|
virtual |
|
virtual |
operator ()
Reimplemented from BALL::UnaryProcessor< Composite >.
|
inline |
Definition at line 61 of file atomOverview.h.
|
inline |
Definition at line 64 of file atomOverview.h.
|
protected |
Definition at line 69 of file atomOverview.h.
|
protected |
Definition at line 68 of file atomOverview.h.
1.8.6