fileformat/CardBlocks/MemberStateCertificate.h
Go to the documentation of this file.
00001 #ifndef MEMBERSTATECERTIFICATE_H
00002 #define MEMBERSTATECERTIFICATE_H
00003 
00004 
00005 //This file was AUTO-GENERATED. Make changes in the generator script(./generate.py)
00006 //the derived classes or in the data definition
00007 
00008 
00009 
00010 #include "CardBlock.h"
00011 #include "../DataTypes/EncryptedCertificate.h"
00012 
00013 class MemberStateCertificate : public CardBlock {
00014         Q_DECLARE_TR_FUNCTIONS(MemberStateCertificate)
00015 public:
00016         
00017         EncryptedCertificate certificate;
00018 
00019         MemberStateCertificate(const DataPointer& filewalker);
00021 QString className() const;
00022         QString title() const;
00023         static const int Type = 0xc108;
00024         virtual void printOn(Reporter& report) const;
00025 };
00026 
00027 
00028 #endif