Main Page | Class List | File List | Class Members | File Members | Related Pages

ksnapshotwidget.moc

00001 /****************************************************************************
00002 ** KSnapShotWidget meta object code from reading C++ file 'ksnapshotwidget.h'
00003 **
00004 ** Created: Fri Jun 3 18:18:00 2005
00005 **      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.3.3   edited Aug 5 16:40 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 *****************************************************************************/
00009 
00010 #undef QT_NO_COMPAT
00011 #include "../../src/ksnapshotwidget.h"
00012 #include <qmetaobject.h>
00013 #include <qapplication.h>
00014 
00015 #include <private/qucomextra_p.h>
00016 #if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26)
00017 #error "This file was generated using the moc from 3.3.3. It"
00018 #error "cannot be used with the include files from this version of Qt."
00019 #error "(The moc has changed too much.)"
00020 #endif
00021 
00022 const char *KSnapShotWidget::className() const
00023 {
00024     return "KSnapShotWidget";
00025 }
00026 
00027 QMetaObject *KSnapShotWidget::metaObj = 0;
00028 static QMetaObjectCleanUp cleanUp_KSnapShotWidget( "KSnapShotWidget", &KSnapShotWidget::staticMetaObject );
00029 
00030 #ifndef QT_NO_TRANSLATION
00031 QString KSnapShotWidget::tr( const char *s, const char *c )
00032 {
00033     if ( qApp )
00034         return qApp->translate( "KSnapShotWidget", s, c, QApplication::DefaultCodec );
00035     else
00036         return QString::fromLatin1( s );
00037 }
00038 #ifndef QT_NO_TRANSLATION_UTF8
00039 QString KSnapShotWidget::trUtf8( const char *s, const char *c )
00040 {
00041     if ( qApp )
00042         return qApp->translate( "KSnapShotWidget", s, c, QApplication::UnicodeUTF8 );
00043     else
00044         return QString::fromUtf8( s );
00045 }
00046 #endif // QT_NO_TRANSLATION_UTF8
00047 
00048 #endif // QT_NO_TRANSLATION
00049 
00050 QMetaObject* KSnapShotWidget::staticMetaObject()
00051 {
00052     if ( metaObj )
00053         return metaObj;
00054     QMetaObject* parentObject = KWebSnapWidgetUI::staticMetaObject();
00055     static const QUMethod slot_0 = {"slotHelp", 0, 0 };
00056     static const QUMethod slot_1 = {"slotConfig", 0, 0 };
00057     static const QUMethod slot_2 = {"slotQuit", 0, 0 };
00058     static const QUMethod slot_3 = {"slotAbout", 0, 0 };
00059     static const QUMethod slot_4 = {"slotStop", 0, 0 };
00060     static const QUMethod slot_5 = {"slotStart", 0, 0 };
00061     static const QUMethod slot_6 = {"slotSnapshot", 0, 0 };
00062     static const QMetaData slot_tbl[] = {
00063         { "slotHelp()", &slot_0, QMetaData::Public },
00064         { "slotConfig()", &slot_1, QMetaData::Public },
00065         { "slotQuit()", &slot_2, QMetaData::Public },
00066         { "slotAbout()", &slot_3, QMetaData::Public },
00067         { "slotStop()", &slot_4, QMetaData::Public },
00068         { "slotStart()", &slot_5, QMetaData::Public },
00069         { "slotSnapshot()", &slot_6, QMetaData::Public }
00070     };
00071     metaObj = QMetaObject::new_metaobject(
00072         "KSnapShotWidget", parentObject,
00073         slot_tbl, 7,
00074         0, 0,
00075 #ifndef QT_NO_PROPERTIES
00076         0, 0,
00077         0, 0,
00078 #endif // QT_NO_PROPERTIES
00079         0, 0 );
00080     cleanUp_KSnapShotWidget.setMetaObject( metaObj );
00081     return metaObj;
00082 }
00083 
00084 void* KSnapShotWidget::qt_cast( const char* clname )
00085 {
00086     if ( !qstrcmp( clname, "KSnapShotWidget" ) )
00087         return this;
00088     return KWebSnapWidgetUI::qt_cast( clname );
00089 }
00090 
00091 bool KSnapShotWidget::qt_invoke( int _id, QUObject* _o )
00092 {
00093     switch ( _id - staticMetaObject()->slotOffset() ) {
00094     case 0: slotHelp(); break;
00095     case 1: slotConfig(); break;
00096     case 2: slotQuit(); break;
00097     case 3: slotAbout(); break;
00098     case 4: slotStop(); break;
00099     case 5: slotStart(); break;
00100     case 6: slotSnapshot(); break;
00101     default:
00102         return KWebSnapWidgetUI::qt_invoke( _id, _o );
00103     }
00104     return TRUE;
00105 }
00106 
00107 bool KSnapShotWidget::qt_emit( int _id, QUObject* _o )
00108 {
00109     return KWebSnapWidgetUI::qt_emit(_id,_o);
00110 }
00111 #ifndef QT_NO_PROPERTIES
00112 
00113 bool KSnapShotWidget::qt_property( int id, int f, QVariant* v)
00114 {
00115     return KWebSnapWidgetUI::qt_property( id, f, v);
00116 }
00117 
00118 bool KSnapShotWidget::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
00119 #endif // QT_NO_PROPERTIES

Generated on Mon Sep 5 12:52:33 2005 for kwebsnap.kdevelop by  doxygen 1.3.9.1