![]() |
OpenAlbum 1.0.b
|
00001 /**************************************************************************** 00002 ** Meta object code from reading C++ file 'formtextoclass.h' 00003 ** 00004 ** Created: Tue Mar 27 16:19:30 2012 00005 ** by: The Qt Meta Object Compiler version 62 (Qt 4.7.0) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 *****************************************************************************/ 00009 00010 #include "formtextoclass.h" 00011 #if !defined(Q_MOC_OUTPUT_REVISION) 00012 #error "The header file 'formtextoclass.h' doesn't include <QObject>." 00013 #elif Q_MOC_OUTPUT_REVISION != 62 00014 #error "This file was generated using the moc from 4.7.0. It" 00015 #error "cannot be used with the include files from this version of Qt." 00016 #error "(The moc has changed too much.)" 00017 #endif 00018 00019 QT_BEGIN_MOC_NAMESPACE 00020 static const uint qt_meta_data_formTextoClass[] = { 00021 00022 // content: 00023 5, // revision 00024 0, // classname 00025 0, 0, // classinfo 00026 18, 14, // methods 00027 0, 0, // properties 00028 0, 0, // enums/sets 00029 0, 0, // constructors 00030 0, // flags 00031 0, // signalCount 00032 00033 // slots: signature, parameters, type, tag, flags 00034 16, 15, 15, 15, 0x0a, 00035 35, 15, 15, 15, 0x0a, 00036 45, 15, 15, 15, 0x0a, 00037 67, 15, 15, 15, 0x0a, 00038 89, 15, 15, 15, 0x0a, 00039 111, 15, 15, 15, 0x0a, 00040 140, 15, 15, 15, 0x0a, 00041 169, 15, 15, 15, 0x0a, 00042 198, 15, 15, 15, 0x0a, 00043 219, 15, 15, 15, 0x0a, 00044 240, 15, 15, 15, 0x0a, 00045 261, 15, 15, 15, 0x0a, 00046 282, 15, 15, 15, 0x0a, 00047 303, 15, 15, 15, 0x0a, 00048 324, 15, 15, 15, 0x0a, 00049 347, 15, 15, 15, 0x0a, 00050 370, 15, 15, 15, 0x0a, 00051 393, 15, 15, 15, 0x0a, 00052 00053 0 // eod 00054 }; 00055 00056 static const char qt_meta_stringdata_formTextoClass[] = { 00057 "formTextoClass\0\0EstablecerTextos()\0" 00058 "Aceptar()\0PushSeleccionColorF()\0" 00059 "PushSeleccionColorL()\0PushSeleccionColorT()\0" 00060 "PushSeleccionFuenteFrontal()\0" 00061 "PushSeleccionFuenteTrasera()\0" 00062 "PushSeleccionFuenteLateral()\0" 00063 "PushNegritaFrontal()\0PushNegritaLateral()\0" 00064 "PushNegritaTrasera()\0PushCursivaFrontal()\0" 00065 "PushCursivaLateral()\0PushCursivaTrasera()\0" 00066 "PushSubrayadoFrontal()\0PushSubrayadoLateral()\0" 00067 "PushSubrayadoTrasera()\0FocusTab()\0" 00068 }; 00069 00070 const QMetaObject formTextoClass::staticMetaObject = { 00071 { &QDialog::staticMetaObject, qt_meta_stringdata_formTextoClass, 00072 qt_meta_data_formTextoClass, 0 } 00073 }; 00074 00075 #ifdef Q_NO_DATA_RELOCATION 00076 const QMetaObject &formTextoClass::getStaticMetaObject() { return staticMetaObject; } 00077 #endif //Q_NO_DATA_RELOCATION 00078 00079 const QMetaObject *formTextoClass::metaObject() const 00080 { 00081 return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; 00082 } 00083 00084 void *formTextoClass::qt_metacast(const char *_clname) 00085 { 00086 if (!_clname) return 0; 00087 if (!strcmp(_clname, qt_meta_stringdata_formTextoClass)) 00088 return static_cast<void*>(const_cast< formTextoClass*>(this)); 00089 return QDialog::qt_metacast(_clname); 00090 } 00091 00092 int formTextoClass::qt_metacall(QMetaObject::Call _c, int _id, void **_a) 00093 { 00094 _id = QDialog::qt_metacall(_c, _id, _a); 00095 if (_id < 0) 00096 return _id; 00097 if (_c == QMetaObject::InvokeMetaMethod) { 00098 switch (_id) { 00099 case 0: EstablecerTextos(); break; 00100 case 1: Aceptar(); break; 00101 case 2: PushSeleccionColorF(); break; 00102 case 3: PushSeleccionColorL(); break; 00103 case 4: PushSeleccionColorT(); break; 00104 case 5: PushSeleccionFuenteFrontal(); break; 00105 case 6: PushSeleccionFuenteTrasera(); break; 00106 case 7: PushSeleccionFuenteLateral(); break; 00107 case 8: PushNegritaFrontal(); break; 00108 case 9: PushNegritaLateral(); break; 00109 case 10: PushNegritaTrasera(); break; 00110 case 11: PushCursivaFrontal(); break; 00111 case 12: PushCursivaLateral(); break; 00112 case 13: PushCursivaTrasera(); break; 00113 case 14: PushSubrayadoFrontal(); break; 00114 case 15: PushSubrayadoLateral(); break; 00115 case 16: PushSubrayadoTrasera(); break; 00116 case 17: FocusTab(); break; 00117 default: ; 00118 } 00119 _id -= 18; 00120 } 00121 return _id; 00122 } 00123 QT_END_MOC_NAMESPACE