BALL::VIEW::AtomOverview::OverviewProcessor Class Reference

#include <BALL/VIEW/DIALOGS/atomOverview.h>

Inheritance diagram for BALL::VIEW::AtomOverview::OverviewProcessor:
BALL::UnaryProcessor< Composite > BALL::UnaryFunctor< Composite, Processor::Result >

List of all members.


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

QTableWidgettable_
bool only_selection_

Constructor & Destructor Documentation

BALL::VIEW::AtomOverview::OverviewProcessor::OverviewProcessor (  ) 
BALL::VIEW::AtomOverview::OverviewProcessor::OverviewProcessor ( const OverviewProcessor model_processor  ) 
virtual BALL::VIEW::AtomOverview::OverviewProcessor::~OverviewProcessor (  )  [virtual]

Member Function Documentation

Processor::Result BALL::VIEW::AtomOverview::OverviewProcessor::operator() ( Composite  )  [virtual]

operator ()

Reimplemented from BALL::UnaryProcessor< Composite >.

void BALL::VIEW::AtomOverview::OverviewProcessor::setTable ( QTableWidget widget  )  [inline]
void BALL::VIEW::AtomOverview::OverviewProcessor::showOnlySelection ( bool  state  )  [inline]

Member Data Documentation