diff --git a/doc/html/AlertDlg_8moc-source.html b/doc/html/AlertDlg_8moc-source.html deleted file mode 100644 index 2c41ac6..0000000 --- a/doc/html/AlertDlg_8moc-source.html +++ /dev/null @@ -1,126 +0,0 @@ - - -kshowmail: kshowmail/AlertDlg.moc Source File - - - - -
-
- -

AlertDlg.moc

00001 /****************************************************************************
-00002 ** AlertDlg meta object code from reading C++ file 'AlertDlg.h'
-00003 **
-00004 ** Created: Fri Jun 29 22:08:57 2007
-00005 **      by: The TQt MOC ($Id: AlertDlg_8moc-source.html,v 1.10 2007/07/05 17:37:49 kuddel-fl Exp $)
-00006 **
-00007 ** WARNING! All changes made in this file will be lost!
-00008 *****************************************************************************/
-00009 
-00010 #undef TQT_NO_COMPAT
-00011 #include "AlertDlg.h"
-00012 #include <ntqmetaobject.h>
-00013 #include <ntqapplication.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 TQt."
-00019 #error "(The moc has changed too much.)"
-00020 #endif
-00021 
-00022 const char *AlertDlg::className() const
-00023 {
-00024     return "AlertDlg";
-00025 }
-00026 
-00027 TQMetaObject *AlertDlg::metaObj = 0;
-00028 static TQMetaObjectCleanUp cleanUp_AlertDlg( "AlertDlg", &AlertDlg::staticMetaObject );
-00029 
-00030 #ifndef TQT_NO_TRANSLATION
-00031 TQString AlertDlg::tr( const char *s, const char *c )
-00032 {
-00033     if ( tqApp )
-00034        return tqApp->translate( "AlertDlg", s, c, TQApplication::DefaultCodec );
-00035     else
-00036        return TQString::fromLatin1( s );
-00037 }
-00038 #ifndef TQT_NO_TRANSLATION_UTF8
-00039 TQString AlertDlg::trUtf8( const char *s, const char *c )
-00040 {
-00041     if ( tqApp )
-00042        return tqApp->translate( "AlertDlg", s, c, TQApplication::UnicodeUTF8 );
-00043     else
-00044        return TQString::fromUtf8( s );
-00045 }
-00046 #endif // TQT_NO_TRANSLATION_UTF8
-00047 
-00048 #endif // TQT_NO_TRANSLATION
-00049 
-00050 TQMetaObject* AlertDlg::staticMetaObject()
-00051 {
-00052     if ( metaObj )
-00053        return metaObj;
-00054     TQMetaObject* parentObject = TQDialog::staticMetaObject();
-00055     static const TQUMethod slot_0 = {"slotOk", 0, 0 };
-00056     static const TQUMethod slot_1 = {"languageChange", 0, 0 };
-00057     static const TQMetaData slot_tbl[] = {
-00058        { "slotOk()", &slot_0, TQMetaData::Public },
-00059        { "languageChange()", &slot_1, TQMetaData::Protected }
-00060     };
-00061     metaObj = TQMetaObject::new_metaobject(
-00062        "AlertDlg", parentObject,
-00063        slot_tbl, 2,
-00064        0, 0,
-00065 #ifndef TQT_NO_PROPERTIES
-00066        0, 0,
-00067        0, 0,
-00068 #endif // TQT_NO_PROPERTIES
-00069        0, 0 );
-00070     cleanUp_AlertDlg.setMetaObject( metaObj );
-00071     return metaObj;
-00072 }
-00073 
-00074 void* AlertDlg::tqt_cast( const char* clname )
-00075 {
-00076     if ( !qstrcmp( clname, "AlertDlg" ) )
-00077        return this;
-00078     return TQDialog::tqt_cast( clname );
-00079 }
-00080 
-00081 bool AlertDlg::tqt_invoke( int _id, TQUObject* _o )
-00082 {
-00083     switch ( _id - staticMetaObject()->slotOffset() ) {
-00084     case 0: slotOk(); break;
-00085     case 1: languageChange(); break;
-00086     default:
-00087        return TQDialog::tqt_invoke( _id, _o );
-00088     }
-00089     return TRUE;
-00090 }
-00091 
-00092 bool AlertDlg::tqt_emit( int _id, TQUObject* _o )
-00093 {
-00094     return TQDialog::tqt_emit(_id,_o);
-00095 }
-00096 #ifndef TQT_NO_PROPERTIES
-00097 
-00098 bool AlertDlg::tqt_property( int id, int f, TQVariant* v)
-00099 {
-00100     return TQDialog::tqt_property( id, f, v);
-00101 }
-00102 
-00103 bool AlertDlg::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
-00104 #endif // TQT_NO_PROPERTIES
-

Generated on Thu Jul 5 19:36:06 2007 for kshowmail by  - -doxygen 1.5.0
- - diff --git a/doc/html/CommandDlg_8moc-source.html b/doc/html/CommandDlg_8moc-source.html deleted file mode 100644 index 6356ce3..0000000 --- a/doc/html/CommandDlg_8moc-source.html +++ /dev/null @@ -1,144 +0,0 @@ - - -kshowmail: kshowmail/CommandDlg.moc Source File - - - - -
-
- -

CommandDlg.moc

00001 /****************************************************************************
-00002 ** CommandDlg meta object code from reading C++ file 'CommandDlg.h'
-00003 **
-00004 ** Created: Tue May 15 19:57:53 2007
-00005 **      by: The TQt MOC ($Id: CommandDlg_8moc-source.html,v 1.8 2007/05/16 20:11:59 kuddel-fl Exp $)
-00006 **
-00007 ** WARNING! All changes made in this file will be lost!
-00008 *****************************************************************************/
-00009 
-00010 #undef TQT_NO_COMPAT
-00011 #include "CommandDlg.h"
-00012 #include <ntqmetaobject.h>
-00013 #include <ntqapplication.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 TQt."
-00019 #error "(The moc has changed too much.)"
-00020 #endif
-00021 
-00022 const char *CommandDlg::className() const
-00023 {
-00024     return "CommandDlg";
-00025 }
-00026 
-00027 TQMetaObject *CommandDlg::metaObj = 0;
-00028 static TQMetaObjectCleanUp cleanUp_CommandDlg( "CommandDlg", &CommandDlg::staticMetaObject );
-00029 
-00030 #ifndef TQT_NO_TRANSLATION
-00031 TQString CommandDlg::tr( const char *s, const char *c )
-00032 {
-00033     if ( tqApp )
-00034        return tqApp->translate( "CommandDlg", s, c, TQApplication::DefaultCodec );
-00035     else
-00036        return TQString::fromLatin1( s );
-00037 }
-00038 #ifndef TQT_NO_TRANSLATION_UTF8
-00039 TQString CommandDlg::trUtf8( const char *s, const char *c )
-00040 {
-00041     if ( tqApp )
-00042        return tqApp->translate( "CommandDlg", s, c, TQApplication::UnicodeUTF8 );
-00043     else
-00044        return TQString::fromUtf8( s );
-00045 }
-00046 #endif // TQT_NO_TRANSLATION_UTF8
-00047 
-00048 #endif // TQT_NO_TRANSLATION
-00049 
-00050 TQMetaObject* CommandDlg::staticMetaObject()
-00051 {
-00052     if ( metaObj )
-00053        return metaObj;
-00054     TQMetaObject* parentObject = TQDialog::staticMetaObject();
-00055     static const TQUParameter param_slot_0[] = {
-00056        { 0, &static_QUType_int, 0, TQUParameter::In }
-00057     };
-00058     static const TQUMethod slot_0 = {"slotCommandActivated", 1, param_slot_0 };
-00059     static const TQUMethod slot_1 = {"slotAdd", 0, 0 };
-00060     static const TQUMethod slot_2 = {"slotCopy", 0, 0 };
-00061     static const TQUMethod slot_3 = {"slotDelete", 0, 0 };
-00062     static const TQUMethod slot_4 = {"slotEdit", 0, 0 };
-00063     static const TQUMethod slot_5 = {"slotOk", 0, 0 };
-00064     static const TQUMethod slot_6 = {"languageChange", 0, 0 };
-00065     static const TQMetaData slot_tbl[] = {
-00066        { "slotCommandActivated(int)", &slot_0, TQMetaData::Public },
-00067        { "slotAdd()", &slot_1, TQMetaData::Public },
-00068        { "slotCopy()", &slot_2, TQMetaData::Public },
-00069        { "slotDelete()", &slot_3, TQMetaData::Public },
-00070        { "slotEdit()", &slot_4, TQMetaData::Public },
-00071        { "slotOk()", &slot_5, TQMetaData::Public },
-00072        { "languageChange()", &slot_6, TQMetaData::Protected }
-00073     };
-00074     metaObj = TQMetaObject::new_metaobject(
-00075        "CommandDlg", parentObject,
-00076        slot_tbl, 7,
-00077        0, 0,
-00078 #ifndef TQT_NO_PROPERTIES
-00079        0, 0,
-00080        0, 0,
-00081 #endif // TQT_NO_PROPERTIES
-00082        0, 0 );
-00083     cleanUp_CommandDlg.setMetaObject( metaObj );
-00084     return metaObj;
-00085 }
-00086 
-00087 void* CommandDlg::tqt_cast( const char* clname )
-00088 {
-00089     if ( !qstrcmp( clname, "CommandDlg" ) )
-00090        return this;
-00091     return TQDialog::tqt_cast( clname );
-00092 }
-00093 
-00094 bool CommandDlg::tqt_invoke( int _id, TQUObject* _o )
-00095 {
-00096     switch ( _id - staticMetaObject()->slotOffset() ) {
-00097     case 0: slotCommandActivated((int)static_QUType_int.get(_o+1)); break;
-00098     case 1: slotAdd(); break;
-00099     case 2: slotCopy(); break;
-00100     case 3: slotDelete(); break;
-00101     case 4: slotEdit(); break;
-00102     case 5: slotOk(); break;
-00103     case 6: languageChange(); break;
-00104     default:
-00105        return TQDialog::tqt_invoke( _id, _o );
-00106     }
-00107     return TRUE;
-00108 }
-00109 
-00110 bool CommandDlg::tqt_emit( int _id, TQUObject* _o )
-00111 {
-00112     return TQDialog::tqt_emit(_id,_o);
-00113 }
-00114 #ifndef TQT_NO_PROPERTIES
-00115 
-00116 bool CommandDlg::tqt_property( int id, int f, TQVariant* v)
-00117 {
-00118     return TQDialog::tqt_property( id, f, v);
-00119 }
-00120 
-00121 bool CommandDlg::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
-00122 #endif // TQT_NO_PROPERTIES
-

Generated on Wed May 16 21:15:18 2007 for kshowmail by  - -doxygen 1.5.0
- - diff --git a/doc/html/CommandEntryDlg_8moc-source.html b/doc/html/CommandEntryDlg_8moc-source.html deleted file mode 100644 index a0a371e..0000000 --- a/doc/html/CommandEntryDlg_8moc-source.html +++ /dev/null @@ -1,132 +0,0 @@ - - -kshowmail: kshowmail/CommandEntryDlg.moc Source File - - - - -
-
- -

CommandEntryDlg.moc

00001 /****************************************************************************
-00002 ** CommandEntryDlg meta object code from reading C++ file 'CommandEntryDlg.h'
-00003 **
-00004 ** Created: Tue May 15 19:57:54 2007
-00005 **      by: The TQt MOC ($Id: CommandEntryDlg_8moc-source.html,v 1.8 2007/05/16 20:11:59 kuddel-fl Exp $)
-00006 **
-00007 ** WARNING! All changes made in this file will be lost!
-00008 *****************************************************************************/
-00009 
-00010 #undef TQT_NO_COMPAT
-00011 #include "CommandEntryDlg.h"
-00012 #include <ntqmetaobject.h>
-00013 #include <ntqapplication.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 TQt."
-00019 #error "(The moc has changed too much.)"
-00020 #endif
-00021 
-00022 const char *CommandEntryDlg::className() const
-00023 {
-00024     return "CommandEntryDlg";
-00025 }
-00026 
-00027 TQMetaObject *CommandEntryDlg::metaObj = 0;
-00028 static TQMetaObjectCleanUp cleanUp_CommandEntryDlg( "CommandEntryDlg", &CommandEntryDlg::staticMetaObject );
-00029 
-00030 #ifndef TQT_NO_TRANSLATION
-00031 TQString CommandEntryDlg::tr( const char *s, const char *c )
-00032 {
-00033     if ( tqApp )
-00034        return tqApp->translate( "CommandEntryDlg", s, c, TQApplication::DefaultCodec );
-00035     else
-00036        return TQString::fromLatin1( s );
-00037 }
-00038 #ifndef TQT_NO_TRANSLATION_UTF8
-00039 TQString CommandEntryDlg::trUtf8( const char *s, const char *c )
-00040 {
-00041     if ( tqApp )
-00042        return tqApp->translate( "CommandEntryDlg", s, c, TQApplication::UnicodeUTF8 );
-00043     else
-00044        return TQString::fromUtf8( s );
-00045 }
-00046 #endif // TQT_NO_TRANSLATION_UTF8
-00047 
-00048 #endif // TQT_NO_TRANSLATION
-00049 
-00050 TQMetaObject* CommandEntryDlg::staticMetaObject()
-00051 {
-00052     if ( metaObj )
-00053        return metaObj;
-00054     TQMetaObject* parentObject = TQDialog::staticMetaObject();
-00055     static const TQUMethod slot_0 = {"slotOk", 0, 0 };
-00056     static const TQUMethod slot_1 = {"slotPath", 0, 0 };
-00057     static const TQUMethod slot_2 = {"slotTest", 0, 0 };
-00058     static const TQUMethod slot_3 = {"languageChange", 0, 0 };
-00059     static const TQMetaData slot_tbl[] = {
-00060        { "slotOk()", &slot_0, TQMetaData::Public },
-00061        { "slotPath()", &slot_1, TQMetaData::Public },
-00062        { "slotTest()", &slot_2, TQMetaData::Public },
-00063        { "languageChange()", &slot_3, TQMetaData::Protected }
-00064     };
-00065     metaObj = TQMetaObject::new_metaobject(
-00066        "CommandEntryDlg", parentObject,
-00067        slot_tbl, 4,
-00068        0, 0,
-00069 #ifndef TQT_NO_PROPERTIES
-00070        0, 0,
-00071        0, 0,
-00072 #endif // TQT_NO_PROPERTIES
-00073        0, 0 );
-00074     cleanUp_CommandEntryDlg.setMetaObject( metaObj );
-00075     return metaObj;
-00076 }
-00077 
-00078 void* CommandEntryDlg::tqt_cast( const char* clname )
-00079 {
-00080     if ( !qstrcmp( clname, "CommandEntryDlg" ) )
-00081        return this;
-00082     return TQDialog::tqt_cast( clname );
-00083 }
-00084 
-00085 bool CommandEntryDlg::tqt_invoke( int _id, TQUObject* _o )
-00086 {
-00087     switch ( _id - staticMetaObject()->slotOffset() ) {
-00088     case 0: slotOk(); break;
-00089     case 1: slotPath(); break;
-00090     case 2: slotTest(); break;
-00091     case 3: languageChange(); break;
-00092     default:
-00093        return TQDialog::tqt_invoke( _id, _o );
-00094     }
-00095     return TRUE;
-00096 }
-00097 
-00098 bool CommandEntryDlg::tqt_emit( int _id, TQUObject* _o )
-00099 {
-00100     return TQDialog::tqt_emit(_id,_o);
-00101 }
-00102 #ifndef TQT_NO_PROPERTIES
-00103 
-00104 bool CommandEntryDlg::tqt_property( int id, int f, TQVariant* v)
-00105 {
-00106     return TQDialog::tqt_property( id, f, v);
-00107 }
-00108 
-00109 bool CommandEntryDlg::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
-00110 #endif // TQT_NO_PROPERTIES
-

Generated on Wed May 16 21:15:18 2007 for kshowmail by  - -doxygen 1.5.0
- - diff --git a/doc/html/EditDlg_8moc-source.html b/doc/html/EditDlg_8moc-source.html deleted file mode 100644 index 23df7f5..0000000 --- a/doc/html/EditDlg_8moc-source.html +++ /dev/null @@ -1,126 +0,0 @@ - - -kshowmail: kshowmail/EditDlg.moc Source File - - - - -
-
- -

EditDlg.moc

00001 /****************************************************************************
-00002 ** EditDlg meta object code from reading C++ file 'EditDlg.h'
-00003 **
-00004 ** Created: Tue May 15 19:57:53 2007
-00005 **      by: The TQt MOC ($Id: EditDlg_8moc-source.html,v 1.8 2007/05/16 20:11:59 kuddel-fl Exp $)
-00006 **
-00007 ** WARNING! All changes made in this file will be lost!
-00008 *****************************************************************************/
-00009 
-00010 #undef TQT_NO_COMPAT
-00011 #include "EditDlg.h"
-00012 #include <ntqmetaobject.h>
-00013 #include <ntqapplication.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 TQt."
-00019 #error "(The moc has changed too much.)"
-00020 #endif
-00021 
-00022 const char *EditDlg::className() const
-00023 {
-00024     return "EditDlg";
-00025 }
-00026 
-00027 TQMetaObject *EditDlg::metaObj = 0;
-00028 static TQMetaObjectCleanUp cleanUp_EditDlg( "EditDlg", &EditDlg::staticMetaObject );
-00029 
-00030 #ifndef TQT_NO_TRANSLATION
-00031 TQString EditDlg::tr( const char *s, const char *c )
-00032 {
-00033     if ( tqApp )
-00034        return tqApp->translate( "EditDlg", s, c, TQApplication::DefaultCodec );
-00035     else
-00036        return TQString::fromLatin1( s );
-00037 }
-00038 #ifndef TQT_NO_TRANSLATION_UTF8
-00039 TQString EditDlg::trUtf8( const char *s, const char *c )
-00040 {
-00041     if ( tqApp )
-00042        return tqApp->translate( "EditDlg", s, c, TQApplication::UnicodeUTF8 );
-00043     else
-00044        return TQString::fromUtf8( s );
-00045 }
-00046 #endif // TQT_NO_TRANSLATION_UTF8
-00047 
-00048 #endif // TQT_NO_TRANSLATION
-00049 
-00050 TQMetaObject* EditDlg::staticMetaObject()
-00051 {
-00052     if ( metaObj )
-00053        return metaObj;
-00054     TQMetaObject* parentObject = TQDialog::staticMetaObject();
-00055     static const TQUMethod slot_0 = {"slotReplyClicked", 0, 0 };
-00056     static const TQUMethod slot_1 = {"languageChange", 0, 0 };
-00057     static const TQMetaData slot_tbl[] = {
-00058        { "slotReplyClicked()", &slot_0, TQMetaData::Public },
-00059        { "languageChange()", &slot_1, TQMetaData::Protected }
-00060     };
-00061     metaObj = TQMetaObject::new_metaobject(
-00062        "EditDlg", parentObject,
-00063        slot_tbl, 2,
-00064        0, 0,
-00065 #ifndef TQT_NO_PROPERTIES
-00066        0, 0,
-00067        0, 0,
-00068 #endif // TQT_NO_PROPERTIES
-00069        0, 0 );
-00070     cleanUp_EditDlg.setMetaObject( metaObj );
-00071     return metaObj;
-00072 }
-00073 
-00074 void* EditDlg::tqt_cast( const char* clname )
-00075 {
-00076     if ( !qstrcmp( clname, "EditDlg" ) )
-00077        return this;
-00078     return TQDialog::tqt_cast( clname );
-00079 }
-00080 
-00081 bool EditDlg::tqt_invoke( int _id, TQUObject* _o )
-00082 {
-00083     switch ( _id - staticMetaObject()->slotOffset() ) {
-00084     case 0: slotReplyClicked(); break;
-00085     case 1: languageChange(); break;
-00086     default:
-00087        return TQDialog::tqt_invoke( _id, _o );
-00088     }
-00089     return TRUE;
-00090 }
-00091 
-00092 bool EditDlg::tqt_emit( int _id, TQUObject* _o )
-00093 {
-00094     return TQDialog::tqt_emit(_id,_o);
-00095 }
-00096 #ifndef TQT_NO_PROPERTIES
-00097 
-00098 bool EditDlg::tqt_property( int id, int f, TQVariant* v)
-00099 {
-00100     return TQDialog::tqt_property( id, f, v);
-00101 }
-00102 
-00103 bool EditDlg::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
-00104 #endif // TQT_NO_PROPERTIES
-

