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

note.moc.cpp

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Note meta object code from reading C++ file 'note.h'
00003 **
00004 ** Created: Sat Mar 27 00:58:27 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 "note.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 *Note::className() const
00023 {
00024     return "Note";
00025 }
00026 
00027 QMetaObject *Note::metaObj = 0;
00028 static QMetaObjectCleanUp cleanUp_Note( "Note", &Note::staticMetaObject );
00029 
00030 #ifndef QT_NO_TRANSLATION
00031 QString Note::tr( const char *s, const char *c )
00032 {
00033     if ( qApp )
00034         return qApp->translate( "Note", s, c, QApplication::DefaultCodec );
00035     else
00036         return QString::fromLatin1( s );
00037 }
00038 #ifndef QT_NO_TRANSLATION_UTF8
00039 QString Note::trUtf8( const char *s, const char *c )
00040 {
00041     if ( qApp )
00042         return qApp->translate( "Note", 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* Note::staticMetaObject()
00051 {
00052     if ( metaObj )
00053         return metaObj;
00054     QMetaObject* parentObject = ReadWriteFormBase::staticMetaObject();
00055     static const QUParameter param_slot_0[] = {
00056         { "work", &static_QUType_bool, 0, QUParameter::In }
00057     };
00058     static const QUMethod slot_0 = {"setWorkingGui", 1, param_slot_0 };
00059     static const QUParameter param_slot_1[] = {
00060         { "ro", &static_QUType_bool, 0, QUParameter::In }
00061     };
00062     static const QUMethod slot_1 = {"setReadonlyGui", 1, param_slot_1 };
00063     static const QUParameter param_slot_2[] = {
00064         { "inv", &static_QUType_bool, 0, QUParameter::In }
00065     };
00066     static const QUMethod slot_2 = {"setInvalidGui", 1, param_slot_2 };
00067     static const QUMethod slot_3 = {"deleteRec", 0, 0 };
00068     static const QUMethod slot_4 = {"insertNote", 0, 0 };
00069     static const QUMethod slot_5 = {"deleteNote", 0, 0 };
00070     static const QMetaData slot_tbl[] = {
00071         { "setWorkingGui(bool)", &slot_0, QMetaData::Protected },
00072         { "setReadonlyGui(bool)", &slot_1, QMetaData::Protected },
00073         { "setInvalidGui(bool)", &slot_2, QMetaData::Protected },
00074         { "deleteRec()", &slot_3, QMetaData::Public },
00075         { "insertNote()", &slot_4, QMetaData::Public },
00076         { "deleteNote()", &slot_5, QMetaData::Public }
00077     };
00078     metaObj = QMetaObject::new_metaobject(
00079         "Note", parentObject,
00080         slot_tbl, 6,
00081         0, 0,
00082 #ifndef QT_NO_PROPERTIES
00083         0, 0,
00084         0, 0,
00085 #endif // QT_NO_PROPERTIES
00086         0, 0 );
00087     cleanUp_Note.setMetaObject( metaObj );
00088     return metaObj;
00089 }
00090 
00091 void* Note::qt_cast( const char* clname )
00092 {
00093     if ( !qstrcmp( clname, "Note" ) )
00094         return this;
00095     return ReadWriteFormBase::qt_cast( clname );
00096 }
00097 
00098 bool Note::qt_invoke( int _id, QUObject* _o )
00099 {
00100     switch ( _id - staticMetaObject()->slotOffset() ) {
00101     case 0: setWorkingGui((bool)static_QUType_bool.get(_o+1)); break;
00102     case 1: setReadonlyGui((bool)static_QUType_bool.get(_o+1)); break;
00103     case 2: setInvalidGui((bool)static_QUType_bool.get(_o+1)); break;
00104     case 3: deleteRec(); break;
00105     case 4: insertNote(); break;
00106     case 5: deleteNote(); break;
00107     default:
00108         return ReadWriteFormBase::qt_invoke( _id, _o );
00109     }
00110     return TRUE;
00111 }
00112 
00113 bool Note::qt_emit( int _id, QUObject* _o )
00114 {
00115     return ReadWriteFormBase::qt_emit(_id,_o);
00116 }
00117 #ifndef QT_NO_PROPERTIES
00118 
00119 bool Note::qt_property( int id, int f, QVariant* v)
00120 {
00121     return ReadWriteFormBase::qt_property( id, f, v);
00122 }
00123 
00124 bool Note::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
00125 #endif // QT_NO_PROPERTIES

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