QRODS
Public Member Functions | List of all members
MetadataEntry Class Reference
Inheritance diagram for MetadataEntry:

Public Member Functions

 MetadataEntry (QString &attr, QString &val, QString &unt, QObject *parent=0)
 MetadataEntry::MetadataEntry Constructor method. More...
 
const QString & attribute () const
 MetadataEntry::attribute Returns the attribute. More...
 
const QString & value () const
 MetadataEntry::value Returns the value. More...
 
const QString & unit () const
 MetadataEntry::unit Returns the unit. More...
 

Constructor & Destructor Documentation

MetadataEntry::MetadataEntry ( QString &  attr,
QString &  val,
QString &  unt,
QObject *  parent = 0 
)
explicit

MetadataEntry::MetadataEntry Constructor method.

This is a constructor for MetadataEntry class.

Parameters
attra string that is the attribute.
vala string that is the value.
unta string that is the unit.
parentthe parent Qt widget.

Member Function Documentation

const QString & MetadataEntry::attribute ( ) const

MetadataEntry::attribute Returns the attribute.

Returns the metadata attribute.

Returns
returns the attribute.
const QString & MetadataEntry::unit ( ) const

MetadataEntry::unit Returns the unit.

Returns the metadata unit.

Returns
returns the unit.
const QString & MetadataEntry::value ( ) const

MetadataEntry::value Returns the value.

Returns the metadata value.

Returns
returns the value.

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