DeltaQt  Version 0.2.0 End user documentation
A C++/Qt library for parsing DELTA (DEscription Language for TAxonomy) files
Public Member Functions
DeltaAttributeValue Class Reference

#include <deltaattribute.h>

List of all members.

Public Member Functions

 DeltaAttributeValue ()
 DeltaAttributeValue (const DeltaValueRange &range)
 DeltaAttributeValue (const AnnotatedValue &value)
DeltaValueRange range (void) const
AnnotatedValue value (void) const
bool setRange (const DeltaValueRange &range)
bool setValue (const AnnotatedValue &value)
bool isRange (void) const
bool isValid (void) const
QString toDeltaString (void) const

Constructor & Destructor Documentation

DeltaAttributeValue::DeltaAttributeValue ( )
DeltaAttributeValue::DeltaAttributeValue ( const DeltaValueRange range)
DeltaAttributeValue::DeltaAttributeValue ( const AnnotatedValue value)

Member Function Documentation

bool DeltaAttributeValue::isRange ( void  ) const
bool DeltaAttributeValue::isValid ( void  ) const
DeltaValueRange DeltaAttributeValue::range ( void  ) const
bool DeltaAttributeValue::setRange ( const DeltaValueRange range)
bool DeltaAttributeValue::setValue ( const AnnotatedValue value)
QString DeltaAttributeValue::toDeltaString ( void  ) const
AnnotatedValue DeltaAttributeValue::value ( void  ) const

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines