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

newcontactdlg.moc

00001 /**************************************************************************** 00002 ** FormNewContactDlg meta object code from reading C++ file 'newcontactdlg.h' 00003 ** 00004 ** Created: Mon Aug 16 21:35:54 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 "newcontactdlg.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 *FormNewContactDlg::className() const 00023 { 00024 return "FormNewContactDlg"; 00025 } 00026 00027 QMetaObject *FormNewContactDlg::metaObj = 0; 00028 static QMetaObjectCleanUp cleanUp_FormNewContactDlg( "FormNewContactDlg", &FormNewContactDlg::staticMetaObject ); 00029 00030 #ifndef QT_NO_TRANSLATION 00031 QString FormNewContactDlg::tr( const char *s, const char *c ) 00032 { 00033 if ( qApp ) 00034 return qApp->translate( "FormNewContactDlg", s, c, QApplication::DefaultCodec ); 00035 else 00036 return QString::fromLatin1( s ); 00037 } 00038 #ifndef QT_NO_TRANSLATION_UTF8 00039 QString FormNewContactDlg::trUtf8( const char *s, const char *c ) 00040 { 00041 if ( qApp ) 00042 return qApp->translate( "FormNewContactDlg", 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* FormNewContactDlg::staticMetaObject() 00051 { 00052 if ( metaObj ) 00053 return metaObj; 00054 QMetaObject* parentObject = QDialog::staticMetaObject(); 00055 static const QUMethod slot_0 = {"readContact", 0, 0 }; 00056 static const QUMethod slot_1 = {"closeDialog", 0, 0 }; 00057 static const QUMethod slot_2 = {"languageChange", 0, 0 }; 00058 static const QMetaData slot_tbl[] = { 00059 { "readContact()", &slot_0, QMetaData::Public }, 00060 { "closeDialog()", &slot_1, QMetaData::Public }, 00061 { "languageChange()", &slot_2, QMetaData::Protected } 00062 }; 00063 metaObj = QMetaObject::new_metaobject( 00064 "FormNewContactDlg", parentObject, 00065 slot_tbl, 3, 00066 0, 0, 00067 #ifndef QT_NO_PROPERTIES 00068 0, 0, 00069 0, 0, 00070 #endif // QT_NO_PROPERTIES 00071 0, 0 ); 00072 cleanUp_FormNewContactDlg.setMetaObject( metaObj ); 00073 return metaObj; 00074 } 00075 00076 void* FormNewContactDlg::qt_cast( const char* clname ) 00077 { 00078 if ( !qstrcmp( clname, "FormNewContactDlg" ) ) 00079 return this; 00080 return QDialog::qt_cast( clname ); 00081 } 00082 00083 bool FormNewContactDlg::qt_invoke( int _id, QUObject* _o ) 00084 { 00085 switch ( _id - staticMetaObject()->slotOffset() ) { 00086 case 0: readContact(); break; 00087 case 1: closeDialog(); break; 00088 case 2: languageChange(); break; 00089 default: 00090 return QDialog::qt_invoke( _id, _o ); 00091 } 00092 return TRUE; 00093 } 00094 00095 bool FormNewContactDlg::qt_emit( int _id, QUObject* _o ) 00096 { 00097 return QDialog::qt_emit(_id,_o); 00098 } 00099 #ifndef QT_NO_PROPERTIES 00100 00101 bool FormNewContactDlg::qt_property( int id, int f, QVariant* v) 00102 { 00103 return QDialog::qt_property( id, f, v); 00104 } 00105 00106 bool FormNewContactDlg::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } 00107 #endif // QT_NO_PROPERTIES

Generated on Tue Aug 17 14:42:27 2004 for BluePhone by doxygen 1.3.7