BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
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 >

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

QTableWidgettable_
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 Compositeargument_reference
typedef const Compositeconst_argument_reference
typedef Compositeargument_pointer
typedef const Compositeconst_argument_pointer

Detailed Description

Definition at line 41 of file atomOverview.h.

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

Definition at line 61 of file atomOverview.h.

void BALL::VIEW::AtomOverview::OverviewProcessor::showOnlySelection ( bool  state)
inline

Definition at line 64 of file atomOverview.h.

Member Data Documentation

bool BALL::VIEW::AtomOverview::OverviewProcessor::only_selection_
protected

Definition at line 69 of file atomOverview.h.

QTableWidget* BALL::VIEW::AtomOverview::OverviewProcessor::table_
protected

Definition at line 68 of file atomOverview.h.