librevenge::RVNGIntProperty Class Reference
Inheritance diagram for librevenge::RVNGIntProperty:
librevenge::RVNGProperty librevenge::RVNGBoolProperty

Public Member Functions

 RVNGIntProperty (const int val)
 
 ~RVNGIntProperty ()
 
virtual int getInt () const
 
virtual double getDouble () const
 
virtual RVNGUnit getUnit () const
 returns the property unit when possible. More...
 
virtual RVNGString getStr () const
 
virtual RVNGPropertyclone () const
 
- Public Member Functions inherited from librevenge::RVNGProperty
virtual ~RVNGProperty ()
 

Private Attributes

int m_val
 

Constructor & Destructor Documentation

librevenge::RVNGIntProperty::RVNGIntProperty ( const int  val)

Referenced by clone().

librevenge::RVNGIntProperty::~RVNGIntProperty ( )
inline

Member Function Documentation

RVNGProperty * librevenge::RVNGIntProperty::clone ( ) const
virtual
double librevenge::RVNGIntProperty::getDouble ( ) const
virtual
int librevenge::RVNGIntProperty::getInt ( ) const
virtual
RVNGString librevenge::RVNGIntProperty::getStr ( ) const
virtual
virtual RVNGUnit librevenge::RVNGIntProperty::getUnit ( ) const
inlinevirtual

returns the property unit when possible.

If not, returns RVNG_UNIT_ERROR

Implements librevenge::RVNGProperty.

Reimplemented in librevenge::RVNGBoolProperty.

Member Data Documentation

int librevenge::RVNGIntProperty::m_val
private

Referenced by clone(), getDouble(), getInt(), and getStr().


The documentation for this class was generated from the following file:

Generated for librevenge by doxygen 1.8.7