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) |
![]() | |
UnaryProcessor () | |
UnaryProcessor (const UnaryProcessor &) | |
virtual | ~UnaryProcessor () |
virtual bool | start () |
virtual bool | finish () |
Protected Attributes | |
QTableWidget * | table_ |
bool | only_selection_ |
Additional Inherited Members | |
![]() | |
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.