Hauptseite | Klassenhierarchie | Alphabetische Liste | Übersicht | Auflistung der Dateien | Datenstruktur-Elemente | Datei-Elemente

moc_datenspeichern.cpp

gehe zur Dokumentation dieser Datei
00001 /****************************************************************************
00002 ** DatenSpeichern meta object code from reading C++ file 'datenspeichern.h'
00003 **
00004 ** Created: Mon Jun 16 17:38:40 2003
00005 **      by: The Qt MOC ($Id: //depot/qt/main/src/moc/moc.y#178 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 *****************************************************************************/
00009 
00010 #define Q_MOC_DatenSpeichern
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #define Q_MOC_OUTPUT_REVISION 8
00013 #elif Q_MOC_OUTPUT_REVISION != 8
00014 #error "Moc format conflict - please regenerate all moc files"
00015 #endif
00016 
00017 #include "datenspeichern.h"
00018 #include <qmetaobject.h>
00019 #include <qapplication.h>
00020 
00021 #if defined(Q_SPARCWORKS_FUNCP_BUG)
00022 #define Q_AMPERSAND
00023 #else
00024 #define Q_AMPERSAND &
00025 #endif
00026 
00027 
00028 const char *DatenSpeichern::className() const
00029 {
00030     return "DatenSpeichern";
00031 }
00032 
00033 QMetaObject *DatenSpeichern::metaObj = 0;
00034 
00035 void DatenSpeichern::initMetaObject()
00036 {
00037     if ( metaObj )
00038         return;
00039     if ( strcmp(QWidget::className(), "QWidget") != 0 )
00040         badSuperclassWarning("DatenSpeichern","QWidget");
00041     (void) staticMetaObject();
00042 }
00043 
00044 #ifndef QT_NO_TRANSLATION
00045 QString DatenSpeichern::tr(const char* s)
00046 {
00047     return ((QNonBaseApplication*)qApp)->translate("DatenSpeichern",s);
00048 }
00049 
00050 #endif // QT_NO_TRANSLATION
00051 QMetaObject* DatenSpeichern::staticMetaObject()
00052 {
00053     if ( metaObj )
00054         return metaObj;
00055     (void) QWidget::staticMetaObject();
00056 #ifndef QT_NO_PROPERTIES
00057 #endif // QT_NO_PROPERTIES
00058     QMetaData::Access *slot_tbl_access = 0;
00059     metaObj = QMetaObject::new_metaobject(
00060         "DatenSpeichern", "QWidget",
00061         0, 0,
00062         0, 0,
00063 #ifndef QT_NO_PROPERTIES
00064         0, 0,
00065         0, 0,
00066 #endif // QT_NO_PROPERTIES
00067         0, 0 );
00068     metaObj->set_slot_access( slot_tbl_access );
00069 #ifndef QT_NO_PROPERTIES
00070 #endif // QT_NO_PROPERTIES
00071     return metaObj;
00072 }

Erzeugt am Mon Jun 16 18:08:24 2003 für LFTVideo von doxygen 1.3.2