#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 WPXProperty* WPXProperty::clone | ( | ) | const [pure virtual] |
Implemented in WPXTwipProperty, WPXPointProperty, WPXPercentProperty, WPXInchProperty, WPXBoolProperty, WPXIntProperty, and WPXStringProperty.
| virtual float WPXProperty::getFloat | ( | ) | const [pure virtual] |
Implemented in WPXFloatProperty, WPXIntProperty, and WPXStringProperty.
| virtual int WPXProperty::getInt | ( | ) | const [pure virtual] |
Implemented in WPXFloatProperty, WPXIntProperty, and WPXStringProperty.
| virtual WPXString WPXProperty::getStr | ( | ) | const [pure virtual] |
Implemented in WPXTwipProperty, WPXPointProperty, WPXPercentProperty, WPXInchProperty, WPXBoolProperty, WPXIntProperty, and WPXStringProperty.