BoolProperty Class Reference

Inheritance diagram for BoolProperty:
TemplateProperty< bool > Property AbstractSerializable Serializable

List of all members.

Public Member Functions

 BoolProperty (const std::string &id, const std::string &guiText, bool value=false, Processor::InvalidationLevel invalidationLevel=Processor::INVALID_RESULT)
virtual void serialize (XmlSerializer &s) const
virtual void deserialize (XmlDeserializer &s)
PropertyWidgetcreateWidget (PropertyWidgetFactory *f)
 Creates a Widget for this Property, but Does NOT add it to the Property.
virtual std::string toString () const

Detailed Description

Definition at line 35 of file boolproperty.h.


Member Function Documentation

PropertyWidget * createWidget ( PropertyWidgetFactory f  )  [virtual]

Creates a Widget for this Property, but Does NOT add it to the Property.

The given PropertyWidgetFactory will actually build the Widget.

Reimplemented from Property.

Definition at line 59 of file boolproperty.cpp.

void deserialize ( XmlDeserializer s  )  [virtual]
See also:
Property::deserialize

Reimplemented from Property.

Definition at line 46 of file boolproperty.cpp.

void serialize ( XmlSerializer s  )  const [virtual]
See also:
Property::serialize

Reimplemented from Property.

Definition at line 40 of file boolproperty.cpp.