Generated on Wed May 16 21:15:18 2007 for kshowmail by  - -doxygen 1.5.0
- - diff --git a/doc/html/FilterDlg_8moc-source.html b/doc/html/FilterDlg_8moc-source.html deleted file mode 100644 index 5314dc0..0000000 --- a/doc/html/FilterDlg_8moc-source.html +++ /dev/null @@ -1,147 +0,0 @@ - - -kshowmail: kshowmail/FilterDlg.moc Source File - - - - -
-
- -

FilterDlg.moc

00001 /****************************************************************************
-00002 ** FilterDlg meta object code from reading C++ file 'FilterDlg.h'
-00003 **
-00004 ** Created: Fri Jun 29 22:08:56 2007
-00005 **      by: The TQt MOC ($Id: FilterDlg_8moc-source.html,v 1.10 2007/07/05 17:37:49 kuddel-fl Exp $)
-00006 **
-00007 ** WARNING! All changes made in this file will be lost!
-00008 *****************************************************************************/
-00009 
-00010 #undef TQT_NO_COMPAT
-00011 #include "FilterDlg.h"
-00012 #include <ntqmetaobject.h>
-00013 #include <ntqapplication.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 TQt."
-00019 #error "(The moc has changed too much.)"
-00020 #endif
-00021 
-00022 const char *FilterDlg::className() const
-00023 {
-00024     return "FilterDlg";
-00025 }
-00026 
-00027 TQMetaObject *FilterDlg::metaObj = 0;
-00028 static TQMetaObjectCleanUp cleanUp_FilterDlg( "FilterDlg", &FilterDlg::staticMetaObject );
-00029 
-00030 #ifndef TQT_NO_TRANSLATION
-00031 TQString FilterDlg::tr( const char *s, const char *c )
-00032 {
-00033     if ( tqApp )
-00034        return tqApp->translate( "FilterDlg", s, c, TQApplication::DefaultCodec );
-00035     else
-00036        return TQString::fromLatin1( s );
-00037 }
-00038 #ifndef TQT_NO_TRANSLATION_UTF8
-00039 TQString FilterDlg::trUtf8( const char *s, const char *c )
-00040 {
-00041     if ( tqApp )
-00042        return tqApp->translate( "FilterDlg", s, c, TQApplication::UnicodeUTF8 );
-00043     else
-00044        return TQString::fromUtf8( s );
-00045 }
-00046 #endif // TQT_NO_TRANSLATION_UTF8
-00047 
-00048 #endif // TQT_NO_TRANSLATION
-00049 
-00050 TQMetaObject* FilterDlg::staticMetaObject()
-00051 {
-00052     if ( metaObj )
-00053        return metaObj;
-00054     TQMetaObject* parentObject = TQDialog::staticMetaObject();
-00055     static const TQUMethod slot_0 = {"slotAdd", 0, 0 };
-00056     static const TQUMethod slot_1 = {"slotCopy", 0, 0 };
-00057     static const TQUMethod slot_2 = {"slotDelete", 0, 0 };
-00058     static const TQUMethod slot_3 = {"slotEdit", 0, 0 };
-00059     static const TQUMethod slot_4 = {"slotOk", 0, 0 };
-00060     static const TQUParameter param_slot_5[] = {
-00061        { 0, &static_QUType_int, 0, TQUParameter::In }
-00062     };
-00063     static const TQUMethod slot_5 = {"slotFilterActivated", 1, param_slot_5 };
-00064     static const TQUMethod slot_6 = {"slotAutomaticActivated", 0, 0 };
-00065     static const TQUMethod slot_7 = {"languageChange", 0, 0 };
-00066     static const TQMetaData slot_tbl[] = {
-00067        { "slotAdd()", &slot_0, TQMetaData::Public },
-00068        { "slotCopy()", &slot_1, TQMetaData::Public },
-00069        { "slotDelete()", &slot_2, TQMetaData::Public },
-00070        { "slotEdit()", &slot_3, TQMetaData::Public },
-00071        { "slotOk()", &slot_4, TQMetaData::Public },
-00072        { "slotFilterActivated(int)", &slot_5, TQMetaData::Public },
-00073        { "slotAutomaticActivated()", &slot_6, TQMetaData::Public },
-00074        { "languageChange()", &slot_7, TQMetaData::Protected }
-00075     };
-00076     metaObj = TQMetaObject::new_metaobject(
-00077        "FilterDlg", parentObject,
-00078        slot_tbl, 8,
-00079        0, 0,
-00080 #ifndef TQT_NO_PROPERTIES
-00081        0, 0,
-00082        0, 0,
-00083 #endif // TQT_NO_PROPERTIES
-00084        0, 0 );
-00085     cleanUp_FilterDlg.setMetaObject( metaObj );
-00086     return metaObj;
-00087 }
-00088 
-00089 void* FilterDlg::tqt_cast( const char* clname )
-00090 {
-00091     if ( !qstrcmp( clname, "FilterDlg" ) )
-00092        return this;
-00093     return TQDialog::tqt_cast( clname );
-00094 }
-00095 
-00096 bool FilterDlg::tqt_invoke( int _id, TQUObject* _o )
-00097 {
-00098     switch ( _id - staticMetaObject()->slotOffset() ) {
-00099     case 0: slotAdd(); break;
-00100     case 1: slotCopy(); break;
-00101     case 2: slotDelete(); break;
-00102     case 3: slotEdit(); break;
-00103     case 4: slotOk(); break;
-00104     case 5: slotFilterActivated((int)static_QUType_int.get(_o+1)); break;
-00105     case 6: slotAutomaticActivated(); break;
-00106     case 7: languageChange(); break;
-00107     default:
-00108        return TQDialog::tqt_invoke( _id, _o );
-00109     }
-00110     return TRUE;
-00111 }
-00112 
-00113 bool FilterDlg::tqt_emit( int _id, TQUObject* _o )
-00114 {
-00115     return TQDialog::tqt_emit(_id,_o);
-00116 }
-00117 #ifndef TQT_NO_PROPERTIES
-00118 
-00119 bool FilterDlg::tqt_property( int id, int f, TQVariant* v)
-00120 {
-00121     return TQDialog::tqt_property( id, f, v);
-00122 }
-00123 
-00124 bool FilterDlg::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
-00125 #endif // TQT_NO_PROPERTIES
-

Generated on Thu Jul 5 19:36:06 2007 for kshowmail by  - -doxygen 1.5.0
- - diff --git a/doc/html/FilterEntryDlg_8moc-source.html b/doc/html/FilterEntryDlg_8moc-source.html deleted file mode 100644 index 0f52ee4..0000000 --- a/doc/html/FilterEntryDlg_8moc-source.html +++ /dev/null @@ -1,195 +0,0 @@ - - -kshowmail: kshowmail/FilterEntryDlg.moc Source File - - - - -
-
- -

FilterEntryDlg.moc

00001 /****************************************************************************
-00002 ** FilterEntryDlg meta object code from reading C++ file 'FilterEntryDlg.h'
-00003 **
-00004 ** Created: Fri Jun 29 22:08:54 2007
-00005 **      by: The TQt MOC ($Id: FilterEntryDlg_8moc-source.html,v 1.10 2007/07/05 17:37:49 kuddel-fl Exp $)
-00006 **
-00007 ** WARNING! All changes made in this file will be lost!
-00008 *****************************************************************************/
-00009 
-00010 #undef TQT_NO_COMPAT
-00011 #include "FilterEntryDlg.h"
-00012 #include <ntqmetaobject.h>
-00013 #include <ntqapplication.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 TQt."
-00019 #error "(The moc has changed too much.)"
-00020 #endif
-00021 
-00022 const char *FilterEntryDlg::className() const
-00023 {
-00024     return "FilterEntryDlg";
-00025 }
-00026 
-00027 TQMetaObject *FilterEntryDlg::metaObj = 0;
-00028 static TQMetaObjectCleanUp cleanUp_FilterEntryDlg( "FilterEntryDlg", &FilterEntryDlg::staticMetaObject );
-00029 
-00030 #ifndef TQT_NO_TRANSLATION
-00031 TQString FilterEntryDlg::tr( const char *s, const char *c )
-00032 {
-00033     if ( tqApp )
-00034        return tqApp->translate( "FilterEntryDlg", s, c, TQApplication::DefaultCodec );
-00035     else
-00036        return TQString::fromLatin1( s );
-00037 }
-00038 #ifndef TQT_NO_TRANSLATION_UTF8
-00039 TQString FilterEntryDlg::trUtf8( const char *s, const char *c )
-00040 {
-00041     if ( tqApp )
-00042        return tqApp->translate( "FilterEntryDlg", s, c, TQApplication::UnicodeUTF8 );
-00043     else
-00044        return TQString::fromUtf8( s );
-00045 }
-00046 #endif // TQT_NO_TRANSLATION_UTF8
-00047 
-00048 #endif // TQT_NO_TRANSLATION
-00049 
-00050 TQMetaObject* FilterEntryDlg::staticMetaObject()
-00051 {
-00052     if ( metaObj )
-00053        return metaObj;
-00054     TQMetaObject* parentObject = TQDialog::staticMetaObject();
-00055     static const TQUMethod slot_0 = {"slotOk", 0, 0 };
-00056     static const TQUParameter param_slot_1[] = {
-00057        { 0, &static_QUType_int, 0, TQUParameter::In }
-00058     };
-00059     static const TQUMethod slot_1 = {"slotItem1Selected", 1, param_slot_1 };
-00060     static const TQUParameter param_slot_2[] = {
-00061        { 0, &static_QUType_int, 0, TQUParameter::In }
-00062     };
-00063     static const TQUMethod slot_2 = {"slotItem2Selected", 1, param_slot_2 };
-00064     static const TQUParameter param_slot_3[] = {
-00065        { 0, &static_QUType_int, 0, TQUParameter::In }
-00066     };
-00067     static const TQUMethod slot_3 = {"slotSecondCondition", 1, param_slot_3 };
-00068     static const TQUParameter param_slot_4[] = {
-00069        { 0, &static_QUType_int, 0, TQUParameter::In }
-00070     };
-00071     static const TQUMethod slot_4 = {"slotCondition1Selected", 1, param_slot_4 };
-00072     static const TQUParameter param_slot_5[] = {
-00073        { 0, &static_QUType_int, 0, TQUParameter::In }
-00074     };
-00075     static const TQUMethod slot_5 = {"slotCondition2Selected", 1, param_slot_5 };
-00076     static const TQUParameter param_slot_6[] = {
-00077        { 0, &static_QUType_TQString, 0, TQUParameter::In }
-00078     };
-00079     static const TQUMethod slot_6 = {"slotMatch1Changed", 1, param_slot_6 };
-00080     static const TQUParameter param_slot_7[] = {
-00081        { 0, &static_QUType_TQString, 0, TQUParameter::In }
-00082     };
-00083     static const TQUMethod slot_7 = {"slotMatch2Changed", 1, param_slot_7 };
-00084     static const TQUMethod slot_8 = {"slotResetCounter", 0, 0 };
-00085     static const TQUParameter param_slot_9[] = {
-00086        { 0, &static_QUType_int, 0, TQUParameter::In }
-00087     };
-00088     static const TQUMethod slot_9 = {"slotCounterChanged", 1, param_slot_9 };
-00089     static const TQUMethod slot_10 = {"slotEditRegExp1", 0, 0 };
-00090     static const TQUMethod slot_11 = {"slotEditRegExp2", 0, 0 };
-00091     static const TQUParameter param_slot_12[] = {
-00092        { 0, &static_QUType_bool, 0, TQUParameter::In }
-00093     };
-00094     static const TQUMethod slot_12 = {"slotToggleRegExp1", 1, param_slot_12 };
-00095     static const TQUParameter param_slot_13[] = {
-00096        { 0, &static_QUType_bool, 0, TQUParameter::In }
-00097     };
-00098     static const TQUMethod slot_13 = {"slotToggleRegExp2", 1, param_slot_13 };
-00099     static const TQUMethod slot_14 = {"languageChange", 0, 0 };
-00100     static const TQMetaData slot_tbl[] = {
-00101        { "slotOk()", &slot_0, TQMetaData::Public },
-00102        { "slotItem1Selected(int)", &slot_1, TQMetaData::Public },
-00103        { "slotItem2Selected(int)", &slot_2, TQMetaData::Public },
-00104        { "slotSecondCondition(int)", &slot_3, TQMetaData::Public },
-00105        { "slotCondition1Selected(int)", &slot_4, TQMetaData::Public },
-00106        { "slotCondition2Selected(int)", &slot_5, TQMetaData::Public },
-00107        { "slotMatch1Changed(const TQString&)", &slot_6, TQMetaData::Public },
-00108        { "slotMatch2Changed(const TQString&)", &slot_7, TQMetaData::Public },
-00109        { "slotResetCounter()", &slot_8, TQMetaData::Public },
-00110        { "slotCounterChanged(int)", &slot_9, TQMetaData::Public },
-00111        { "slotEditRegExp1()", &slot_10, TQMetaData::Public },
-00112        { "slotEditRegExp2()", &slot_11, TQMetaData::Public },
-00113        { "slotToggleRegExp1(bool)", &slot_12, TQMetaData::Public },
-00114        { "slotToggleRegExp2(bool)", &slot_13, TQMetaData::Public },
-00115        { "languageChange()", &slot_14, TQMetaData::Protected }
-00116     };
-00117     metaObj = TQMetaObject::new_metaobject(
-00118        "FilterEntryDlg", parentObject,
-00119        slot_tbl, 15,
-00120        0, 0,
-00121 #ifndef TQT_NO_PROPERTIES
-00122        0, 0,
-00123        0, 0,
-00124 #endif // TQT_NO_PROPERTIES
-00125        0, 0 );
-00126     cleanUp_FilterEntryDlg.setMetaObject( metaObj );
-00127     return metaObj;
-00128 }
-00129 
-00130 void* FilterEntryDlg::tqt_cast( const char* clname )
-00131 {
-00132     if ( !qstrcmp( clname, "FilterEntryDlg" ) )
-00133        return this;
-00134     return TQDialog::tqt_cast( clname );
-00135 }
-00136 
-00137 bool FilterEntryDlg::tqt_invoke( int _id, TQUObject* _o )
-00138 {
-00139     switch ( _id - staticMetaObject()->slotOffset() ) {
-00140     case 0: slotOk(); break;
-00141     case 1: slotItem1Selected((int)static_QUType_int.get(_o+1)); break;
-00142     case 2: slotItem2Selected((int)static_QUType_int.get(_o+1)); break;
-00143     case 3: slotSecondCondition((int)static_QUType_int.get(_o+1)); break;
-00144     case 4: slotCondition1Selected((int)static_QUType_int.get(_o+1)); break;
-00145     case 5: slotCondition2Selected((int)static_QUType_int.get(_o+1)); break;
-00146     case 6: slotMatch1Changed((const TQString&)static_QUType_TQString.get(_o+1)); break;
-00147     case 7: slotMatch2Changed((const TQString&)static_QUType_TQString.get(_o+1)); break;
-00148     case 8: slotResetCounter(); break;
-00149     case 9: slotCounterChanged((int)static_QUType_int.get(_o+1)); break;
-00150     case 10: slotEditRegExp1(); break;
-00151     case 11: slotEditRegExp2(); break;
-00152     case 12: slotToggleRegExp1((bool)static_QUType_bool.get(_o+1)); break;
-00153     case 13: slotToggleRegExp2((bool)static_QUType_bool.get(_o+1)); break;
-00154     case 14: languageChange(); break;
-00155     default:
-00156        return TQDialog::tqt_invoke( _id, _o );
-00157     }
-00158     return TRUE;
-00159 }
-00160 
-00161 bool FilterEntryDlg::tqt_emit( int _id, TQUObject* _o )
-00162 {
-00163     return TQDialog::tqt_emit(_id,_o);
-00164 }
-00165 #ifndef TQT_NO_PROPERTIES
-00166 
-00167 bool FilterEntryDlg::tqt_property( int id, int f, TQVariant* v)
-00168 {
-00169     return TQDialog::tqt_property( id, f, v);
-00170 }
-00171 
-00172 bool FilterEntryDlg::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
-00173 #endif // TQT_NO_PROPERTIES
-

Generated on Thu Jul 5 19:36:06 2007 for kshowmail by  - -doxygen 1.5.0
- - diff --git a/doc/html/OptionDlg_8moc-source.html b/doc/html/OptionDlg_8moc-source.html deleted file mode 100644 index 0d7e257..0000000 --- a/doc/html/OptionDlg_8moc-source.html +++ /dev/null @@ -1,162 +0,0 @@ - - -kshowmail: kshowmail/OptionDlg.moc Source File - - - - -
-
- -

