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::ApplyProcessor Class Reference

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

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

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

QTableWidgettable_
Position row_
bool only_selection_
MainControlmain_control_

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 73 of file atomOverview.h.

Constructor & Destructor Documentation

BALL::VIEW::AtomOverview::ApplyProcessor::ApplyProcessor ( )
BALL::VIEW::AtomOverview::ApplyProcessor::ApplyProcessor ( const ApplyProcessor model_processor)
virtual BALL::VIEW::AtomOverview::ApplyProcessor::~ApplyProcessor ( )
virtual

Member Function Documentation

Processor::Result BALL::VIEW::AtomOverview::ApplyProcessor::operator() ( Composite )
virtual

operator ()

Reimplemented from BALL::UnaryProcessor< Composite >.

void BALL::VIEW::AtomOverview::ApplyProcessor::setMainControl ( MainControl main_control)
inline

Definition at line 96 of file atomOverview.h.

void BALL::VIEW::AtomOverview::ApplyProcessor::setTable ( QTableWidget widget)
inline

Definition at line 93 of file atomOverview.h.

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

Definition at line 99 of file atomOverview.h.

Member Data Documentation

MainControl* BALL::VIEW::AtomOverview::ApplyProcessor::main_control_
protected

Definition at line 106 of file atomOverview.h.

bool BALL::VIEW::AtomOverview::ApplyProcessor::only_selection_
protected

Definition at line 105 of file atomOverview.h.

Position BALL::VIEW::AtomOverview::ApplyProcessor::row_
protected

Definition at line 104 of file atomOverview.h.

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

Definition at line 103 of file atomOverview.h.