Public Member Functions | Protected Attributes
KeyIdentifier Class Reference

#include <KeyIdentifier.h>

Inheritance diagram for KeyIdentifier:
Inheritance graph
[legend]
Collaboration diagram for KeyIdentifier:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 KeyIdentifier (const DataPointer &filewalker)
void printOn (Reporter &o) const
QString className () const
 Name of block element in the specification (or something meaningful if there is no name in the law)
int size () const
 Size of data used in the file.

Protected Attributes

QSharedPointer< DataTypecontent

Constructor & Destructor Documentation

KeyIdentifier::KeyIdentifier ( const DataPointer filewalker)

References content, and Block::start.


Member Function Documentation

QString KeyIdentifier::className ( ) const [virtual]

Name of block element in the specification (or something meaningful if there is no name in the law)

This usually matches the name of the c++-class used to read and show the data

Implements Block.

void KeyIdentifier::printOn ( Reporter o) const [virtual]

Implements DataType.

References content.

int KeyIdentifier::size ( ) const [virtual]

Size of data used in the file.

If the data element uses 3 bytes in the file, size() will return 3.

Implements DataType.


Member Data Documentation

QSharedPointer<DataType> KeyIdentifier::content [protected]

Referenced by KeyIdentifier(), and printOn().


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