AbstractElementInteger Class Reference

The AbstractElementInteger class provides an abstract integer attribute. More...

#include <abstractelementinteger.h>

Inheritance diagram for AbstractElementInteger:

AbstractElementAttribute DomAccessibleState List of all members.

Public Member Functions

 AbstractElementInteger (AbstractElement *parent, int value)
int value () const
void setValue (int value)

Protected Member Functions

QString worker_toString () const
bool worker_setData (const QString &data)
QVariant worker_toVariant () const
bool worker_setData (const QVariant &data)

Detailed Description

The AbstractElementInteger class provides an abstract integer attribute.


Constructor & Destructor Documentation

AbstractElementInteger::AbstractElementInteger ( AbstractElement parent,
int  value 
)


Member Function Documentation

int AbstractElementInteger::value (  )  const [inline]

void AbstractElementInteger::setValue ( int  value  )  [inline]

QString AbstractElementInteger::worker_toString (  )  const [protected, virtual]

Called and made thread-safe by toString().

Implements AbstractElementAttribute.

bool AbstractElementInteger::worker_setData ( const QString &  data  )  [protected, virtual]

Called and made thread-safe by setData(const QString&).

Implements AbstractElementAttribute.

QVariant AbstractElementInteger::worker_toVariant (  )  const [protected, virtual]

Called and made thread-safe by toVariant().

Implements AbstractElementAttribute.

bool AbstractElementInteger::worker_setData ( const QVariant &  data  )  [protected, virtual]

Called and made thread-safe by setData(const QVariant&).

Implements AbstractElementAttribute.


The documentation for this class was generated from the following files:
Generated on Mon Jul 30 09:46:51 2007 for Digest by  doxygen 1.5.2