OptionDlg.moc

00001 /****************************************************************************
-00002 ** OptionDlg meta object code from reading C++ file 'OptionDlg.h'
-00003 **
-00004 ** Created: Tue May 15 19:57:54 2007
-00005 **      by: The TQt MOC ($Id: OptionDlg_8moc-source.html,v 1.8 2007/05/16 20:11:59 kuddel-fl Exp $)
-00006 **
-00007 ** WARNING! All changes made in this file will be lost!
-00008 *****************************************************************************/
-00009 
-00010 #undef TQT_NO_COMPAT
-00011 #include "OptionDlg.h"
-00012 #include <ntqmetaobject.h>
-00013 #include <ntqapplication.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 TQt."
-00019 #error "(The moc has changed too much.)"
-00020 #endif
-00021 
-00022 const char *OptionDlg::className() const
-00023 {
-00024     return "OptionDlg";
-00025 }
-00026 
-00027 TQMetaObject *OptionDlg::metaObj = 0;
-00028 static TQMetaObjectCleanUp cleanUp_OptionDlg( "OptionDlg", &OptionDlg::staticMetaObject );
-00029 
-00030 #ifndef TQT_NO_TRANSLATION
-00031 TQString OptionDlg::tr( const char *s, const char *c )
-00032 {
-00033     if ( tqApp )
-00034        return tqApp->translate( "OptionDlg", s, c, TQApplication::DefaultCodec );
-00035     else
-00036        return TQString::fromLatin1( s );
-00037 }
-00038 #ifndef TQT_NO_TRANSLATION_UTF8
-00039 TQString OptionDlg::trUtf8( const char *s, const char *c )
-00040 {
-00041     if ( tqApp )
-00042        return tqApp->translate( "OptionDlg", s, c, TQApplication::UnicodeUTF8 );
-00043     else
-00044        return TQString::fromUtf8( s );
-00045 }
-00046 #endif // TQT_NO_TRANSLATION_UTF8
-00047 
-00048 #endif // TQT_NO_TRANSLATION
-00049 
-00050 TQMetaObject* OptionDlg::staticMetaObject()
-00051 {
-00052     if ( metaObj )
-00053        return metaObj;
-00054     TQMetaObject* parentObject = TQDialog::staticMetaObject();
-00055     static const TQUMethod slot_0 = {"slotExternalProgTest", 0, 0 };
-00056     static const TQUParameter param_slot_1[] = {
-00057        { 0, &static_QUType_int, 0, TQUParameter::In }
-00058     };
-00059     static const TQUMethod slot_1 = {"slotAccountActivated", 1, param_slot_1 };
-00060     static const TQUMethod slot_2 = {"slotButtonAddClicked", 0, 0 };
-00061     static const TQUMethod slot_3 = {"slotButtonCopyClicked", 0, 0 };
-00062     static const TQUMethod slot_4 = {"slotButtonDeleteClicked", 0, 0 };
-00063     static const TQUMethod slot_5 = {"slotButtonEditClicked", 0, 0 };
-00064     static const TQUMethod slot_6 = {"slotButtonOkClicked", 0, 0 };
-00065     static const TQUMethod slot_7 = {"slotButtonSelectSoundFile", 0, 0 };
-00066     static const TQUMethod slot_8 = {"slotMinimizeNoMailClicked", 0, 0 };
-00067     static const TQUMethod slot_9 = {"slotSavePasswordToggled", 0, 0 };
-00068     static const TQUMethod slot_10 = {"slotSoundTest", 0, 0 };
-00069     static const TQUMethod slot_11 = {"slotTerminateNoMailClicked", 0, 0 };
-00070     static const TQUMethod slot_12 = {"languageChange", 0, 0 };
-00071     static const TQMetaData slot_tbl[] = {
-00072        { "slotExternalProgTest()", &slot_0, TQMetaData::Public },
-00073        { "slotAccountActivated(int)", &slot_1, TQMetaData::Public },
-00074        { "slotButtonAddClicked()", &slot_2, TQMetaData::Public },
-00075        { "slotButtonCopyClicked()", &slot_3, TQMetaData::Public },
-00076        { "slotButtonDeleteClicked()", &slot_4, TQMetaData::Public },
-00077        { "slotButtonEditClicked()", &slot_5, TQMetaData::Public },
-00078        { "slotButtonOkClicked()", &slot_6, TQMetaData::Public },
-00079        { "slotButtonSelectSoundFile()", &slot_7, TQMetaData::Public },
-00080        { "slotMinimizeNoMailClicked()", &slot_8, TQMetaData::Public },
-00081        { "slotSavePasswordToggled()", &slot_9, TQMetaData::Public },
-00082        { "slotSoundTest()", &slot_10, TQMetaData::Public },
-00083        { "slotTerminateNoMailClicked()", &slot_11, TQMetaData::Public },
-00084        { "languageChange()", &slot_12, TQMetaData::Protected }
-00085     };
-00086     metaObj = TQMetaObject::new_metaobject(
-00087        "OptionDlg", parentObject,
-00088        slot_tbl, 13,
-00089        0, 0,
-00090 #ifndef TQT_NO_PROPERTIES
-00091        0, 0,
-00092        0, 0,
-00093 #endif // TQT_NO_PROPERTIES
-00094        0, 0 );
-00095     cleanUp_OptionDlg.setMetaObject( metaObj );
-00096     return metaObj;
-00097 }
-00098 
-00099 void* OptionDlg::tqt_cast( const char* clname )
-00100 {
-00101     if ( !qstrcmp( clname, "OptionDlg" ) )
-00102        return this;
-00103     return TQDialog::tqt_cast( clname );
-00104 }
-00105 
-00106 bool OptionDlg::tqt_invoke( int _id, TQUObject* _o )
-00107 {
-00108     switch ( _id - staticMetaObject()->slotOffset() ) {
-00109     case 0: slotExternalProgTest(); break;
-00110     case 1: slotAccountActivated((int)static_QUType_int.get(_o+1)); break;
-00111     case 2: slotButtonAddClicked(); break;
-00112     case 3: slotButtonCopyClicked(); break;
-00113     case 4: slotButtonDeleteClicked(); break;
-00114     case 5: slotButtonEditClicked(); break;
-00115     case 6: slotButtonOkClicked(); break;
-00116     case 7: slotButtonSelectSoundFile(); break;
-00117     case 8: slotMinimizeNoMailClicked(); break;
-00118     case 9: slotSavePasswordToggled(); break;
-00119     case 10: slotSoundTest(); break;
-00120     case 11: slotTerminateNoMailClicked(); break;
-00121     case 12: languageChange(); break;
-00122     default:
-00123        return TQDialog::tqt_invoke( _id, _o );
-00124     }
-00125     return TRUE;
-00126 }
-00127 
-00128 bool OptionDlg::tqt_emit( int _id, TQUObject* _o )
-00129 {
-00130     return TQDialog::tqt_emit(_id,_o);
-00131 }
-00132 #ifndef TQT_NO_PROPERTIES
-00133 
-00134 bool OptionDlg::tqt_property( int id, int f, TQVariant* v)
-00135 {
-00136     return TQDialog::tqt_property( id, f, v);
-00137 }
-00138 
-00139 bool OptionDlg::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
-00140 #endif // TQT_NO_PROPERTIES
-

Generated on Wed May 16 21:15:19 2007 for kshowmail by  - -doxygen 1.5.0
- - diff --git a/doc/html/ServerDlg_8moc-source.html b/doc/html/ServerDlg_8moc-source.html deleted file mode 100644 index ff4dfd1..0000000 --- a/doc/html/ServerDlg_8moc-source.html +++ /dev/null @@ -1,126 +0,0 @@ - - -kshowmail: kshowmail/ServerDlg.moc Source File - - - - -
-
- -

ServerDlg.moc

00001 /****************************************************************************
-00002 ** ServerDlg meta object code from reading C++ file 'ServerDlg.h'
-00003 **
-00004 ** Created: Tue May 15 19:57:54 2007
-00005 **      by: The TQt MOC ($Id: ServerDlg_8moc-source.html,v 1.8 2007/05/16 20:11:59 kuddel-fl Exp $)
-00006 **
-00007 ** WARNING! All changes made in this file will be lost!
-00008 *****************************************************************************/
-00009 
-00010 #undef TQT_NO_COMPAT
-00011 #include "ServerDlg.h"
-00012 #include <ntqmetaobject.h>
-00013 #include <ntqapplication.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 TQt."
-00019 #error "(The moc has changed too much.)"
-00020 #endif
-00021 
-00022 const char *ServerDlg::className() const
-00023 {
-00024     return "ServerDlg";
-00025 }
-00026 
-00027 TQMetaObject *ServerDlg::metaObj = 0;
-00028 static TQMetaObjectCleanUp cleanUp_ServerDlg( "ServerDlg", &ServerDlg::staticMetaObject );
-00029 
-00030 #ifndef TQT_NO_TRANSLATION
-00031 TQString ServerDlg::tr( const char *s, const char *c )
-00032 {
-00033     if ( tqApp )
-00034        return tqApp->translate( "ServerDlg", s, c, TQApplication::DefaultCodec );
-00035     else
-00036        return TQString::fromLatin1( s );
-00037 }
-00038 #ifndef TQT_NO_TRANSLATION_UTF8
-00039 TQString ServerDlg::trUtf8( const char *s, const char *c )
-00040 {
-00041     if ( tqApp )
-00042        return tqApp->translate( "ServerDlg", s, c, TQApplication::UnicodeUTF8 );
-00043     else
-00044        return TQString::fromUtf8( s );
-00045 }
-00046 #endif // TQT_NO_TRANSLATION_UTF8
-00047 
-00048 #endif // TQT_NO_TRANSLATION
-00049 
-00050 TQMetaObject* ServerDlg::staticMetaObject()
-00051 {
-00052     if ( metaObj )
-00053        return metaObj;
-00054     TQMetaObject* parentObject = TQDialog::staticMetaObject();
-00055     static const TQUMethod slot_0 = {"slotButtonOkClicked", 0, 0 };
-00056     static const TQUMethod slot_1 = {"languageChange", 0, 0 };
-00057     static const TQMetaData slot_tbl[] = {
-00058        { "slotButtonOkClicked()", &slot_0, TQMetaData::Public },
-00059        { "languageChange()", &slot_1, TQMetaData::Protected }
-00060     };
-00061     metaObj = TQMetaObject::new_metaobject(
-00062        "ServerDlg", parentObject,
-00063        slot_tbl, 2,
-00064        0, 0,
-00065 #ifndef TQT_NO_PROPERTIES
-00066        0, 0,
-00067        0, 0,
-00068 #endif // TQT_NO_PROPERTIES
-00069        0, 0 );
-00070     cleanUp_ServerDlg.setMetaObject( metaObj );
-00071     return metaObj;
-00072 }
-00073 
-00074 void* ServerDlg::tqt_cast( const char* clname )
-00075 {
-00076     if ( !qstrcmp( clname, "ServerDlg" ) )
-00077        return this;
-00078     return TQDialog::tqt_cast( clname );
-00079 }
-00080 
-00081 bool ServerDlg::tqt_invoke( int _id, TQUObject* _o )
-00082 {
-00083     switch ( _id - staticMetaObject()->slotOffset() ) {
-00084     case 0: slotButtonOkClicked(); break;
-00085     case 1: languageChange(); break;
-00086     default:
-00087        return TQDialog::tqt_invoke( _id, _o );
-00088     }
-00089     return TRUE;
-00090 }
-00091 
-00092 bool ServerDlg::tqt_emit( int _id, TQUObject* _o )
-00093 {
-00094     return TQDialog::tqt_emit(_id,_o);
-00095 }
-00096 #ifndef TQT_NO_PROPERTIES
-00097 
-00098 bool ServerDlg::tqt_property( int id, int f, TQVariant* v)
-00099 {
-00100     return TQDialog::tqt_property( id, f, v);
-00101 }
-00102 
-00103 bool ServerDlg::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
-00104 #endif // TQT_NO_PROPERTIES
-

Generated on Wed May 16 21:15:19 2007 for kshowmail by  - -doxygen 1.5.0
- - diff --git a/doc/html/alertdialog_8moc_8cpp-source.html b/doc/html/alertdialog_8moc_8cpp-source.html deleted file mode 100644 index d4c4840..0000000 --- a/doc/html/alertdialog_8moc_8cpp-source.html +++ /dev/null @@ -1,138 +0,0 @@ - - -kshowmail: kshowmail/alertdialog.moc.cpp Source File - - - - -
-
- -

alertdialog.moc.cpp

00001 /****************************************************************************
-00002 ** AlertDialog meta object code from reading C++ file 'alertdialog.h'
-00003 **
-00004 ** Created: Fri Jun 29 22:09:03 2007
-00005 **      by: The TQt MOC ($Id: alertdialog_8moc_8cpp-source.html,v 1.10 2007/07/05 17:37:49 kuddel-fl Exp $)
-00006 **
-00007 ** WARNING! All changes made in this file will be lost!
-00008 *****************************************************************************/
-00009 
-00010 #undef TQT_NO_COMPAT
-00011 #include "alertdialog.h"
-00012 #include <ntqmetaobject.h>
-00013 #include <ntqapplication.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 TQt."
-00019 #error "(The moc has changed too much.)"
-00020 #endif
-00021 
-00022 const char *AlertDialog::className() const
-00023 {
-00024     return "AlertDialog";
-00025 }
-00026 
-00027 TQMetaObject *AlertDialog::metaObj = 0;
-00028 static TQMetaObjectCleanUp cleanUp_AlertDialog( "AlertDialog", &AlertDialog::staticMetaObject );
-00029 
-00030 #ifndef TQT_NO_TRANSLATION
-00031 TQString AlertDialog::tr( const char *s, const char *c )
-00032 {
-00033     if ( tqApp )
-00034        return tqApp->translate( "AlertDialog", s, c, TQApplication::DefaultCodec );
-00035     else
-00036        return TQString::fromLatin1( s );
-00037 }
-00038 #ifndef TQT_NO_TRANSLATION_UTF8
-00039 TQString AlertDialog::trUtf8( const char *s, const char *c )
-00040 {
-00041     if ( tqApp )
-00042        return tqApp->translate( "AlertDialog", s, c, TQApplication::UnicodeUTF8 );
-00043     else
-00044        return TQString::fromUtf8( s );
-00045 }
-00046 #endif // TQT_NO_TRANSLATION_UTF8
-00047 
-00048 #endif // TQT_NO_TRANSLATION
-00049 
-00050 TQMetaObject* AlertDialog::staticMetaObject()
-00051 {
-00052     if ( metaObj )
-00053        return metaObj;
-00054     TQMetaObject* parentObject = AlertDlg::staticMetaObject();
-00055     static const TQUMethod slot_0 = {"slotOk", 0, 0 };
-00056     static const TQMetaData slot_tbl[] = {
-00057        { "slotOk()", &slot_0, TQMetaData::Public }
-00058     };
-00059     static const TQUMethod signal_0 = {"signalOk", 0, 0 };
-00060     static const TQMetaData signal_tbl[] = {
-00061        { "signalOk()", &signal_0, TQMetaData::Public }
-00062     };
-00063     metaObj = TQMetaObject::new_metaobject(
-00064        "AlertDialog", parentObject,
-00065        slot_tbl, 1,
-00066        signal_tbl, 1,
-00067 #ifndef TQT_NO_PROPERTIES
-00068        0, 0,
-00069        0, 0,
-00070 #endif // TQT_NO_PROPERTIES
-00071        0, 0 );
-00072     cleanUp_AlertDialog.setMetaObject( metaObj );
-00073     return metaObj;
-00074 }
-00075 
-00076 void* AlertDialog::tqt_cast( const char* clname )
-00077 {
-00078     if ( !qstrcmp( clname, "AlertDialog" ) )
-00079        return this;
-00080     return AlertDlg::tqt_cast( clname );
-00081 }
-00082 
-00083 // SIGNAL signalOk
-00084 void AlertDialog::signalOk()
-00085 {
-00086     activate_signal( staticMetaObject()->signalOffset() + 0 );
-00087 }
-00088 
-00089 bool AlertDialog::tqt_invoke( int _id, TQUObject* _o )
-00090 {
-00091     switch ( _id - staticMetaObject()->slotOffset() ) {
-00092     case 0: slotOk(); break;
-00093     default:
-00094        return AlertDlg::tqt_invoke( _id, _o );
-00095     }
-00096     return TRUE;
-00097 }
-00098 
-00099 bool AlertDialog::tqt_emit( int _id, TQUObject* _o )
-00100 {
-00101     switch ( _id - staticMetaObject()->signalOffset() ) {
-00102     case 0: signalOk(); break;
-00103     default:
-00104        return AlertDlg::tqt_emit(_id,_o);
-00105     }
-00106     return TRUE;
-00107 }
-00108 #ifndef TQT_NO_PROPERTIES
-00109 
-00110 bool AlertDialog::tqt_property( int id, int f, TQVariant* v)
-00111 {
-00112     return AlertDlg::tqt_property( id, f, v);
-00113 }
-00114 
-00115 bool AlertDialog::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
-00116 #endif // TQT_NO_PROPERTIES
-

Generated on Thu Jul 5 19:36:06 2007 for kshowmail by  - -doxygen 1.5.0
- - diff --git a/doc/html/classKFeedbackDialog.html b/doc/html/classKFeedbackDialog.html index ec4c29d..95ad160 100644 --- a/doc/html/classKFeedbackDialog.html +++ b/doc/html/classKFeedbackDialog.html @@ -78,7 +78,7 @@ Constructor.

Definition at line 34 of file kfeedback.cpp.

-References _form, checkSendButton(), and mailSent(). +References _form and checkSendButton().

@@ -171,13 +171,11 @@ Referenced by KFeedbackDi

Emitted when the user has sent the feedback mail - i.e. when he clicked on the "Send mail" button and the mail has successfully been forwarded to the mailer. He can still choose not to send the mail from within the mailer, though.

-Definition at line 84 of file kfeedback.moc.cpp. -

Referenced by KFeedbackDialog().


