BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions | Protected Member Functions | Private Attributes
BALL::VIEW::BoolEditorWidget Class Reference

#include <BALL/VIEW/WIDGETS/propertyEditor.h>

Inheritance diagram for BALL::VIEW::BoolEditorWidget:
BALL::VIEW::PropEditorWidget QWidget

List of all members.

Public Member Functions

 BoolEditorWidget (const NamedProperty &prop, QWidget *parent)
virtual BoolEditorWidgetclone (const std::string &name, QWidget *parent)

Protected Member Functions

virtual void apply_ (PropertyManager *man)
virtual void reset_ (const NamedProperty &prop)

Private Attributes

QCheckBox * box_

Detailed Description

Definition at line 123 of file propertyEditor.h.


Constructor & Destructor Documentation


Member Function Documentation

virtual void BALL::VIEW::BoolEditorWidget::apply_ ( PropertyManager man) [protected, virtual]

This function must be reimplemented by subclasses. It writes the value of the widget to man

Implements BALL::VIEW::PropEditorWidget.

virtual BoolEditorWidget* BALL::VIEW::BoolEditorWidget::clone ( const std::string &  name,
QWidget parent 
) [virtual]

Create a copy of the widget with a different name, but with the same property type. This method must be reimplemented by subclasses

Implements BALL::VIEW::PropEditorWidget.

virtual void BALL::VIEW::BoolEditorWidget::reset_ ( const NamedProperty prop) [protected, virtual]

This function must be reimplemented by subclasses. It rereads the widgets values from prop

Implements BALL::VIEW::PropEditorWidget.


Member Data Documentation

QCheckBox* BALL::VIEW::BoolEditorWidget::box_ [private]

Definition at line 136 of file propertyEditor.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines