#include <WPXProperty.h>

Public Member Functions | |
| virtual | ~WPXProperty () |
| virtual int | getInt () const =0 |
| virtual float | getFloat () const =0 |
| virtual WPXString | getStr () const =0 |
| virtual WPXProperty * | clone () const =0 |
| WPXProperty::~WPXProperty | ( | ) | [virtual] |
| virtual int WPXProperty::getInt | ( | ) | const [pure virtual] |
Implemented in WPXStringProperty, WPXIntProperty, and WPXFloatProperty.
| virtual float WPXProperty::getFloat | ( | ) | const [pure virtual] |
Implemented in WPXStringProperty, WPXIntProperty, and WPXFloatProperty.
| virtual WPXString WPXProperty::getStr | ( | ) | const [pure virtual] |
Implemented in WPXStringProperty, WPXIntProperty, WPXBoolProperty, WPXInchProperty, WPXPercentProperty, WPXPointProperty, and WPXTwipProperty.
| virtual WPXProperty* WPXProperty::clone | ( | ) | const [pure virtual] |
Implemented in WPXStringProperty, WPXIntProperty, WPXBoolProperty, WPXInchProperty, WPXPercentProperty, WPXPointProperty, and WPXTwipProperty.