The documentation for this class was generated from the following files: +
  • kshowmail/kfeedback.h
  • kshowmail/kfeedback.cpp
    Generated on Thu Jul 5 19:36:09 2007 for kshowmail by  doxygen 1.5.0
    diff --git a/doc/html/classKFeedbackForm.html b/doc/html/classKFeedbackForm.html index c9d51c6..7c8e862 100644 --- a/doc/html/classKFeedbackForm.html +++ b/doc/html/classKFeedbackForm.html @@ -95,7 +95,7 @@ Constructor.

    Definition at line 80 of file kfeedback.cpp.

    -References _comment, _questionList, checkComplete(), and slotCheckComplete(). +References _comment, _questionList and slotCheckComplete().

    @@ -142,7 +142,7 @@ Connect the 153 of file kfeedback.cpp.

    -References _feedbackMailAddress, _questionList, formatComment(), mailSent(), and KFeedbackQuestionList::result(). +References _feedbackMailAddress, _questionList, formatComment(), and KFeedbackQuestionList::result().

    @@ -213,8 +213,6 @@ Referenced by KSh

    Emitted when the user has sent the feedback mail - i.e. when he clicked on the "Send mail" button and the mail has successfully been forwarded to the mailer. He can still choose not to send the mail from within the mailer, though.

    -Definition at line 185 of file kfeedback.moc.cpp. -

    Referenced by sendMail().

    @@ -236,8 +234,6 @@ Referenced by sendMail()<

    Emitted when it is time to check for completeness of all information in this form: Either when a new question is added or when a question is answered.

    -Definition at line 191 of file kfeedback.moc.cpp. -

    Referenced by KFeedbackForm(), and slotCheckComplete().

    @@ -261,8 +257,6 @@ Check for completeness of this form.

    Definition at line 208 of file kfeedback.cpp.

    -References checkComplete(). -

    Referenced by KFeedbackForm().

    @@ -292,7 +286,7 @@ Referenced by sendMail()<


    The documentation for this class was generated from the following files: +
  • kshowmail/kfeedback.h
  • kshowmail/kfeedback.cpp
    Generated on Thu Jul 5 19:36:09 2007 for kshowmail by  doxygen 1.5.0
    diff --git a/doc/html/classKFeedbackQuestionList.html b/doc/html/classKFeedbackQuestionList.html index 203182a..ce3ba4a 100644 --- a/doc/html/classKFeedbackQuestionList.html +++ b/doc/html/classKFeedbackQuestionList.html @@ -280,8 +280,6 @@ Notify the list that another question has been answered. Emits the Definition at line 318 of file kfeedback.cpp.

    -References checkComplete(). -

    Referenced by KFeedbackAnswer::stateChange().

    @@ -306,7 +304,7 @@ Notify the list that another question has been added. Emits the Definition at line 324 of file kfeedback.cpp.

    -References checkComplete(), and KFeedbackQuestion::isRequired(). +References KFeedbackQuestion::isRequired().

    Referenced by KFeedbackQuestion::KFeedbackQuestion(). @@ -329,13 +327,11 @@ Referenced by KFeedbackQu

    Emitted when all required questions are answered.

    -Definition at line 286 of file kfeedback.moc.cpp. -

    Referenced by questionAdded(), and questionAnswered().


    The documentation for this class was generated from the following files: +
  • kshowmail/kfeedback.h
  • kshowmail/kfeedback.cpp
    Generated on Thu Jul 5 19:36:09 2007 for kshowmail by  doxygen 1.5.0
    diff --git a/doc/html/commanddialog_8moc_8cpp-source.html b/doc/html/commanddialog_8moc_8cpp-source.html deleted file mode 100644 index 7b3f44e..0000000 --- a/doc/html/commanddialog_8moc_8cpp-source.html +++ /dev/null @@ -1,141 +0,0 @@ - - -kshowmail: kshowmail/commanddialog.moc.cpp Source File - - - - -
    -
    - -

    commanddialog.moc.cpp

    00001 /****************************************************************************
    -00002 ** CommandDialog meta object code from reading C++ file 'commanddialog.h'
    -00003 **
    -00004 ** Created: Tue May 15 19:57:53 2007
    -00005 **      by: The TQt MOC ($Id: commanddialog_8moc_8cpp-source.html,v 1.8 2007/05/16 20:12:00 kuddel-fl Exp $)
    -00006 **
    -00007 ** WARNING! All changes made in this file will be lost!
    -00008 *****************************************************************************/
    -00009 
    -00010 #undef TQT_NO_COMPAT
    -00011 #include "commanddialog.h"
    -00012 #include <ntqmetaobject.h>
    -00013 #include <ntqapplication.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 TQt."
    -00019 #error "(The moc has changed too much.)"
    -00020 #endif
    -00021 
    -00022 const char *CommandDialog::className() const
    -00023 {
    -00024     return "CommandDialog";
    -00025 }
    -00026 
    -00027 TQMetaObject *CommandDialog::metaObj = 0;
    -00028 static TQMetaObjectCleanUp cleanUp_CommandDialog( "CommandDialog", &CommandDialog::staticMetaObject );
    -00029 
    -00030 #ifndef TQT_NO_TRANSLATION
    -00031 TQString CommandDialog::tr( const char *s, const char *c )
    -00032 {
    -00033     if ( tqApp )
    -00034        return tqApp->translate( "CommandDialog", s, c, TQApplication::DefaultCodec );
    -00035     else
    -00036        return TQString::fromLatin1( s );
    -00037 }
    -00038 #ifndef TQT_NO_TRANSLATION_UTF8
    -00039 TQString CommandDialog::trUtf8( const char *s, const char *c )
    -00040 {
    -00041     if ( tqApp )
    -00042        return tqApp->translate( "CommandDialog", s, c, TQApplication::UnicodeUTF8 );
    -00043     else
    -00044        return TQString::fromUtf8( s );
    -00045 }
    -00046 #endif // TQT_NO_TRANSLATION_UTF8
    -00047 
    -00048 #endif // TQT_NO_TRANSLATION
    -00049 
    -00050 TQMetaObject* CommandDialog::staticMetaObject()
    -00051 {
    -00052     if ( metaObj )
    -00053        return metaObj;
    -00054     TQMetaObject* parentObject = CommandDlg::staticMetaObject();
    -00055     static const TQUMethod slot_0 = {"slotAdd", 0, 0 };
    -00056     static const TQUMethod slot_1 = {"slotEdit", 0, 0 };
    -00057     static const TQUMethod slot_2 = {"slotCopy", 0, 0 };
    -00058     static const TQUMethod slot_3 = {"slotDelete", 0, 0 };
    -00059     static const TQUMethod slot_4 = {"slotOk", 0, 0 };
    -00060     static const TQUParameter param_slot_5[] = {
    -00061        { 0, &static_QUType_int, 0, TQUParameter::In }
    -00062     };
    -00063     static const TQUMethod slot_5 = {"slotCommandActivated", 1, param_slot_5 };
    -00064     static const TQMetaData slot_tbl[] = {
    -00065        { "slotAdd()", &slot_0, TQMetaData::Private },
    -00066        { "slotEdit()", &slot_1, TQMetaData::Private },
    -00067        { "slotCopy()", &slot_2, TQMetaData::Private },
    -00068        { "slotDelete()", &slot_3, TQMetaData::Private },
    -00069        { "slotOk()", &slot_4, TQMetaData::Private },
    -00070        { "slotCommandActivated(int)", &slot_5, TQMetaData::Private }
    -00071     };
    -00072     metaObj = TQMetaObject::new_metaobject(
    -00073        "CommandDialog", parentObject,
    -00074        slot_tbl, 6,
    -00075        0, 0,
    -00076 #ifndef TQT_NO_PROPERTIES
    -00077        0, 0,
    -00078        0, 0,
    -00079 #endif // TQT_NO_PROPERTIES
    -00080        0, 0 );
    -00081     cleanUp_CommandDialog.setMetaObject( metaObj );
    -00082     return metaObj;
    -00083 }
    -00084 
    -00085 void* CommandDialog::tqt_cast( const char* clname )
    -00086 {
    -00087     if ( !qstrcmp( clname, "CommandDialog" ) )
    -00088        return this;
    -00089     return CommandDlg::tqt_cast( clname );
    -00090 }
    -00091 
    -00092 bool CommandDialog::tqt_invoke( int _id, TQUObject* _o )
    -00093 {
    -00094     switch ( _id - staticMetaObject()->slotOffset() ) {
    -00095     case 0: slotAdd(); break;
    -00096     case 1: slotEdit(); break;
    -00097     case 2: slotCopy(); break;
    -00098     case 3: slotDelete(); break;
    -00099     case 4: slotOk(); break;
    -00100     case 5: slotCommandActivated((int)static_QUType_int.get(_o+1)); break;
    -00101     default:
    -00102        return CommandDlg::tqt_invoke( _id, _o );
    -00103     }
    -00104     return TRUE;
    -00105 }
    -00106 
    -00107 bool CommandDialog::tqt_emit( int _id, TQUObject* _o )
    -00108 {
    -00109     return CommandDlg::tqt_emit(_id,_o);
    -00110 }
    -00111 #ifndef TQT_NO_PROPERTIES
    -00112 
    -00113 bool CommandDialog::tqt_property( int id, int f, TQVariant* v)
    -00114 {
    -00115     return CommandDlg::tqt_property( id, f, v);
    -00116 }
    -00117 
    -00118 bool CommandDialog::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
    -00119 #endif // TQT_NO_PROPERTIES
    -

    Generated on Wed May 16 21:15:18 2007 for kshowmail by  - -doxygen 1.5.0
    - - diff --git a/doc/html/commandentrydialog_8moc_8cpp-source.html b/doc/html/commandentrydialog_8moc_8cpp-source.html deleted file mode 100644 index 4d6f919..0000000 --- a/doc/html/commandentrydialog_8moc_8cpp-source.html +++ /dev/null @@ -1,129 +0,0 @@ - - -kshowmail: kshowmail/commandentrydialog.moc.cpp Source File - - - - -
    -
    - -

    commandentrydialog.moc.cpp

    00001 /****************************************************************************
    -00002 ** CommandEntryDialog meta object code from reading C++ file 'commandentrydialog.h'
    -00003 **
    -00004 ** Created: Tue May 15 19:57:53 2007
    -00005 **      by: The TQt MOC ($Id: commandentrydialog_8moc_8cpp-source.html,v 1.8 2007/05/16 20:12:00 kuddel-fl Exp $)
    -00006 **
    -00007 ** WARNING! All changes made in this file will be lost!
    -00008 *****************************************************************************/
    -00009 
    -00010 #undef TQT_NO_COMPAT
    -00011 #include "commandentrydialog.h"
    -00012 #include <ntqmetaobject.h>
    -00013 #include <ntqapplication.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 TQt."
    -00019 #error "(The moc has changed too much.)"
    -00020 #endif
    -00021 
    -00022 const char *CommandEntryDialog::className() const
    -00023 {
    -00024     return "CommandEntryDialog";
    -00025 }
    -00026 
    -00027 TQMetaObject *CommandEntryDialog::metaObj = 0;
    -00028 static TQMetaObjectCleanUp cleanUp_CommandEntryDialog( "CommandEntryDialog", &CommandEntryDialog::staticMetaObject );
    -00029 
    -00030 #ifndef TQT_NO_TRANSLATION
    -00031 TQString CommandEntryDialog::tr( const char *s, const char *c )
    -00032 {
    -00033     if ( tqApp )
    -00034        return tqApp->translate( "CommandEntryDialog", s, c, TQApplication::DefaultCodec );
    -00035     else
    -00036        return TQString::fromLatin1( s );
    -00037 }
    -00038 #ifndef TQT_NO_TRANSLATION_UTF8
    -00039 TQString CommandEntryDialog::trUtf8( const char *s, const char *c )
    -00040 {
    -00041     if ( tqApp )
    -00042        return tqApp->translate( "CommandEntryDialog", s, c, TQApplication::UnicodeUTF8 );
    -00043     else
    -00044        return TQString::fromUtf8( s );
    -00045 }
    -00046 #endif // TQT_NO_TRANSLATION_UTF8
    -00047 
    -00048 #endif // TQT_NO_TRANSLATION
    -00049 
    -00050 TQMetaObject* CommandEntryDialog::staticMetaObject()
    -00051 {
    -00052     if ( metaObj )
    -00053        return metaObj;
    -00054     TQMetaObject* parentObject = CommandEntryDlg::staticMetaObject();
    -00055     static const TQUMethod slot_0 = {"slotPath", 0, 0 };
    -00056     static const TQUMethod slot_1 = {"slotTest", 0, 0 };
    -00057     static const TQUMethod slot_2 = {"slotOk", 0, 0 };
    -00058     static const TQMetaData slot_tbl[] = {
    -00059        { "slotPath()", &slot_0, TQMetaData::Private },
    -00060        { "slotTest()", &slot_1, TQMetaData::Private },
    -00061        { "slotOk()", &slot_2, TQMetaData::Private }
    -00062     };
    -00063     metaObj = TQMetaObject::new_metaobject(
    -00064        "CommandEntryDialog", parentObject,
    -00065        slot_tbl, 3,
    -00066        0, 0,
    -00067 #ifndef TQT_NO_PROPERTIES
    -00068        0, 0,
    -00069        0, 0,
    -00070 #endif // TQT_NO_PROPERTIES
    -00071        0, 0 );
    -00072     cleanUp_CommandEntryDialog.setMetaObject( metaObj );
    -00073     return metaObj;
    -00074 }
    -00075 
    -00076 void* CommandEntryDialog::tqt_cast( const char* clname )
    -00077 {
    -00078     if ( !qstrcmp( clname, "CommandEntryDialog" ) )
    -00079        return this;
    -00080     return CommandEntryDlg::tqt_cast( clname );
    -00081 }
    -00082 
    -00083 bool CommandEntryDialog::tqt_invoke( int _id, TQUObject* _o )
    -00084 {
    -00085     switch ( _id - staticMetaObject()->slotOffset() ) {
    -00086     case 0: slotPath(); break;
    -00087     case 1: slotTest(); break;
    -00088     case 2: slotOk(); break;
    -00089     default:
    -00090        return CommandEntryDlg::tqt_invoke( _id, _o );
    -00091     }
    -00092     return TRUE;
    -00093 }
    -00094 
    -00095 bool CommandEntryDialog::tqt_emit( int _id, TQUObject* _o )
    -00096 {
    -00097     return CommandEntryDlg::tqt_emit(_id,_o);
    -00098 }
    -00099 #ifndef TQT_NO_PROPERTIES
    -00100 
    -00101 bool CommandEntryDialog::tqt_property( int id, int f, TQVariant* v)
    -00102 {
    -00103     return CommandEntryDlg::tqt_property( id, f, v);
    -00104 }
    -00105 
    -00106 bool CommandEntryDialog::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
    -00107 #endif // TQT_NO_PROPERTIES
    -

    Generated on Wed May 16 21:15:18 2007 for kshowmail by  - -doxygen 1.5.0
    - - diff --git a/doc/html/editdialog_8moc_8cpp-source.html b/doc/html/editdialog_8moc_8cpp-source.html deleted file mode 100644 index 06316fe..0000000 --- a/doc/html/editdialog_8moc_8cpp-source.html +++ /dev/null @@ -1,123 +0,0 @@ - - -kshowmail: kshowmail/editdialog.moc.cpp Source File - - - - -
    -
    - -

    editdialog.moc.cpp

    00001 /****************************************************************************
    -00002 ** EditDialog meta object code from reading C++ file 'editdialog.h'
    -00003 **
    -00004 ** Created: Tue May 15 19:57:53 2007
    -00005 **      by: The TQt MOC ($Id: editdialog_8moc_8cpp-source.html,v 1.8 2007/05/16 20:12:00 kuddel-fl Exp $)
    -00006 **
    -00007 ** WARNING! All changes made in this file will be lost!
    -00008 *****************************************************************************/
    -00009 
    -00010 #undef TQT_NO_COMPAT
    -00011 #include "editdialog.h"
    -00012 #include <ntqmetaobject.h>
    -00013 #include <ntqapplication.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 TQt."
    -00019 #error "(The moc has changed too much.)"
    -00020 #endif
    -00021 
    -00022 const char *EditDialog::className() const
    -00023 {
    -00024     return "EditDialog";
    -00025 }
    -00026 
    -00027 TQMetaObject *EditDialog::metaObj = 0;
    -00028 static TQMetaObjectCleanUp cleanUp_EditDialog( "EditDialog", &EditDialog::staticMetaObject );
    -00029 
    -00030 #ifndef TQT_NO_TRANSLATION
    -00031 TQString EditDialog::tr( const char *s, const char *c )
    -00032 {
    -00033     if ( tqApp )
    -00034        return tqApp->translate( "EditDialog", s, c, TQApplication::DefaultCodec );
    -00035     else
    -00036        return TQString::fromLatin1( s );
    -00037 }
    -00038 #ifndef TQT_NO_TRANSLATION_UTF8
    -00039 TQString EditDialog::trUtf8( const char *s, const char *c )
    -00040 {
    -00041     if ( tqApp )
    -00042        return tqApp->translate( "EditDialog", s, c, TQApplication::UnicodeUTF8 );
    -00043     else
    -00044        return TQString::fromUtf8( s );
    -00045 }
    -00046 #endif // TQT_NO_TRANSLATION_UTF8
    -00047 
    -00048 #endif // TQT_NO_TRANSLATION
    -00049 
    -00050 TQMetaObject* EditDialog::staticMetaObject()
    -00051 {
    -00052     if ( metaObj )
    -00053        return metaObj;
    -00054     TQMetaObject* parentObject = EditDlg::staticMetaObject();
    -00055     static const TQUMethod slot_0 = {"slotReplyClicked", 0, 0 };
    -00056     static const TQMetaData slot_tbl[] = {
    -00057        { "slotReplyClicked()", &slot_0, TQMetaData::Public }
    -00058     };
    -00059     metaObj = TQMetaObject::new_metaobject(
    -00060        "EditDialog", parentObject,
    -00061        slot_tbl, 1,
    -00062        0, 0,
    -00063 #ifndef TQT_NO_PROPERTIES
    -00064        0, 0,
    -00065        0, 0,
    -00066 #endif // TQT_NO_PROPERTIES
    -00067        0, 0 );
    -00068     cleanUp_EditDialog.setMetaObject( metaObj );
    -00069     return metaObj;
    -00070 }
    -00071 
    -00072 void* EditDialog::tqt_cast( const char* clname )
    -00073 {
    -00074     if ( !qstrcmp( clname, "EditDialog" ) )
    -00075        return this;
    -00076     return EditDlg::tqt_cast( clname );
    -00077 }
    -00078 
    -00079 bool EditDialog::tqt_invoke( int _id, TQUObject* _o )
    -00080 {
    -00081     switch ( _id - staticMetaObject()->slotOffset() ) {
    -00082     case 0: slotReplyClicked(); break;
    -00083     default:
    -00084        return EditDlg::tqt_invoke( _id, _o );
    -00085     }
    -00086     return TRUE;
    -00087 }
    -00088 
    -00089 bool EditDialog::tqt_emit( int _id, TQUObject* _o )
    -00090 {
    -00091     return EditDlg::tqt_emit(_id,_o);
    -00092 }
    -00093 #ifndef TQT_NO_PROPERTIES
    -00094 
    -00095 bool EditDialog::tqt_property( int id, int f, TQVariant* v)
    -00096 {
    -00097     return EditDlg::tqt_property( id, f, v);
    -00098 }
    -00099 
    -00100 bool EditDialog::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
    -00101 #endif // TQT_NO_PROPERTIES
    -

    Generated on Wed May 16 21:15:18 2007 for kshowmail by  - -doxygen 1.5.0
    - - diff --git a/doc/html/filterdialog_8moc_8cpp-source.html b/doc/html/filterdialog_8moc_8cpp-source.html deleted file mode 100644 index c00acde..0000000 --- a/doc/html/filterdialog_8moc_8cpp-source.html +++ /dev/null @@ -1,144 +0,0 @@ - - -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 TQt 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 TQT_NO_COMPAT
    -00011 #include "filterdialog.h"
    -00012 #include <ntqmetaobject.h>
    -00013 #include <ntqapplication.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 TQt."
    -00019 #error "(The moc has changed too much.)"
    -00020 #endif
    -00021 
    -00022 const char *FilterDialog::className() const
    -00023 {
    -00024     return "FilterDialog";
    -00025 }
    -00026 
    -00027 TQMetaObject *FilterDialog::metaObj = 0;
    -00028 static TQMetaObjectCleanUp cleanUp_FilterDialog( "FilterDialog", &FilterDialog::staticMetaObject );
    -00029 
    -00030 #ifndef TQT_NO_TRANSLATION
    -00031 TQString FilterDialog::tr( const char *s, const char *c )
    -00032 {
    -00033     if ( tqApp )
    -00034        return tqApp->translate( "FilterDialog", s, c, TQApplication::DefaultCodec );
    -00035     else
    -00036        return TQString::fromLatin1( s );
    -00037 }
    -00038 #ifndef TQT_NO_TRANSLATION_UTF8
    -00039 TQString FilterDialog::trUtf8( const char *s, const char *c )
    -00040 {
    -00041     if ( tqApp )
    -00042        return tqApp->translate( "FilterDialog", s, c, TQApplication::UnicodeUTF8 );
    -00043     else
    -00044        return TQString::fromUtf8( s );
    -00045 }
    -00046 #endif // TQT_NO_TRANSLATION_UTF8
    -00047 
    -00048 #endif // TQT_NO_TRANSLATION
    -00049 
    -00050 TQMetaObject* FilterDialog::staticMetaObject()
    -00051 {
    -00052     if ( metaObj )
    -00053        return metaObj;
    -00054     TQMetaObject* parentObject = FilterDlg::staticMetaObject();
    -00055     static const TQUMethod slot_0 = {"slotAdd", 0, 0 };
    -00056     static const TQUMethod slot_1 = {"slotEdit", 0, 0 };
    -00057     static const TQUMethod slot_2 = {"slotCopy", 0, 0 };
    -00058     static const TQUMethod slot_3 = {"slotDelete", 0, 0 };
    -00059     static const TQUMethod slot_4 = {"slotOk", 0, 0 };
    -00060     static const TQUParameter param_slot_5[] = {
    -00061        { 0, &static_QUType_int, 0, TQUParameter::In }
    -00062     };
    -00063     static const TQUMethod slot_5 = {"slotFilterActivated", 1, param_slot_5 };
    -00064     static const TQUMethod slot_6 = {"slotAutomaticActivated", 0, 0 };
    -00065     static const TQMetaData slot_tbl[] = {
    -00066        { "slotAdd()", &slot_0, TQMetaData::Public },
    -00067        { "slotEdit()", &slot_1, TQMetaData::Public },
    -00068        { "slotCopy()", &slot_2, TQMetaData::Public },
    -00069        { "slotDelete()", &slot_3, TQMetaData::Public },
    -00070        { "slotOk()", &slot_4, TQMetaData::Public },
    -00071        { "slotFilterActivated(int)", &slot_5, TQMetaData::Public },
    -00072        { "slotAutomaticActivated()", &slot_6, TQMetaData::Public }
    -00073     };
    -00074     metaObj = TQMetaObject::new_metaobject(
    -00075        "FilterDialog", parentObject,
    -00076        slot_tbl, 7,
    -00077        0, 0,
    -00078 #ifndef TQT_NO_PROPERTIES
    -00079        0, 0,
    -00080        0, 0,
    -00081 #endif // TQT_NO_PROPERTIES
    -00082        0, 0 );
    -00083     cleanUp_FilterDialog.setMetaObject( metaObj );
    -00084     return metaObj;
    -00085 }
    -00086 
    -00087 void* FilterDialog::tqt_cast( const char* clname )
    -00088 {
    -00089     if ( !qstrcmp( clname, "FilterDialog" ) )
    -00090        return this;
    -00091     return FilterDlg::tqt_cast( clname );
    -00092 }
    -00093 
    -00094 bool FilterDialog::tqt_invoke( int _id, TQUObject* _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::tqt_invoke( _id, _o );
    -00106     }
    -00107     return TRUE;
    -00108 }
    -00109 
    -00110 bool FilterDialog::tqt_emit( int _id, TQUObject* _o )
    -00111 {
    -00112     return FilterDlg::tqt_emit(_id,_o);
    -00113 }
    -00114 #ifndef TQT_NO_PROPERTIES
    -00115 
    -00116 bool FilterDialog::tqt_property( int id, int f, TQVariant* v)
    -00117 {
    -00118     return FilterDlg::tqt_property( id, f, v);
    -00119 }
    -00120 
    -00121 bool FilterDialog::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
    -00122 #endif // TQT_NO_PROPERTIES
    -

    Generated on Thu Jul 5 19:36:06 2007 for kshowmail by  - -doxygen 1.5.0
    - - diff --git a/doc/html/filterentrydialog_8moc_8cpp-source.html b/doc/html/filterentrydialog_8moc_8cpp-source.html deleted file mode 100644 index 331138a..0000000 --- a/doc/html/filterentrydialog_8moc_8cpp-source.html +++ /dev/null @@ -1,192 +0,0 @@ - - -kshowmail: kshowmail/filterentrydialog.moc.cpp Source File - - - - -
    -
    - -

    filterentrydialog.moc.cpp

    00001 /****************************************************************************
    -00002 ** FilterEntryDialog meta object code from reading C++ file 'filterentrydialog.h'
    -00003 **
    -00004 ** Created: Fri Jun 29 22:09:01 2007
    -00005 **      by: The TQt MOC ($Id: filterentrydialog_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 TQT_NO_COMPAT
    -00011 #include "filterentrydialog.h"
    -00012 #include <ntqmetaobject.h>
    -00013 #include <ntqapplication.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 TQt."
    -00019 #error "(The moc has changed too much.)"
    -00020 #endif
    -00021 
    -00022 const char *FilterEntryDialog::className() const
    -00023 {
    -00024     return "FilterEntryDialog";
    -00025 }
    -00026 
    -00027 TQMetaObject *FilterEntryDialog::metaObj = 0;
    -00028 static TQMetaObjectCleanUp cleanUp_FilterEntryDialog( "FilterEntryDialog", &FilterEntryDialog::staticMetaObject );
    -00029 
    -00030 #ifndef TQT_NO_TRANSLATION
    -00031 TQString FilterEntryDialog::tr( const char *s, const char *c )
    -00032 {
    -00033     if ( tqApp )
    -00034        return tqApp->translate( "FilterEntryDialog", s, c, TQApplication::DefaultCodec );
    -00035     else
    -00036        return TQString::fromLatin1( s );
    -00037 }
    -00038 #ifndef TQT_NO_TRANSLATION_UTF8
    -00039 TQString FilterEntryDialog::trUtf8( const char *s, const char *c )
    -00040 {
    -00041     if ( tqApp )
    -00042        return tqApp->translate( "FilterEntryDialog", s, c, TQApplication::UnicodeUTF8 );
    -00043     else
    -00044        return TQString::fromUtf8( s );
    -00045 }
    -00046 #endif // TQT_NO_TRANSLATION_UTF8
    -00047 
    -00048 #endif // TQT_NO_TRANSLATION
    -00049 
    -00050 TQMetaObject* FilterEntryDialog::staticMetaObject()
    -00051 {
    -00052     if ( metaObj )
    -00053        return metaObj;
    -00054     TQMetaObject* parentObject = FilterEntryDlg::staticMetaObject();
    -00055     static const TQUMethod slot_0 = {"slotOk", 0, 0 };
    -00056     static const TQUParameter param_slot_1[] = {
    -00057        { 0, &static_QUType_int, 0, TQUParameter::In }
    -00058     };
    -00059     static const TQUMethod slot_1 = {"slotItem1Selected", 1, param_slot_1 };
    -00060     static const TQUParameter param_slot_2[] = {
    -00061        { 0, &static_QUType_int, 0, TQUParameter::In }
    -00062     };
    -00063     static const TQUMethod slot_2 = {"slotItem2Selected", 1, param_slot_2 };
    -00064     static const TQUParameter param_slot_3[] = {
    -00065        { 0, &static_QUType_int, 0, TQUParameter::In }
    -00066     };
    -00067     static const TQUMethod slot_3 = {"slotSecondCondition", 1, param_slot_3 };
    -00068     static const TQUParameter param_slot_4[] = {
    -00069        { 0, &static_QUType_int, 0, TQUParameter::In }
    -00070     };
    -00071     static const TQUMethod slot_4 = {"slotCondition1Selected", 1, param_slot_4 };
    -00072     static const TQUParameter param_slot_5[] = {
    -00073        { 0, &static_QUType_int, 0, TQUParameter::In }
    -00074     };
    -00075     static const TQUMethod slot_5 = {"slotCondition2Selected", 1, param_slot_5 };
    -00076     static const TQUParameter param_slot_6[] = {
    -00077        { 0, &static_QUType_TQString, 0, TQUParameter::In }
    -00078     };
    -00079     static const TQUMethod slot_6 = {"slotMatch1Changed", 1, param_slot_6 };
    -00080     static const TQUParameter param_slot_7[] = {
    -00081        { 0, &static_QUType_TQString, 0, TQUParameter::In }
    -00082     };
    -00083     static const TQUMethod slot_7 = {"slotMatch2Changed", 1, param_slot_7 };
    -00084     static const TQUMethod slot_8 = {"slotResetCounter", 0, 0 };
    -00085     static const TQUParameter param_slot_9[] = {
    -00086        { 0, &static_QUType_int, 0, TQUParameter::In }
    -00087     };
    -00088     static const TQUMethod slot_9 = {"slotCounterChanged", 1, param_slot_9 };
    -00089     static const TQUMethod slot_10 = {"slotEditRegExp1", 0, 0 };
    -00090     static const TQUMethod slot_11 = {"slotEditRegExp2", 0, 0 };
    -00091     static const TQUParameter param_slot_12[] = {
    -00092        { 0, &static_QUType_bool, 0, TQUParameter::In }
    -00093     };
    -00094     static const TQUMethod slot_12 = {"slotToggleRegExp1", 1, param_slot_12 };
    -00095     static const TQUParameter param_slot_13[] = {
    -00096        { 0, &static_QUType_bool, 0, TQUParameter::In }
    -00097     };
    -00098     static const TQUMethod slot_13 = {"slotToggleRegExp2", 1, param_slot_13 };
    -00099     static const TQMetaData slot_tbl[] = {
    -00100        { "slotOk()", &slot_0, TQMetaData::Public },
    -00101        { "slotItem1Selected(int)", &slot_1, TQMetaData::Public },
    -00102        { "slotItem2Selected(int)", &slot_2, TQMetaData::Public },
    -00103        { "slotSecondCondition(int)", &slot_3, TQMetaData::Public },
    -00104        { "slotCondition1Selected(int)", &slot_4, TQMetaData::Public },
    -00105        { "slotCondition2Selected(int)", &slot_5, TQMetaData::Public },
    -00106        { "slotMatch1Changed(const TQString&)", &slot_6, TQMetaData::Public },
    -00107        { "slotMatch2Changed(const TQString&)", &slot_7, TQMetaData::Public },
    -00108        { "slotResetCounter()", &slot_8, TQMetaData::Public },
    -00109        { "slotCounterChanged(int)", &slot_9, TQMetaData::Public },
    -00110        { "slotEditRegExp1()", &slot_10, TQMetaData::Public },
    -00111        { "slotEditRegExp2()", &slot_11, TQMetaData::Public },
    -00112        { "slotToggleRegExp1(bool)", &slot_12, TQMetaData::Public },
    -00113        { "slotToggleRegExp2(bool)", &slot_13, TQMetaData::Public }
    -00114     };
    -00115     metaObj = TQMetaObject::new_metaobject(
    -00116        "FilterEntryDialog", parentObject,
    -00117        slot_tbl, 14,
    -00118        0, 0,
    -00119 #ifndef TQT_NO_PROPERTIES
    -00120        0, 0,
    -00121        0, 0,
    -00122 #endif // TQT_NO_PROPERTIES
    -00123        0, 0 );
    -00124     cleanUp_FilterEntryDialog.setMetaObject( metaObj );
    -00125     return metaObj;
    -00126 }
    -00127 
    -00128 void* FilterEntryDialog::tqt_cast( const char* clname )
    -00129 {
    -00130     if ( !qstrcmp( clname, "FilterEntryDialog" ) )
    -00131        return this;
    -00132     return FilterEntryDlg::tqt_cast( clname );
    -00133 }
    -00134 
    -00135 bool FilterEntryDialog::tqt_invoke( int _id, TQUObject* _o )
    -00136 {
    -00137     switch ( _id - staticMetaObject()->slotOffset() ) {
    -00138     case 0: slotOk(); break;
    -00139     case 1: slotItem1Selected((int)static_QUType_int.get(_o+1)); break;
    -00140     case 2: slotItem2Selected((int)static_QUType_int.get(_o+1)); break;
    -00141     case 3: slotSecondCondition((int)static_QUType_int.get(_o+1)); break;
    -00142     case 4: slotCondition1Selected((int)static_QUType_int.get(_o+1)); break;
    -00143     case 5: slotCondition2Selected((int)static_QUType_int.get(_o+1)); break;
    -00144     case 6: slotMatch1Changed((const TQString&)static_QUType_TQString.get(_o+1)); break;
    -00145     case 7: slotMatch2Changed((const TQString&)static_QUType_TQString.get(_o+1)); break;
    -00146     case 8: slotResetCounter(); break;
    -00147     case 9: slotCounterChanged((int)static_QUType_int.get(_o+1)); break;
    -00148     case 10: slotEditRegExp1(); break;
    -00149     case 11: slotEditRegExp2(); break;
    -00150     case 12: slotToggleRegExp1((bool)static_QUType_bool.get(_o+1)); break;
    -00151     case 13: slotToggleRegExp2((bool)static_QUType_bool.get(_o+1)); break;
    -00152     default:
    -00153        return FilterEntryDlg::tqt_invoke( _id, _o );
    -00154     }
    -00155     return TRUE;
    -00156 }
    -00157 
    -00158 bool FilterEntryDialog::tqt_emit( int _id, TQUObject* _o )
    -00159 {
    -00160     return FilterEntryDlg::tqt_emit(_id,_o);
    -00161 }
    -00162 #ifndef TQT_NO_PROPERTIES
    -00163 
    -00164 bool FilterEntryDialog::tqt_property( int id, int f, TQVariant* v)
    -00165 {
    -00166     return FilterEntryDlg::tqt_property( id, f, v);
    -00167 }
    -00168 
    -00169 bool FilterEntryDialog::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
    -00170 #endif // TQT_NO_PROPERTIES
    -

    Generated on Thu Jul 5 19:36:06 2007 for kshowmail by  - -doxygen 1.5.0
    - - diff --git a/doc/html/kfeedback_8moc_8cpp-source.html b/doc/html/kfeedback_8moc_8cpp-source.html deleted file mode 100644 index 9805e48..0000000 --- a/doc/html/kfeedback_8moc_8cpp-source.html +++ /dev/null @@ -1,335 +0,0 @@ - - -kshowmail: kshowmail/kfeedback.moc.cpp Source File - - - - -
    -
    - -

    kfeedback.moc.cpp

    00001 /****************************************************************************
    -00002 ** KFeedbackDialog meta object code from reading C++ file 'kfeedback.h'
    -00003 **
    -00004 ** Created: Fri Jun 29 22:09:00 2007
    -00005 **      by: The TQt MOC ($Id: kfeedback_8moc_8cpp-source.html,v 1.10 2007/07/05 17:37:51 kuddel-fl Exp $)
    -00006 **
    -00007 ** WARNING! All changes made in this file will be lost!
    -00008 *****************************************************************************/
    -00009 
    -00010 #undef TQT_NO_COMPAT
    -00011 #include "kfeedback.h"
    -00012 #include <ntqmetaobject.h>
    -00013 #include <ntqapplication.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 TQt."
    -00019 #error "(The moc has changed too much.)"
    -00020 #endif
    -00021 
    -00022 const char *KFeedbackDialog::className() const
    -00023 {
    -00024     return "KFeedbackDialog";
    -00025 }
    -00026 
    -00027 TQMetaObject *KFeedbackDialog::metaObj = 0;
    -00028 static TQMetaObjectCleanUp cleanUp_KFeedbackDialog( "KFeedbackDialog", &KFeedbackDialog::staticMetaObject );
    -00029 
    -00030 #ifndef TQT_NO_TRANSLATION
    -00031 TQString KFeedbackDialog::tr( const char *s, const char *c )
    -00032 {
    -00033     if ( tqApp )
    -00034        return tqApp->translate( "KFeedbackDialog", s, c, TQApplication::DefaultCodec );
    -00035     else
    -00036        return TQString::fromLatin1( s );
    -00037 }
    -00038 #ifndef TQT_NO_TRANSLATION_UTF8
    -00039 TQString KFeedbackDialog::trUtf8( const char *s, const char *c )
    -00040 {
    -00041     if ( tqApp )
    -00042        return tqApp->translate( "KFeedbackDialog", s, c, TQApplication::UnicodeUTF8 );
    -00043     else
    -00044        return TQString::fromUtf8( s );
    -00045 }
    -00046 #endif // TQT_NO_TRANSLATION_UTF8
    -00047 
    -00048 #endif // TQT_NO_TRANSLATION
    -00049 
    -00050 TQMetaObject* KFeedbackDialog::staticMetaObject()
    -00051 {
    -00052     if ( metaObj )
    -00053        return metaObj;
    -00054     TQMetaObject* parentObject = KDialogBase::staticMetaObject();
    -00055     static const TQUMethod slot_0 = {"checkSendButton", 0, 0 };
    -00056     static const TQMetaData slot_tbl[] = {
    -00057        { "checkSendButton()", &slot_0, TQMetaData::Public }
    -00058     };
    -00059     static const TQUMethod signal_0 = {"mailSent", 0, 0 };
    -00060     static const TQMetaData signal_tbl[] = {
    -00061        { "mailSent()", &signal_0, TQMetaData::Public }
    -00062     };
    -00063     metaObj = TQMetaObject::new_metaobject(
    -00064        "KFeedbackDialog", parentObject,
    -00065        slot_tbl, 1,
    -00066        signal_tbl, 1,
    -00067 #ifndef TQT_NO_PROPERTIES
    -00068        0, 0,
    -00069        0, 0,
    -00070 #endif // TQT_NO_PROPERTIES
    -00071        0, 0 );
    -00072     cleanUp_KFeedbackDialog.setMetaObject( metaObj );
    -00073     return metaObj;
    -00074 }
    -00075 
    -00076 void* KFeedbackDialog::tqt_cast( const char* clname )
    -00077 {
    -00078     if ( !qstrcmp( clname, "KFeedbackDialog" ) )
    -00079        return this;
    -00080     return KDialogBase::tqt_cast( clname );
    -00081 }
    -00082 
    -00083 // SIGNAL mailSent
    -00084 void KFeedbackDialog::mailSent()
    -00085 {
    -00086     activate_signal( staticMetaObject()->signalOffset() + 0 );
    -00087 }
    -00088 
    -00089 bool KFeedbackDialog::tqt_invoke( int _id, TQUObject* _o )
    -00090 {
    -00091     switch ( _id - staticMetaObject()->slotOffset() ) {
    -00092     case 0: checkSendButton(); break;
    -00093     default:
    -00094        return KDialogBase::tqt_invoke( _id, _o );
    -00095     }
    -00096     return TRUE;
    -00097 }
    -00098 
    -00099 bool KFeedbackDialog::tqt_emit( int _id, TQUObject* _o )
    -00100 {
    -00101     switch ( _id - staticMetaObject()->signalOffset() ) {
    -00102     case 0: mailSent(); break;
    -00103     default:
    -00104        return KDialogBase::tqt_emit(_id,_o);
    -00105     }
    -00106     return TRUE;
    -00107 }
    -00108 #ifndef TQT_NO_PROPERTIES
    -00109 
    -00110 bool KFeedbackDialog::tqt_property( int id, int f, TQVariant* v)
    -00111 {
    -00112     return KDialogBase::tqt_property( id, f, v);
    -00113 }
    -00114 
    -00115 bool KFeedbackDialog::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
    -00116 #endif // TQT_NO_PROPERTIES
    -00117 
    -00118 
    -00119 const char *KFeedbackForm::className() const
    -00120 {
    -00121     return "KFeedbackForm";
    -00122 }
    -00123 
    -00124 TQMetaObject *KFeedbackForm::metaObj = 0;
    -00125 static TQMetaObjectCleanUp cleanUp_KFeedbackForm( "KFeedbackForm", &KFeedbackForm::staticMetaObject );
    -00126 
    -00127 #ifndef TQT_NO_TRANSLATION
    -00128 TQString KFeedbackForm::tr( const char *s, const char *c )
    -00129 {
    -00130     if ( tqApp )
    -00131        return tqApp->translate( "KFeedbackForm", s, c, TQApplication::DefaultCodec );
    -00132     else
    -00133        return TQString::fromLatin1( s );
    -00134 }
    -00135 #ifndef TQT_NO_TRANSLATION_UTF8
    -00136 TQString KFeedbackForm::trUtf8( const char *s, const char *c )
    -00137 {
    -00138     if ( tqApp )
    -00139        return tqApp->translate( "KFeedbackForm", s, c, TQApplication::UnicodeUTF8 );
    -00140     else
    -00141        return TQString::fromUtf8( s );
    -00142 }
    -00143 #endif // TQT_NO_TRANSLATION_UTF8
    -00144 
    -00145 #endif // TQT_NO_TRANSLATION
    -00146 
    -00147 TQMetaObject* KFeedbackForm::staticMetaObject()
    -00148 {
    -00149     if ( metaObj )
    -00150        return metaObj;
    -00151     TQMetaObject* parentObject = TQVBox::staticMetaObject();
    -00152     static const TQUMethod slot_0 = {"sendMail", 0, 0 };
    -00153     static const TQUMethod slot_1 = {"slotCheckComplete", 0, 0 };
    -00154     static const TQMetaData slot_tbl[] = {
    -00155        { "sendMail()", &slot_0, TQMetaData::Public },
    -00156        { "slotCheckComplete()", &slot_1, TQMetaData::Protected }
    -00157     };
    -00158     static const TQUMethod signal_0 = {"mailSent", 0, 0 };
    -00159     static const TQUMethod signal_1 = {"checkComplete", 0, 0 };
    -00160     static const TQMetaData signal_tbl[] = {
    -00161        { "mailSent()", &signal_0, TQMetaData::Public },
    -00162        { "checkComplete()", &signal_1, TQMetaData::Public }
    -00163     };
    -00164     metaObj = TQMetaObject::new_metaobject(
    -00165        "KFeedbackForm", parentObject,
    -00166        slot_tbl, 2,
    -00167        signal_tbl, 2,
    -00168 #ifndef TQT_NO_PROPERTIES
    -00169        0, 0,
    -00170        0, 0,
    -00171 #endif // TQT_NO_PROPERTIES
    -00172        0, 0 );
    -00173     cleanUp_KFeedbackForm.setMetaObject( metaObj );
    -00174     return metaObj;
    -00175 }
    -00176 
    -00177 void* KFeedbackForm::tqt_cast( const char* clname )
    -00178 {
    -00179     if ( !qstrcmp( clname, "KFeedbackForm" ) )
    -00180        return this;
    -00181     return TQVBox::tqt_cast( clname );
    -00182 }
    -00183 
    -00184 // SIGNAL mailSent
    -00185 void KFeedbackForm::mailSent()
    -00186 {
    -00187     activate_signal( staticMetaObject()->signalOffset() + 0 );
    -00188 }
    -00189 
    -00190 // SIGNAL checkComplete
    -00191 void KFeedbackForm::checkComplete()
    -00192 {
    -00193     activate_signal( staticMetaObject()->signalOffset() + 1 );
    -00194 }
    -00195 
    -00196 bool KFeedbackForm::tqt_invoke( int _id, TQUObject* _o )
    -00197 {
    -00198     switch ( _id - staticMetaObject()->slotOffset() ) {
    -00199     case 0: sendMail(); break;
    -00200     case 1: slotCheckComplete(); break;
    -00201     default:
    -00202        return TQVBox::tqt_invoke( _id, _o );
    -00203     }
    -00204     return TRUE;
    -00205 }
    -00206 
    -00207 bool KFeedbackForm::tqt_emit( int _id, TQUObject* _o )
    -00208 {
    -00209     switch ( _id - staticMetaObject()->signalOffset() ) {
    -00210     case 0: mailSent(); break;
    -00211     case 1: checkComplete(); break;
    -00212     default:
    -00213        return TQVBox::tqt_emit(_id,_o);
    -00214     }
    -00215     return TRUE;
    -00216 }
    -00217 #ifndef TQT_NO_PROPERTIES
    -00218 
    -00219 bool KFeedbackForm::tqt_property( int id, int f, TQVariant* v)
    -00220 {
    -00221     return TQVBox::tqt_property( id, f, v);
    -00222 }
    -00223 
    -00224 bool KFeedbackForm::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
    -00225 #endif // TQT_NO_PROPERTIES
    -00226 
    -00227 
    -00228 const char *KFeedbackQuestionList::className() const
    -00229 {
    -00230     return "KFeedbackQuestionList";
    -00231 }
    -00232 
    -00233 TQMetaObject *KFeedbackQuestionList::metaObj = 0;
    -00234 static TQMetaObjectCleanUp cleanUp_KFeedbackQuestionList( "KFeedbackQuestionList", &KFeedbackQuestionList::staticMetaObject );
    -00235 
    -00236 #ifndef TQT_NO_TRANSLATION
    -00237 TQString KFeedbackQuestionList::tr( const char *s, const char *c )
    -00238 {
    -00239     if ( tqApp )
    -00240        return tqApp->translate( "KFeedbackQuestionList", s, c, TQApplication::DefaultCodec );
    -00241     else
    -00242        return TQString::fromLatin1( s );
    -00243 }
    -00244 #ifndef TQT_NO_TRANSLATION_UTF8
    -00245 TQString KFeedbackQuestionList::trUtf8( const char *s, const char *c )
    -00246 {
    -00247     if ( tqApp )
    -00248        return tqApp->translate( "KFeedbackQuestionList", s, c, TQApplication::UnicodeUTF8 );
    -00249     else
    -00250        return TQString::fromUtf8( s );
    -00251 }
    -00252 #endif // TQT_NO_TRANSLATION_UTF8
    -00253 
    -00254 #endif // TQT_NO_TRANSLATION
    -00255 
    -00256 TQMetaObject* KFeedbackQuestionList::staticMetaObject()
    -00257 {
    -00258     if ( metaObj )
    -00259        return metaObj;
    -00260     TQMetaObject* parentObject = TQListView::staticMetaObject();
    -00261     static const TQUMethod signal_0 = {"checkComplete", 0, 0 };
    -00262     static const TQMetaData signal_tbl[] = {
    -00263        { "checkComplete()", &signal_0, TQMetaData::Public }
    -00264     };
    -00265     metaObj = TQMetaObject::new_metaobject(
    -00266        "KFeedbackQuestionList", parentObject,
    -00267        0, 0,
    -00268        signal_tbl, 1,
    -00269 #ifndef TQT_NO_PROPERTIES
    -00270        0, 0,
    -00271        0, 0,
    -00272 #endif // TQT_NO_PROPERTIES
    -00273        0, 0 );
    -00274     cleanUp_KFeedbackQuestionList.setMetaObject( metaObj );
    -00275     return metaObj;
    -00276 }
    -00277 
    -00278 void* KFeedbackQuestionList::tqt_cast( const char* clname )
    -00279 {
    -00280     if ( !qstrcmp( clname, "KFeedbackQuestionList" ) )
    -00281        return this;
    -00282     return TQListView::tqt_cast( clname );
    -00283 }
    -00284 
    -00285 // SIGNAL checkComplete
    -00286 void KFeedbackQuestionList::checkComplete()
    -00287 {
    -00288     activate_signal( staticMetaObject()->signalOffset() + 0 );
    -00289 }
    -00290 
    -00291 bool KFeedbackQuestionList::tqt_invoke( int _id, TQUObject* _o )
    -00292 {
    -00293     return TQListView::tqt_invoke(_id,_o);
    -00294 }
    -00295 
    -00296 bool KFeedbackQuestionList::tqt_emit( int _id, TQUObject* _o )
    -00297 {
    -00298     switch ( _id - staticMetaObject()->signalOffset() ) {
    -00299     case 0: checkComplete(); break;
    -00300     default:
    -00301        return TQListView::tqt_emit(_id,_o);
    -00302     }
    -00303     return TRUE;
    -00304 }
    -00305 #ifndef TQT_NO_PROPERTIES
    -00306 
    -00307 bool KFeedbackQuestionList::tqt_property( int id, int f, TQVariant* v)
    -00308 {
    -00309     return TQListView::tqt_property( id, f, v);
    -00310 }
    -00311 
    -00312 bool KFeedbackQuestionList::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
    -00313 #endif // TQT_NO_PROPERTIES
    -

    Generated on Thu Jul 5 19:36:06 2007 for kshowmail by  - -doxygen 1.5.0
    - - diff --git a/doc/html/kshowmail_8moc_8cpp-source.html b/doc/html/kshowmail_8moc_8cpp-source.html deleted file mode 100644 index b1e5ca3..0000000 --- a/doc/html/kshowmail_8moc_8cpp-source.html +++ /dev/null @@ -1,204 +0,0 @@ - - -kshowmail: kshowmail/kshowmail.moc.cpp Source File - - - - -
    -
    - -

    kshowmail.moc.cpp

    00001 /****************************************************************************
    -00002 ** KShowMailApp meta object code from reading C++ file 'kshowmail.h'
    -00003 **
    -00004 ** Created: Thu Jul 5 19:14:17 2007
    -00005 **      by: The TQt MOC ($Id: kshowmail_8moc_8cpp-source.html,v 1.10 2007/07/05 17:37:51 kuddel-fl Exp $)
    -00006 **
    -00007 ** WARNING! All changes made in this file will be lost!
    -00008 *****************************************************************************/
    -00009 
    -00010 #undef TQT_NO_COMPAT
    -00011 #include "kshowmail.h"
    -00012 #include <ntqmetaobject.h>
    -00013 #include <ntqapplication.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 TQt."
    -00019 #error "(The moc has changed too much.)"
    -00020 #endif
    -00021 
    -00022 const char *KShowMailApp::className() const
    -00023 {
    -00024     return "KShowMailApp";
    -00025 }
    -00026 
    -00027 TQMetaObject *KShowMailApp::metaObj = 0;
    -00028 static TQMetaObjectCleanUp cleanUp_KShowMailApp( "KShowMailApp", &KShowMailApp::staticMetaObject );
    -00029 
    -00030 #ifndef TQT_NO_TRANSLATION
    -00031 TQString KShowMailApp::tr( const char *s, const char *c )
    -00032 {
    -00033     if ( tqApp )
    -00034        return tqApp->translate( "KShowMailApp", s, c, TQApplication::DefaultCodec );
    -00035     else
    -00036        return TQString::fromLatin1( s );
    -00037 }
    -00038 #ifndef TQT_NO_TRANSLATION_UTF8
    -00039 TQString KShowMailApp::trUtf8( const char *s, const char *c )
    -00040 {
    -00041     if ( tqApp )
    -00042        return tqApp->translate( "KShowMailApp", s, c, TQApplication::UnicodeUTF8 );
    -00043     else
    -00044        return TQString::fromUtf8( s );
    -00045 }
    -00046 #endif // TQT_NO_TRANSLATION_UTF8
    -00047 
    -00048 #endif // TQT_NO_TRANSLATION
    -00049 
    -00050 TQMetaObject* KShowMailApp::staticMetaObject()
    -00051 {
    -00052     if ( metaObj )
    -00053        return metaObj;
    -00054     TQMetaObject* parentObject = TDEMainWindow::staticMetaObject();
    -00055     static const TQUParameter param_slot_0[] = {
    -00056        { "text", &static_QUType_TQString, 0, TQUParameter::In }
    -00057     };
    -00058     static const TQUMethod slot_0 = {"slotStatusHelpMsg", 1, param_slot_0 };
    -00059     static const TQUParameter param_slot_1[] = {
    -00060        { "text", &static_QUType_TQString, 0, TQUParameter::In }
    -00061     };
    -00062     static const TQUMethod slot_1 = {"slotStatusMsg", 1, param_slot_1 };
    -00063     static const TQUMethod slot_2 = {"slotConfChanged", 0, 0 };
    -00064     static const TQUMethod slot_3 = {"slotDelete", 0, 0 };
    -00065     static const TQUMethod slot_4 = {"slotDeletionReady", 0, 0 };
    -00066     static const TQUMethod slot_5 = {"slotShowMessage", 0, 0 };
    -00067     static const TQUMethod slot_6 = {"slotShowMessageReady", 0, 0 };
    -00068     static const TQUMethod slot_7 = {"slotNormalCursor", 0, 0 };
    -00069     static const TQUMethod slot_8 = {"slotWaitingCursor", 0, 0 };
    -00070     static const TQUMethod slot_9 = {"slotRefresh", 0, 0 };
    -00071     static const TQUMethod slot_10 = {"slotRefreshReady", 0, 0 };
    -00072     static const TQUMethod slot_11 = {"slotAlertDestroyed", 0, 0 };
    -00073     static const TQUMethod slot_12 = {"slotAlertOk", 0, 0 };
    -00074     static const TQUMethod slot_13 = {"slotRefreshView", 0, 0 };
    -00075     static const TQUMethod slot_14 = {"slotStop", 0, 0 };
    -00076     static const TQUMethod slot_15 = {"slotShowHeader", 0, 0 };
    -00077     static const TQUMethod slot_16 = {"slotEditToolbars", 0, 0 };
    -00078     static const TQUMethod slot_17 = {"slotSaveOptions", 0, 0 };
    -00079     static const TQUMethod slot_18 = {"slotFileQuit", 0, 0 };
    -00080     static const TQUMethod slot_19 = {"slotSetupAccount", 0, 0 };
    -00081     static const TQUMethod slot_20 = {"slotSetup", 0, 0 };
    -00082     static const TQUMethod slot_21 = {"slotSetupFilters", 0, 0 };
    -00083     static const TQUParameter param_slot_22[] = {
    -00084        { 0, &static_QUType_ptr, "TQListViewItem", TQUParameter::In }
    -00085     };
    -00086     static const TQUMethod slot_22 = {"slotAccountActivated", 1, param_slot_22 };
    -00087     static const TQUMethod slot_23 = {"slotSendFeedbackMail", 0, 0 };
    -00088     static const TQUMethod slot_24 = {"slotForceClose", 0, 0 };
    -00089     static const TQMetaData slot_tbl[] = {
    -00090        { "slotStatusHelpMsg(const TQString&)", &slot_0, TQMetaData::Protected },
    -00091        { "slotStatusMsg(const TQString&)", &slot_1, TQMetaData::Protected },
    -00092        { "slotConfChanged()", &slot_2, TQMetaData::Protected },
    -00093        { "slotDelete()", &slot_3, TQMetaData::Protected },
    -00094        { "slotDeletionReady()", &slot_4, TQMetaData::Protected },
    -00095        { "slotShowMessage()", &slot_5, TQMetaData::Protected },
    -00096        { "slotShowMessageReady()", &slot_6, TQMetaData::Protected },
    -00097        { "slotNormalCursor()", &slot_7, TQMetaData::Protected },
    -00098        { "slotWaitingCursor()", &slot_8, TQMetaData::Protected },
    -00099        { "slotRefresh()", &slot_9, TQMetaData::Protected },
    -00100        { "slotRefreshReady()", &slot_10, TQMetaData::Protected },
    -00101        { "slotAlertDestroyed()", &slot_11, TQMetaData::Protected },
    -00102        { "slotAlertOk()", &slot_12, TQMetaData::Protected },
    -00103        { "slotRefreshView()", &slot_13, TQMetaData::Protected },
    -00104        { "slotStop()", &slot_14, TQMetaData::Protected },
    -00105        { "slotShowHeader()", &slot_15, TQMetaData::Protected },
    -00106        { "slotEditToolbars()", &slot_16, TQMetaData::Protected },
    -00107        { "slotSaveOptions()", &slot_17, TQMetaData::Protected },
    -00108        { "slotFileQuit()", &slot_18, TQMetaData::Protected },
    -00109        { "slotSetupAccount()", &slot_19, TQMetaData::Protected },
    -00110        { "slotSetup()", &slot_20, TQMetaData::Protected },
    -00111        { "slotSetupFilters()", &slot_21, TQMetaData::Protected },
    -00112        { "slotAccountActivated(TQListViewItem*)", &slot_22, TQMetaData::Protected },
    -00113        { "slotSendFeedbackMail()", &slot_23, TQMetaData::Protected },
    -00114        { "slotForceClose()", &slot_24, TQMetaData::Protected }
    -00115     };
    -00116     metaObj = TQMetaObject::new_metaobject(
    -00117        "KShowMailApp", parentObject,
    -00118        slot_tbl, 25,
    -00119        0, 0,
    -00120 #ifndef TQT_NO_PROPERTIES
    -00121        0, 0,
    -00122        0, 0,
    -00123 #endif // TQT_NO_PROPERTIES
    -00124        0, 0 );
    -00125     cleanUp_KShowMailApp.setMetaObject( metaObj );
    -00126     return metaObj;
    -00127 }
    -00128 
    -00129 void* KShowMailApp::tqt_cast( const char* clname )
    -00130 {
    -00131     if ( !qstrcmp( clname, "KShowMailApp" ) )
    -00132        return this;
    -00133     return TDEMainWindow::tqt_cast( clname );
    -00134 }
    -00135 
    -00136 bool KShowMailApp::tqt_invoke( int _id, TQUObject* _o )
    -00137 {
    -00138     switch ( _id - staticMetaObject()->slotOffset() ) {
    -00139     case 0: slotStatusHelpMsg((const TQString&)static_QUType_TQString.get(_o+1)); break;
    -00140     case 1: slotStatusMsg((const TQString&)static_QUType_TQString.get(_o+1)); break;
    -00141     case 2: slotConfChanged(); break;
    -00142     case 3: slotDelete(); break;
    -00143     case 4: slotDeletionReady(); break;
    -00144     case 5: slotShowMessage(); break;
    -00145     case 6: slotShowMessageReady(); break;
    -00146     case 7: slotNormalCursor(); break;
    -00147     case 8: slotWaitingCursor(); break;
    -00148     case 9: slotRefresh(); break;
    -00149     case 10: slotRefreshReady(); break;
    -00150     case 11: slotAlertDestroyed(); break;
    -00151     case 12: slotAlertOk(); break;
    -00152     case 13: slotRefreshView(); break;
    -00153     case 14: slotStop(); break;
    -00154     case 15: slotShowHeader(); break;
    -00155     case 16: slotEditToolbars(); break;
    -00156     case 17: slotSaveOptions(); break;
    -00157     case 18: slotFileQuit(); break;
    -00158     case 19: slotSetupAccount(); break;
    -00159     case 20: slotSetup(); break;
    -00160     case 21: slotSetupFilters(); break;
    -00161     case 22: slotAccountActivated((TQListViewItem*)static_QUType_ptr.get(_o+1)); break;
    -00162     case 23: slotSendFeedbackMail(); break;
    -00163     case 24: slotForceClose(); break;
    -00164     default:
    -00165        return TDEMainWindow::tqt_invoke( _id, _o );
    -00166     }
    -00167     return TRUE;
    -00168 }
    -00169 
    -00170 bool KShowMailApp::tqt_emit( int _id, TQUObject* _o )
    -00171 {
    -00172     return TDEMainWindow::tqt_emit(_id,_o);
    -00173 }
    -00174 #ifndef TQT_NO_PROPERTIES
    -00175 
    -00176 bool KShowMailApp::tqt_property( int id, int f, TQVariant* v)
    -00177 {
    -00178     return TDEMainWindow::tqt_property( id, f, v);
    -00179 }
    -00180 
    -00181 bool KShowMailApp::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
    -00182 #endif // TQT_NO_PROPERTIES
    -

    Generated on Thu Jul 5 19:36:06 2007 for kshowmail by  - -doxygen 1.5.0
    - - diff --git a/doc/html/kshowmaildoc_8moc_8cpp-source.html b/doc/html/kshowmaildoc_8moc_8cpp-source.html deleted file mode 100644 index 8c3b940..0000000 --- a/doc/html/kshowmaildoc_8moc_8cpp-source.html +++ /dev/null @@ -1,126 +0,0 @@ - - -kshowmail: kshowmail/kshowmaildoc.moc.cpp Source File - - - - -
    -
    - -

    kshowmaildoc.moc.cpp

    00001 /****************************************************************************
    -00002 ** KshowmailDoc meta object code from reading C++ file 'kshowmaildoc.h'
    -00003 **
    -00004 ** Created: Fri Jun 29 22:08:59 2007
    -00005 **      by: The TQt MOC ($Id: kshowmaildoc_8moc_8cpp-source.html,v 1.10 2007/07/05 17:37:51 kuddel-fl Exp $)
    -00006 **
    -00007 ** WARNING! All changes made in this file will be lost!
    -00008 *****************************************************************************/
    -00009 
    -00010 #undef TQT_NO_COMPAT
    -00011 #include "kshowmaildoc.h"
    -00012 #include <ntqmetaobject.h>
    -00013 #include <ntqapplication.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 TQt."
    -00019 #error "(The moc has changed too much.)"
    -00020 #endif
    -00021 
    -00022 const char *KshowmailDoc::className() const
    -00023 {
    -00024     return "KshowmailDoc";
    -00025 }
    -00026 
    -00027 TQMetaObject *KshowmailDoc::metaObj = 0;
    -00028 static TQMetaObjectCleanUp cleanUp_KshowmailDoc( "KshowmailDoc", &KshowmailDoc::staticMetaObject );
    -00029 
    -00030 #ifndef TQT_NO_TRANSLATION
    -00031 TQString KshowmailDoc::tr( const char *s, const char *c )
    -00032 {
    -00033     if ( tqApp )
    -00034        return tqApp->translate( "KshowmailDoc", s, c, TQApplication::DefaultCodec );
    -00035     else
    -00036        return TQString::fromLatin1( s );
    -00037 }
    -00038 #ifndef TQT_NO_TRANSLATION_UTF8
    -00039 TQString KshowmailDoc::trUtf8( const char *s, const char *c )
    -00040 {
    -00041     if ( tqApp )
    -00042        return tqApp->translate( "KshowmailDoc", s, c, TQApplication::UnicodeUTF8 );
    -00043     else
    -00044        return TQString::fromUtf8( s );
    -00045 }
    -00046 #endif // TQT_NO_TRANSLATION_UTF8
    -00047 
    -00048 #endif // TQT_NO_TRANSLATION
    -00049 
    -00050 TQMetaObject* KshowmailDoc::staticMetaObject()
    -00051 {
    -00052     if ( metaObj )
    -00053        return metaObj;
    -00054     TQMetaObject* parentObject = TQObject::staticMetaObject();
    -00055     static const TQUParameter param_slot_0[] = {
    -00056        { "sender", &static_QUType_ptr, "KshowmailView", TQUParameter::In }
    -00057     };
    -00058     static const TQUMethod slot_0 = {"slotUpdateAllViews", 1, param_slot_0 };
    -00059     static const TQMetaData slot_tbl[] = {
    -00060        { "slotUpdateAllViews(KshowmailView*)", &slot_0, TQMetaData::Public }
    -00061     };
    -00062     metaObj = TQMetaObject::new_metaobject(
    -00063        "KshowmailDoc", parentObject,
    -00064        slot_tbl, 1,
    -00065        0, 0,
    -00066 #ifndef TQT_NO_PROPERTIES
    -00067        0, 0,
    -00068        0, 0,
    -00069 #endif // TQT_NO_PROPERTIES
    -00070        0, 0 );
    -00071     cleanUp_KshowmailDoc.setMetaObject( metaObj );
    -00072     return metaObj;
    -00073 }
    -00074 
    -00075 void* KshowmailDoc::tqt_cast( const char* clname )
    -00076 {
    -00077     if ( !qstrcmp( clname, "KshowmailDoc" ) )
    -00078        return this;
    -00079     return TQObject::tqt_cast( clname );
    -00080 }
    -00081 
    -00082 bool KshowmailDoc::tqt_invoke( int _id, TQUObject* _o )
    -00083 {
    -00084     switch ( _id - staticMetaObject()->slotOffset() ) {
    -00085     case 0: slotUpdateAllViews((KshowmailView*)static_QUType_ptr.get(_o+1)); break;
    -00086     default:
    -00087        return TQObject::tqt_invoke( _id, _o );
    -00088     }
    -00089     return TRUE;
    -00090 }
    -00091 
    -00092 bool KshowmailDoc::tqt_emit( int _id, TQUObject* _o )
    -00093 {
    -00094     return TQObject::tqt_emit(_id,_o);
    -00095 }
    -00096 #ifndef TQT_NO_PROPERTIES
    -00097 
    -00098 bool KshowmailDoc::tqt_property( int id, int f, TQVariant* v)
    -00099 {
    -00100     return TQObject::tqt_property( id, f, v);
    -00101 }
    -00102 
    -00103 bool KshowmailDoc::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
    -00104 #endif // TQT_NO_PROPERTIES
    -

    Generated on Thu Jul 5 19:36:06 2007 for kshowmail by  - -doxygen 1.5.0
    - - diff --git a/doc/html/kshowmaildock_8moc_8cpp-source.html b/doc/html/kshowmaildock_8moc_8cpp-source.html deleted file mode 100644 index a192976..0000000 --- a/doc/html/kshowmaildock_8moc_8cpp-source.html +++ /dev/null @@ -1,144 +0,0 @@ - - -kshowmail: kshowmail/kshowmaildock.moc.cpp Source File - - - - -
    -
    - -

    kshowmaildock.moc.cpp

    00001 /****************************************************************************
    -00002 ** KShowMailDock meta object code from reading C++ file 'kshowmaildock.h'
    -00003 **
    -00004 ** Created: Fri Jun 29 22:09:01 2007
    -00005 **      by: The TQt MOC ($Id: kshowmaildock_8moc_8cpp-source.html,v 1.10 2007/07/05 17:37:51 kuddel-fl Exp $)
    -00006 **
    -00007 ** WARNING! All changes made in this file will be lost!
    -00008 *****************************************************************************/
    -00009 
    -00010 #undef TQT_NO_COMPAT
    -00011 #include "kshowmaildock.h"
    -00012 #include <ntqmetaobject.h>
    -00013 #include <ntqapplication.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 TQt."
    -00019 #error "(The moc has changed too much.)"
    -00020 #endif
    -00021 
    -00022 const char *KShowMailDock::className() const
    -00023 {
    -00024     return "KShowMailDock";
    -00025 }
    -00026 
    -00027 TQMetaObject *KShowMailDock::metaObj = 0;
    -00028 static TQMetaObjectCleanUp cleanUp_KShowMailDock( "KShowMailDock", &KShowMailDock::staticMetaObject );
    -00029 
    -00030 #ifndef TQT_NO_TRANSLATION
    -00031 TQString KShowMailDock::tr( const char *s, const char *c )
    -00032 {
    -00033     if ( tqApp )
    -00034        return tqApp->translate( "KShowMailDock", s, c, TQApplication::DefaultCodec );
    -00035     else
    -00036        return TQString::fromLatin1( s );
    -00037 }
    -00038 #ifndef TQT_NO_TRANSLATION_UTF8
    -00039 TQString KShowMailDock::trUtf8( const char *s, const char *c )
    -00040 {
    -00041     if ( tqApp )
    -00042        return tqApp->translate( "KShowMailDock", s, c, TQApplication::UnicodeUTF8 );
    -00043     else
    -00044        return TQString::fromUtf8( s );
    -00045 }
    -00046 #endif // TQT_NO_TRANSLATION_UTF8
    -00047 
    -00048 #endif // TQT_NO_TRANSLATION
    -00049 
    -00050 TQMetaObject* KShowMailDock::staticMetaObject()
    -00051 {
    -00052     if ( metaObj )
    -00053        return metaObj;
    -00054     TQMetaObject* parentObject = KSystemTray::staticMetaObject();
    -00055     static const TQUParameter param_signal_0[] = {
    -00056        { 0, &static_QUType_int, 0, TQUParameter::In }
    -00057     };
    -00058     static const TQUMethod signal_0 = {"sigActivated", 1, param_signal_0 };
    -00059     static const TQUParameter param_signal_1[] = {
    -00060        { 0, &static_QUType_int, 0, TQUParameter::In }
    -00061     };
    -00062     static const TQUMethod signal_1 = {"sigHighlighted", 1, param_signal_1 };
    -00063     static const TQMetaData signal_tbl[] = {
    -00064        { "sigActivated(int)", &signal_0, TQMetaData::Public },
    -00065        { "sigHighlighted(int)", &signal_1, TQMetaData::Public }
    -00066     };
    -00067     metaObj = TQMetaObject::new_metaobject(
    -00068        "KShowMailDock", parentObject,
    -00069        0, 0,
    -00070        signal_tbl, 2,
    -00071 #ifndef TQT_NO_PROPERTIES
    -00072        0, 0,
    -00073        0, 0,
    -00074 #endif // TQT_NO_PROPERTIES
    -00075        0, 0 );
    -00076     cleanUp_KShowMailDock.setMetaObject( metaObj );
    -00077     return metaObj;
    -00078 }
    -00079 
    -00080 void* KShowMailDock::tqt_cast( const char* clname )
    -00081 {
    -00082     if ( !qstrcmp( clname, "KShowMailDock" ) )
    -00083        return this;
    -00084     return KSystemTray::tqt_cast( clname );
    -00085 }
    -00086 
    -00087 // SIGNAL sigActivated
    -00088 void KShowMailDock::sigActivated( int t0 )
    -00089 {
    -00090     activate_signal( staticMetaObject()->signalOffset() + 0, t0 );
    -00091 }
    -00092 
    -00093 // SIGNAL sigHighlighted
    -00094 void KShowMailDock::sigHighlighted( int t0 )
    -00095 {
    -00096     activate_signal( staticMetaObject()->signalOffset() + 1, t0 );
    -00097 }
    -00098 
    -00099 bool KShowMailDock::tqt_invoke( int _id, TQUObject* _o )
    -00100 {
    -00101     return KSystemTray::tqt_invoke(_id,_o);
    -00102 }
    -00103 
    -00104 bool KShowMailDock::tqt_emit( int _id, TQUObject* _o )
    -00105 {
    -00106     switch ( _id - staticMetaObject()->signalOffset() ) {
    -00107     case 0: sigActivated((int)static_QUType_int.get(_o+1)); break;
    -00108     case 1: sigHighlighted((int)static_QUType_int.get(_o+1)); break;
    -00109     default:
    -00110        return KSystemTray::tqt_emit(_id,_o);
    -00111     }
    -00112     return TRUE;
    -00113 }
    -00114 #ifndef TQT_NO_PROPERTIES
    -00115 
    -00116 bool KShowMailDock::tqt_property( int id, int f, TQVariant* v)
    -00117 {
    -00118     return KSystemTray::tqt_property( id, f, v);
    -00119 }
    -00120 
    -00121 bool KShowMailDock::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
    -00122 #endif // TQT_NO_PROPERTIES
    -

    Generated on Thu Jul 5 19:36:06 2007 for kshowmail by  - -doxygen 1.5.0
    - - diff --git a/doc/html/kshowmailview_8moc_8cpp-source.html b/doc/html/kshowmailview_8moc_8cpp-source.html deleted file mode 100644 index c8a9ba5..0000000 --- a/doc/html/kshowmailview_8moc_8cpp-source.html +++ /dev/null @@ -1,171 +0,0 @@ - - -kshowmail: kshowmail/kshowmailview.moc.cpp Source File - - - - -
    -
    - -

    kshowmailview.moc.cpp

    00001 /****************************************************************************
    -00002 ** KshowmailView meta object code from reading C++ file 'kshowmailview.h'
    -00003 **
    -00004 ** Created: Thu Jul 5 19:14:18 2007
    -00005 **      by: The TQt MOC ($Id: kshowmailview_8moc_8cpp-source.html,v 1.10 2007/07/05 17:37:51 kuddel-fl Exp $)
    -00006 **
    -00007 ** WARNING! All changes made in this file will be lost!
    -00008 *****************************************************************************/
    -00009 
    -00010 #undef TQT_NO_COMPAT
    -00011 #include "kshowmailview.h"
    -00012 #include <ntqmetaobject.h>
    -00013 #include <ntqapplication.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 TQt."
    -00019 #error "(The moc has changed too much.)"
    -00020 #endif
    -00021 
    -00022 const char *KshowmailView::className() const
    -00023 {
    -00024     return "KshowmailView";
    -00025 }
    -00026 
    -00027 TQMetaObject *KshowmailView::metaObj = 0;
    -00028 static TQMetaObjectCleanUp cleanUp_KshowmailView( "KshowmailView", &KshowmailView::staticMetaObject );
    -00029 
    -00030 #ifndef TQT_NO_TRANSLATION
    -00031 TQString KshowmailView::tr( const char *s, const char *c )
    -00032 {
    -00033     if ( tqApp )
    -00034        return tqApp->translate( "KshowmailView", s, c, TQApplication::DefaultCodec );
    -00035     else
    -00036        return TQString::fromLatin1( s );
    -00037 }
    -00038 #ifndef TQT_NO_TRANSLATION_UTF8
    -00039 TQString KshowmailView::trUtf8( const char *s, const char *c )
    -00040 {
    -00041     if ( tqApp )
    -00042        return tqApp->translate( "KshowmailView", s, c, TQApplication::UnicodeUTF8 );
    -00043     else
    -00044        return TQString::fromUtf8( s );
    -00045 }
    -00046 #endif // TQT_NO_TRANSLATION_UTF8
    -00047 
    -00048 #endif // TQT_NO_TRANSLATION
    -00049 
    -00050 TQMetaObject* KshowmailView::staticMetaObject()
    -00051 {
    -00052     if ( metaObj )
    -00053        return metaObj;
    -00054     TQMetaObject* parentObject = TQSplitter::staticMetaObject();
    -00055     static const TQUParameter param_slot_0[] = {
    -00056        { 0, &static_QUType_ptr, "TQListViewItem", TQUParameter::In },
    -00057        { 0, &static_QUType_varptr, "\x0e", TQUParameter::In },
    -00058        { 0, &static_QUType_int, 0, TQUParameter::In }
    -00059     };
    -00060     static const TQUMethod slot_0 = {"slotMessageContext", 3, param_slot_0 };
    -00061     static const TQUParameter param_slot_1[] = {
    -00062        { 0, &static_QUType_ptr, "TQListViewItem", TQUParameter::In }
    -00063     };
    -00064     static const TQUMethod slot_1 = {"slotMessageDoubleClicked", 1, param_slot_1 };
    -00065     static const TQUParameter param_slot_2[] = {
    -00066        { 0, &static_QUType_ptr, "TQListViewItem", TQUParameter::In }
    -00067     };
    -00068     static const TQUMethod slot_2 = {"slotMessageClicked", 1, param_slot_2 };
    -00069     static const TQUParameter param_slot_3[] = {
    -00070        { 0, &static_QUType_ptr, "TQListViewItem", TQUParameter::In },
    -00071        { 0, &static_QUType_varptr, "\x0e", TQUParameter::In },
    -00072        { 0, &static_QUType_int, 0, TQUParameter::In }
    -00073     };
    -00074     static const TQUMethod slot_3 = {"slotAccountContext", 3, param_slot_3 };
    -00075     static const TQUParameter param_slot_4[] = {
    -00076        { 0, &static_QUType_ptr, "TQListViewItem", TQUParameter::In },
    -00077        { "point", &static_QUType_varptr, "\x0e", TQUParameter::In },
    -00078        { "col", &static_QUType_int, 0, TQUParameter::In }
    -00079     };
    -00080     static const TQUMethod slot_4 = {"slotAccountClicked", 3, param_slot_4 };
    -00081     static const TQMetaData slot_tbl[] = {
    -00082        { "slotMessageContext(TQListViewItem*,const TQPoint&,int)", &slot_0, TQMetaData::Private },
    -00083        { "slotMessageDoubleClicked(TQListViewItem*)", &slot_1, TQMetaData::Private },
    -00084        { "slotMessageClicked(TQListViewItem*)", &slot_2, TQMetaData::Private },
    -00085        { "slotAccountContext(TQListViewItem*,const TQPoint&,int)", &slot_3, TQMetaData::Private },
    -00086        { "slotAccountClicked(TQListViewItem*,const TQPoint&,int)", &slot_4, TQMetaData::Private }
    -00087     };
    -00088     static const TQUMethod signal_0 = {"signalActiveChanged", 0, 0 };
    -00089     static const TQMetaData signal_tbl[] = {
    -00090        { "signalActiveChanged()", &signal_0, TQMetaData::Private }
    -00091     };
    -00092     metaObj = TQMetaObject::new_metaobject(
    -00093        "KshowmailView", parentObject,
    -00094        slot_tbl, 5,
    -00095        signal_tbl, 1,
    -00096 #ifndef TQT_NO_PROPERTIES
    -00097        0, 0,
    -00098        0, 0,
    -00099 #endif // TQT_NO_PROPERTIES
    -00100        0, 0 );
    -00101     cleanUp_KshowmailView.setMetaObject( metaObj );
    -00102     return metaObj;
    -00103 }
    -00104 
    -00105 void* KshowmailView::tqt_cast( const char* clname )
    -00106 {
    -00107     if ( !qstrcmp( clname, "KshowmailView" ) )
    -00108        return this;
    -00109     return TQSplitter::tqt_cast( clname );
    -00110 }
    -00111 
    -00112 // SIGNAL signalActiveChanged
    -00113 void KshowmailView::signalActiveChanged()
    -00114 {
    -00115     activate_signal( staticMetaObject()->signalOffset() + 0 );
    -00116 }
    -00117 
    -00118 bool KshowmailView::tqt_invoke( int _id, TQUObject* _o )
    -00119 {
    -00120     switch ( _id - staticMetaObject()->slotOffset() ) {
    -00121     case 0: slotMessageContext((TQListViewItem*)static_QUType_ptr.get(_o+1),(const TQPoint&)*((const TQPoint*)static_QUType_ptr.get(_o+2)),(int)static_QUType_int.get(_o+3)); break;
    -00122     case 1: slotMessageDoubleClicked((TQListViewItem*)static_QUType_ptr.get(_o+1)); break;
    -00123     case 2: slotMessageClicked((TQListViewItem*)static_QUType_ptr.get(_o+1)); break;
    -00124     case 3: slotAccountContext((TQListViewItem*)static_QUType_ptr.get(_o+1),(const TQPoint&)*((const TQPoint*)static_QUType_ptr.get(_o+2)),(int)static_QUType_int.get(_o+3)); break;
    -00125     case 4: slotAccountClicked((TQListViewItem*)static_QUType_ptr.get(_o+1),(const TQPoint&)*((const TQPoint*)static_QUType_ptr.get(_o+2)),(int)static_QUType_int.get(_o+3)); break;
    -00126     default:
    -00127        return TQSplitter::tqt_invoke( _id, _o );
    -00128     }
    -00129     return TRUE;
    -00130 }
    -00131 
    -00132 bool KshowmailView::tqt_emit( int _id, TQUObject* _o )
    -00133 {
    -00134     switch ( _id - staticMetaObject()->signalOffset() ) {
    -00135     case 0: signalActiveChanged(); break;
    -00136     default:
    -00137        return TQSplitter::tqt_emit(_id,_o);
    -00138     }
    -00139     return TRUE;
    -00140 }
    -00141 #ifndef TQT_NO_PROPERTIES
    -00142 
    -00143 bool KshowmailView::tqt_property( int id, int f, TQVariant* v)
    -00144 {
    -00145     return TQSplitter::tqt_property( id, f, v);
    -00146 }
    -00147 
    -00148 bool KshowmailView::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
    -00149 #endif // TQT_NO_PROPERTIES
    -

    Generated on Thu Jul 5 19:36:07 2007 for kshowmail by  - -doxygen 1.5.0
    - - diff --git a/doc/html/optiondialog_8moc_8cpp-source.html b/doc/html/optiondialog_8moc_8cpp-source.html deleted file mode 100644 index efd5279..0000000 --- a/doc/html/optiondialog_8moc_8cpp-source.html +++ /dev/null @@ -1,159 +0,0 @@ - - -kshowmail: kshowmail/optiondialog.moc.cpp Source File - - - - -
    -
    - -

    optiondialog.moc.cpp

    00001 /****************************************************************************
    -00002 ** OptionDialog meta object code from reading C++ file 'optiondialog.h'
    -00003 **
    -00004 ** Created: Tue May 15 19:57:53 2007
    -00005 **      by: The TQt MOC ($Id: optiondialog_8moc_8cpp-source.html,v 1.8 2007/05/16 20:12:02 kuddel-fl Exp $)
    -00006 **
    -00007 ** WARNING! All changes made in this file will be lost!
    -00008 *****************************************************************************/
    -00009 
    -00010 #undef TQT_NO_COMPAT
    -00011 #include "optiondialog.h"
    -00012 #include <ntqmetaobject.h>
    -00013 #include <ntqapplication.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 TQt."
    -00019 #error "(The moc has changed too much.)"
    -00020 #endif
    -00021 
    -00022 const char *OptionDialog::className() const
    -00023 {
    -00024     return "OptionDialog";
    -00025 }
    -00026 
    -00027 TQMetaObject *OptionDialog::metaObj = 0;
    -00028 static TQMetaObjectCleanUp cleanUp_OptionDialog( "OptionDialog", &OptionDialog::staticMetaObject );
    -00029 
    -00030 #ifndef TQT_NO_TRANSLATION
    -00031 TQString OptionDialog::tr( const char *s, const char *c )
    -00032 {
    -00033     if ( tqApp )
    -00034        return tqApp->translate( "OptionDialog", s, c, TQApplication::DefaultCodec );
    -00035     else
    -00036        return TQString::fromLatin1( s );
    -00037 }
    -00038 #ifndef TQT_NO_TRANSLATION_UTF8
    -00039 TQString OptionDialog::trUtf8( const char *s, const char *c )
    -00040 {
    -00041     if ( tqApp )
    -00042        return tqApp->translate( "OptionDialog", s, c, TQApplication::UnicodeUTF8 );
    -00043     else
    -00044        return TQString::fromUtf8( s );
    -00045 }
    -00046 #endif // TQT_NO_TRANSLATION_UTF8
    -00047 
    -00048 #endif // TQT_NO_TRANSLATION
    -00049 
    -00050 TQMetaObject* OptionDialog::staticMetaObject()
    -00051 {
    -00052     if ( metaObj )
    -00053        return metaObj;
    -00054     TQMetaObject* parentObject = OptionDlg::staticMetaObject();
    -00055     static const TQUMethod slot_0 = {"slotButtonAddClicked", 0, 0 };
    -00056     static const TQUMethod slot_1 = {"slotButtonEditClicked", 0, 0 };
    -00057     static const TQUMethod slot_2 = {"slotButtonCopyClicked", 0, 0 };
    -00058     static const TQUMethod slot_3 = {"slotButtonDeleteClicked", 0, 0 };
    -00059     static const TQUMethod slot_4 = {"slotButtonOkClicked", 0, 0 };
    -00060     static const TQUParameter param_slot_5[] = {
    -00061        { "index", &static_QUType_int, 0, TQUParameter::In }
    -00062     };
    -00063     static const TQUMethod slot_5 = {"slotAccountActivated", 1, param_slot_5 };
    -00064     static const TQUMethod slot_6 = {"slotSavePasswordToggled", 0, 0 };
    -00065     static const TQUMethod slot_7 = {"slotButtonSelectSoundFile", 0, 0 };
    -00066     static const TQUMethod slot_8 = {"slotMinimizeNoMailClicked", 0, 0 };
    -00067     static const TQUMethod slot_9 = {"slotTerminateNoMailClicked", 0, 0 };
    -00068     static const TQUMethod slot_10 = {"slotSoundTest", 0, 0 };
    -00069     static const TQUMethod slot_11 = {"slotExternalProgTest", 0, 0 };
    -00070     static const TQMetaData slot_tbl[] = {
    -00071        { "slotButtonAddClicked()", &slot_0, TQMetaData::Public },
    -00072        { "slotButtonEditClicked()", &slot_1, TQMetaData::Public },
    -00073        { "slotButtonCopyClicked()", &slot_2, TQMetaData::Public },
    -00074        { "slotButtonDeleteClicked()", &slot_3, TQMetaData::Public },
    -00075        { "slotButtonOkClicked()", &slot_4, TQMetaData::Public },
    -00076        { "slotAccountActivated(int)", &slot_5, TQMetaData::Public },
    -00077        { "slotSavePasswordToggled()", &slot_6, TQMetaData::Public },
    -00078        { "slotButtonSelectSoundFile()", &slot_7, TQMetaData::Public },
    -00079        { "slotMinimizeNoMailClicked()", &slot_8, TQMetaData::Public },
    -00080        { "slotTerminateNoMailClicked()", &slot_9, TQMetaData::Public },
    -00081        { "slotSoundTest()", &slot_10, TQMetaData::Public },
    -00082        { "slotExternalProgTest()", &slot_11, TQMetaData::Public }
    -00083     };
    -00084     metaObj = TQMetaObject::new_metaobject(
    -00085        "OptionDialog", parentObject,
    -00086        slot_tbl, 12,
    -00087        0, 0,
    -00088 #ifndef TQT_NO_PROPERTIES
    -00089        0, 0,
    -00090        0, 0,
    -00091 #endif // TQT_NO_PROPERTIES
    -00092        0, 0 );
    -00093     cleanUp_OptionDialog.setMetaObject( metaObj );
    -00094     return metaObj;
    -00095 }
    -00096 
    -00097 void* OptionDialog::tqt_cast( const char* clname )
    -00098 {
    -00099     if ( !qstrcmp( clname, "OptionDialog" ) )
    -00100        return this;
    -00101     return OptionDlg::tqt_cast( clname );
    -00102 }
    -00103 
    -00104 bool OptionDialog::tqt_invoke( int _id, TQUObject* _o )
    -00105 {
    -00106     switch ( _id - staticMetaObject()->slotOffset() ) {
    -00107     case 0: slotButtonAddClicked(); break;
    -00108     case 1: slotButtonEditClicked(); break;
    -00109     case 2: slotButtonCopyClicked(); break;
    -00110     case 3: slotButtonDeleteClicked(); break;
    -00111     case 4: slotButtonOkClicked(); break;
    -00112     case 5: slotAccountActivated((int)static_QUType_int.get(_o+1)); break;
    -00113     case 6: slotSavePasswordToggled(); break;
    -00114     case 7: slotButtonSelectSoundFile(); break;
    -00115     case 8: slotMinimizeNoMailClicked(); break;
    -00116     case 9: slotTerminateNoMailClicked(); break;
    -00117     case 10: slotSoundTest(); break;
    -00118     case 11: slotExternalProgTest(); break;
    -00119     default:
    -00120        return OptionDlg::tqt_invoke( _id, _o );
    -00121     }
    -00122     return TRUE;
    -00123 }
    -00124 
    -00125 bool OptionDialog::tqt_emit( int _id, TQUObject* _o )
    -00126 {
    -00127     return OptionDlg::tqt_emit(_id,_o);
    -00128 }
    -00129 #ifndef TQT_NO_PROPERTIES
    -00130 
    -00131 bool OptionDialog::tqt_property( int id, int f, TQVariant* v)
    -00132 {
    -00133     return OptionDlg::tqt_property( id, f, v);
    -00134 }
    -00135 
    -00136 bool OptionDialog::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
    -00137 #endif // TQT_NO_PROPERTIES
    -

    Generated on Wed May 16 21:15:19 2007 for kshowmail by  - -doxygen 1.5.0
    - - diff --git a/doc/html/serverdialog_8moc_8cpp-source.html b/doc/html/serverdialog_8moc_8cpp-source.html deleted file mode 100644 index 42b2b8f..0000000 --- a/doc/html/serverdialog_8moc_8cpp-source.html +++ /dev/null @@ -1,114 +0,0 @@ - - -kshowmail: kshowmail/serverdialog.moc.cpp Source File - - - - -
    -
    - -

    serverdialog.moc.cpp

    00001 /****************************************************************************
    -00002 ** ServerDialog meta object code from reading C++ file 'serverdialog.h'
    -00003 **
    -00004 ** Created: Tue May 15 19:57:53 2007
    -00005 **      by: The TQt MOC ($Id: serverdialog_8moc_8cpp-source.html,v 1.8 2007/05/16 20:12:04 kuddel-fl Exp $)
    -00006 **
    -00007 ** WARNING! All changes made in this file will be lost!
    -00008 *****************************************************************************/
    -00009 
    -00010 #undef TQT_NO_COMPAT
    -00011 #include "serverdialog.h"
    -00012 #include <ntqmetaobject.h>
    -00013 #include <ntqapplication.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 TQt."
    -00019 #error "(The moc has changed too much.)"
    -00020 #endif
    -00021 
    -00022 const char *ServerDialog::className() const
    -00023 {
    -00024     return "ServerDialog";
    -00025 }
    -00026 
    -00027 TQMetaObject *ServerDialog::metaObj = 0;
    -00028 static TQMetaObjectCleanUp cleanUp_ServerDialog( "ServerDialog", &ServerDialog::staticMetaObject );
    -00029 
    -00030 #ifndef TQT_NO_TRANSLATION
    -00031 TQString ServerDialog::tr( const char *s, const char *c )
    -00032 {
    -00033     if ( tqApp )
    -00034        return tqApp->translate( "ServerDialog", s, c, TQApplication::DefaultCodec );
    -00035     else
    -00036        return TQString::fromLatin1( s );
    -00037 }
    -00038 #ifndef TQT_NO_TRANSLATION_UTF8
    -00039 TQString ServerDialog::trUtf8( const char *s, const char *c )
    -00040 {
    -00041     if ( tqApp )
    -00042        return tqApp->translate( "ServerDialog", s, c, TQApplication::UnicodeUTF8 );
    -00043     else
    -00044        return TQString::fromUtf8( s );
    -00045 }
    -00046 #endif // TQT_NO_TRANSLATION_UTF8
    -00047 
    -00048 #endif // TQT_NO_TRANSLATION
    -00049 
    -00050 TQMetaObject* ServerDialog::staticMetaObject()
    -00051 {
    -00052     if ( metaObj )
    -00053        return metaObj;
    -00054     TQMetaObject* parentObject = ServerDlg::staticMetaObject();
    -00055     metaObj = TQMetaObject::new_metaobject(
    -00056        "ServerDialog", parentObject,
    -00057        0, 0,
    -00058        0, 0,
    -00059 #ifndef TQT_NO_PROPERTIES
    -00060        0, 0,
    -00061        0, 0,
    -00062 #endif // TQT_NO_PROPERTIES
    -00063        0, 0 );
    -00064     cleanUp_ServerDialog.setMetaObject( metaObj );
    -00065     return metaObj;
    -00066 }
    -00067 
    -00068 void* ServerDialog::tqt_cast( const char* clname )
    -00069 {
    -00070     if ( !qstrcmp( clname, "ServerDialog" ) )
    -00071        return this;
    -00072     return ServerDlg::tqt_cast( clname );
    -00073 }
    -00074 
    -00075 bool ServerDialog::tqt_invoke( int _id, TQUObject* _o )
    -00076 {
    -00077     return ServerDlg::tqt_invoke(_id,_o);
    -00078 }
    -00079 
    -00080 bool ServerDialog::tqt_emit( int _id, TQUObject* _o )
    -00081 {
    -00082     return ServerDlg::tqt_emit(_id,_o);
    -00083 }
    -00084 #ifndef TQT_NO_PROPERTIES
    -00085 
    -00086 bool ServerDialog::tqt_property( int id, int f, TQVariant* v)
    -00087 {
    -00088     return ServerDlg::tqt_property( id, f, v);
    -00089 }
    -00090 
    -00091 bool ServerDialog::tqt_static_property( TQObject* , int , int , TQVariant* ){ return FALSE; }
    -00092 #endif // TQT_NO_PROPERTIES
    -

    Generated on Wed May 16 21:15:19 2007 for kshowmail by  - -doxygen 1.5.0
    - -