From b888c7edb54e483ec0e3c2e2ce0eafd73acdcc65 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:57:00 -0500 Subject: Initial import from kshowmail 3.3.1 sources --- doc/html/filterdialog_8moc_8cpp-source.html | 144 ++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 doc/html/filterdialog_8moc_8cpp-source.html (limited to 'doc/html/filterdialog_8moc_8cpp-source.html') diff --git a/doc/html/filterdialog_8moc_8cpp-source.html b/doc/html/filterdialog_8moc_8cpp-source.html new file mode 100644 index 0000000..7b8487f --- /dev/null +++ b/doc/html/filterdialog_8moc_8cpp-source.html @@ -0,0 +1,144 @@ + + +kshowmail: kshowmail/filterdialog.moc.cpp Source File + + + + +
+
+ +

filterdialog.moc.cpp

00001 /****************************************************************************
+00002 ** FilterDialog meta object code from reading C++ file 'filterdialog.h'
+00003 **
+00004 ** Created: Fri Jun 29 22:09:04 2007
+00005 **      by: The Qt MOC ($Id: filterdialog_8moc_8cpp-source.html,v 1.10 2007/07/05 17:37:50 kuddel-fl Exp $)
+00006 **
+00007 ** WARNING! All changes made in this file will be lost!
+00008 *****************************************************************************/
+00009 
+00010 #undef QT_NO_COMPAT
+00011 #include "filterdialog.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.7. 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 *FilterDialog::className() const
+00023 {
+00024     return "FilterDialog";
+00025 }
+00026 
+00027 QMetaObject *FilterDialog::metaObj = 0;
+00028 static QMetaObjectCleanUp cleanUp_FilterDialog( "FilterDialog", &FilterDialog::staticMetaObject );
+00029 
+00030 #ifndef QT_NO_TRANSLATION
+00031 QString FilterDialog::tr( const char *s, const char *c )
+00032 {
+00033     if ( qApp )
+00034        return qApp->translate( "FilterDialog", s, c, QApplication::DefaultCodec );
+00035     else
+00036        return QString::fromLatin1( s );
+00037 }
+00038 #ifndef QT_NO_TRANSLATION_UTF8
+00039 QString FilterDialog::trUtf8( const char *s, const char *c )
+00040 {
+00041     if ( qApp )
+00042        return qApp->translate( "FilterDialog", 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* FilterDialog::staticMetaObject()
+00051 {
+00052     if ( metaObj )
+00053        return metaObj;
+00054     QMetaObject* parentObject = FilterDlg::staticMetaObject();
+00055     static const QUMethod slot_0 = {"slotAdd", 0, 0 };
+00056     static const QUMethod slot_1 = {"slotEdit", 0, 0 };
+00057     static const QUMethod slot_2 = {"slotCopy", 0, 0 };
+00058     static const QUMethod slot_3 = {"slotDelete", 0, 0 };
+00059     static const QUMethod slot_4 = {"slotOk", 0, 0 };
+00060     static const QUParameter param_slot_5[] = {
+00061        { 0, &static_QUType_int, 0, QUParameter::In }
+00062     };
+00063     static const QUMethod slot_5 = {"slotFilterActivated", 1, param_slot_5 };
+00064     static const QUMethod slot_6 = {"slotAutomaticActivated", 0, 0 };
+00065     static const QMetaData slot_tbl[] = {
+00066        { "slotAdd()", &slot_0, QMetaData::Public },
+00067        { "slotEdit()", &slot_1, QMetaData::Public },
+00068        { "slotCopy()", &slot_2, QMetaData::Public },
+00069        { "slotDelete()", &slot_3, QMetaData::Public },
+00070        { "slotOk()", &slot_4, QMetaData::Public },
+00071        { "slotFilterActivated(int)", &slot_5, QMetaData::Public },
+00072        { "slotAutomaticActivated()", &slot_6, QMetaData::Public }
+00073     };
+00074     metaObj = QMetaObject::new_metaobject(
+00075        "FilterDialog", parentObject,
+00076        slot_tbl, 7,
+00077        0, 0,
+00078 #ifndef QT_NO_PROPERTIES
+00079        0, 0,
+00080        0, 0,
+00081 #endif // QT_NO_PROPERTIES
+00082        0, 0 );
+00083     cleanUp_FilterDialog.setMetaObject( metaObj );
+00084     return metaObj;
+00085 }
+00086 
+00087 void* FilterDialog::qt_cast( const char* clname )
+00088 {
+00089     if ( !qstrcmp( clname, "FilterDialog" ) )
+00090        return this;
+00091     return FilterDlg::qt_cast( clname );
+00092 }
+00093 
+00094 bool FilterDialog::qt_invoke( int _id, QUObject* _o )
+00095 {
+00096     switch ( _id - staticMetaObject()->slotOffset() ) {
+00097     case 0: slotAdd(); break;
+00098     case 1: slotEdit(); break;
+00099     case 2: slotCopy(); break;
+00100     case 3: slotDelete(); break;
+00101     case 4: slotOk(); break;
+00102     case 5: slotFilterActivated((int)static_QUType_int.get(_o+1)); break;
+00103     case 6: slotAutomaticActivated(); break;
+00104     default:
+00105        return FilterDlg::qt_invoke( _id, _o );
+00106     }
+00107     return TRUE;
+00108 }
+00109 
+00110 bool FilterDialog::qt_emit( int _id, QUObject* _o )
+00111 {
+00112     return FilterDlg::qt_emit(_id,_o);
+00113 }
+00114 #ifndef QT_NO_PROPERTIES
+00115 
+00116 bool FilterDialog::qt_property( int id, int f, QVariant* v)
+00117 {
+00118     return FilterDlg::qt_property( id, f, v);
+00119 }
+00120 
+00121 bool FilterDialog::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; }
+00122 #endif // QT_NO_PROPERTIES
+

Generated on Thu Jul 5 19:36:06 2007 for kshowmail by  + +doxygen 1.5.0
+ + -- cgit v1.2.1