#include <pp_Property.h>
Public Member Functions | |
PP_PropertyTypeSize (const gchar *p_init) | |
tProperty_type | getType () const |
double | getValue () const |
UT_Dimension | getDim () const |
Private Attributes | |
double | Value |
UT_Dimension | Dim |
PP_PropertyTypeSize::PP_PropertyTypeSize | ( | const gchar * | p_init | ) |
References Dim, UT_convertDimensionless(), UT_determineDimension(), and Value.
UT_Dimension PP_PropertyTypeSize::getDim | ( | ) | const [inline] |
Referenced by fl_BlockLayout::_lookupMarginProperties(), and fl_BlockLayout::_lookupProperties().
tProperty_type PP_PropertyTypeSize::getType | ( | void | ) | const [inline, virtual] |
Implements PP_PropertyType.
double PP_PropertyTypeSize::getValue | ( | void | ) | const [inline] |
Referenced by fl_BlockLayout::_lookupMarginProperties(), and fl_BlockLayout::_lookupProperties().
UT_Dimension PP_PropertyTypeSize::Dim [private] |
Referenced by PP_PropertyTypeSize().
double PP_PropertyTypeSize::Value [private] |
Referenced by PP_PropertyTypeSize().