Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

authorlinklistbox.moc.cpp

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** AuthorLinkListBox meta object code from reading C++ file 'authorlinklistbox.h'
00003 **
00004 ** Created: Sat Mar 27 00:57:23 2004
00005 **      by: The Qt MOC ($Id: qt/moc_yacc.cpp   3.2.3   edited Nov 10 11:18 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 *****************************************************************************/
00009 
00010 #undef QT_NO_COMPAT
00011 #include "authorlinklistbox.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.2.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 *AuthorLinkListBox::className() const
00023 {
00024     return "AuthorLinkListBox";
00025 }
00026 
00027 QMetaObject *AuthorLinkListBox::metaObj = 0;
00028 static QMetaObjectCleanUp cleanUp_AuthorLinkListBox( "AuthorLinkListBox", &AuthorLinkListBox::staticMetaObject );
00029 
00030 #ifndef QT_NO_TRANSLATION
00031 QString AuthorLinkListBox::tr( const char *s, const char *c )
00032 {
00033     if ( qApp )
00034         return qApp->translate( "AuthorLinkListBox", s, c, QApplication::DefaultCodec );
00035     else
00036         return QString::fromLatin1( s );
00037 }
00038 #ifndef QT_NO_TRANSLATION_UTF8
00039 QString AuthorLinkListBox::trUtf8( const char *s, const char *c )
00040 {
00041     if ( qApp )
00042         return qApp->translate( "AuthorLinkListBox", 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* AuthorLinkListBox::staticMetaObject()
00051 {
00052     if ( metaObj )
00053         return metaObj;
00054     QMetaObject* parentObject = LinkListBox::staticMetaObject();
00055     static const QUMethod slot_0 = {"slotUp", 0, 0 };
00056     static const QUMethod slot_1 = {"slotDown", 0, 0 };
00057     static const QMetaData slot_tbl[] = {
00058         { "slotUp()", &slot_0, QMetaData::Protected },
00059         { "slotDown()", &slot_1, QMetaData::Protected }
00060     };
00061     metaObj = QMetaObject::new_metaobject(
00062         "AuthorLinkListBox", parentObject,
00063         slot_tbl, 2,
00064         0, 0,
00065 #ifndef QT_NO_PROPERTIES
00066         0, 0,
00067         0, 0,
00068 #endif // QT_NO_PROPERTIES
00069         0, 0 );
00070     cleanUp_AuthorLinkListBox.setMetaObject( metaObj );
00071     return metaObj;
00072 }
00073 
00074 void* AuthorLinkListBox::qt_cast( const char* clname )
00075 {
00076     if ( !qstrcmp( clname, "AuthorLinkListBox" ) )
00077         return this;
00078     return LinkListBox::qt_cast( clname );
00079 }
00080 
00081 bool AuthorLinkListBox::qt_invoke( int _id, QUObject* _o )
00082 {
00083     switch ( _id - staticMetaObject()->slotOffset() ) {
00084     case 0: slotUp(); break;
00085     case 1: slotDown(); break;
00086     default:
00087         return LinkListBox::qt_invoke( _id, _o );
00088     }
00089     return TRUE;
00090 }
00091 
00092 bool AuthorLinkListBox::qt_emit( int _id, QUObject* _o )
00093 {
00094     return LinkListBox::qt_emit(_id,_o);
00095 }
00096 #ifndef QT_NO_PROPERTIES
00097 
00098 bool AuthorLinkListBox::qt_property( int id, int f, QVariant* v)
00099 {
00100     return LinkListBox::qt_property( id, f, v);
00101 }
00102 
00103 bool AuthorLinkListBox::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
00104 #endif // QT_NO_PROPERTIES

Generated on Sat Mar 27 19:20:37 2004 for Literature by doxygen 1.3.6-20040222