From: Kevin M. Rosenberg Date: Mon, 12 Feb 2018 08:57:32 +0000 (-0700) Subject: Remove temp moc*.cpp files X-Git-Url: http://git.kpe.io/?p=snark14.git;a=commitdiff_plain;h=a88c5e3beb9e2e8e0ea04369391e49545c0acddd Remove temp moc*.cpp files --- diff --git a/examples/b2/bin/README b/examples/b2/bin/README deleted file mode 100644 index fb05f91..0000000 --- a/examples/b2/bin/README +++ /dev/null @@ -1 +0,0 @@ -Ececutable for example b.2 diff --git a/tools/Display/moc_SnarkDisplay.cpp b/tools/Display/moc_SnarkDisplay.cpp deleted file mode 100644 index 8627b5c..0000000 --- a/tools/Display/moc_SnarkDisplay.cpp +++ /dev/null @@ -1,140 +0,0 @@ -/**************************************************************************** -** SnarkDisplay meta object code from reading C++ file 'SnarkDisplay.hpp' -** -** Created: Sun Feb 11 21:03:23 2018 -** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#undef QT_NO_COMPAT -#include "SnarkDisplay.hpp" -#include -#include - -#include -#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) -#error "This file was generated using the moc from 3.3.8b. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -const char *SnarkDisplay::className() const -{ - return "SnarkDisplay"; -} - -QMetaObject *SnarkDisplay::metaObj = 0; -static QMetaObjectCleanUp cleanUp_SnarkDisplay( "SnarkDisplay", &SnarkDisplay::staticMetaObject ); - -#ifndef QT_NO_TRANSLATION -QString SnarkDisplay::tr( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "SnarkDisplay", s, c, QApplication::DefaultCodec ); - else - return QString::fromLatin1( s ); -} -#ifndef QT_NO_TRANSLATION_UTF8 -QString SnarkDisplay::trUtf8( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "SnarkDisplay", s, c, QApplication::UnicodeUTF8 ); - else - return QString::fromUtf8( s ); -} -#endif // QT_NO_TRANSLATION_UTF8 - -#endif // QT_NO_TRANSLATION - -QMetaObject* SnarkDisplay::staticMetaObject() -{ - if ( metaObj ) - return metaObj; - QMetaObject* parentObject = QWidget::staticMetaObject(); - static const QUParameter param_slot_0[] = { - { "on", &static_QUType_bool, 0, QUParameter::In } - }; - static const QUMethod slot_0 = {"signalAllGlobals", 1, param_slot_0 }; - static const QUParameter param_slot_1[] = { - { "on", &static_QUType_bool, 0, QUParameter::In } - }; - static const QUMethod slot_1 = {"signalAllDifference", 1, param_slot_1 }; - static const QUParameter param_slot_2[] = { - { "on", &static_QUType_bool, 0, QUParameter::In } - }; - static const QUMethod slot_2 = {"signalAllIntensity", 1, param_slot_2 }; - static const QUMethod slot_3 = {"updateGlobalThreshs", 0, 0 }; - static const QUMethod slot_4 = {"callLines", 0, 0 }; - static const QUMethod slot_5 = {"callOpenImages", 0, 0 }; - static const QUMethod slot_6 = {"openRecfilFile", 0, 0 }; - static const QUMethod slot_7 = {"callRange", 0, 0 }; - static const QUMethod slot_8 = {"openPrjfilFile", 0, 0 }; - static const QUMethod slot_9 = {"openEvalFile", 0, 0 }; - static const QUMethod slot_10 = {"about", 0, 0 }; - static const QMetaData slot_tbl[] = { - { "signalAllGlobals(bool)", &slot_0, QMetaData::Public }, - { "signalAllDifference(bool)", &slot_1, QMetaData::Public }, - { "signalAllIntensity(bool)", &slot_2, QMetaData::Public }, - { "updateGlobalThreshs()", &slot_3, QMetaData::Public }, - { "callLines()", &slot_4, QMetaData::Private }, - { "callOpenImages()", &slot_5, QMetaData::Private }, - { "openRecfilFile()", &slot_6, QMetaData::Private }, - { "callRange()", &slot_7, QMetaData::Private }, - { "openPrjfilFile()", &slot_8, QMetaData::Private }, - { "openEvalFile()", &slot_9, QMetaData::Private }, - { "about()", &slot_10, QMetaData::Private } - }; - metaObj = QMetaObject::new_metaobject( - "SnarkDisplay", parentObject, - slot_tbl, 11, - 0, 0, -#ifndef QT_NO_PROPERTIES - 0, 0, - 0, 0, -#endif // QT_NO_PROPERTIES - 0, 0 ); - cleanUp_SnarkDisplay.setMetaObject( metaObj ); - return metaObj; -} - -void* SnarkDisplay::qt_cast( const char* clname ) -{ - if ( !qstrcmp( clname, "SnarkDisplay" ) ) - return this; - return QWidget::qt_cast( clname ); -} - -bool SnarkDisplay::qt_invoke( int _id, QUObject* _o ) -{ - switch ( _id - staticMetaObject()->slotOffset() ) { - case 0: signalAllGlobals((bool)static_QUType_bool.get(_o+1)); break; - case 1: signalAllDifference((bool)static_QUType_bool.get(_o+1)); break; - case 2: signalAllIntensity((bool)static_QUType_bool.get(_o+1)); break; - case 3: updateGlobalThreshs(); break; - case 4: callLines(); break; - case 5: callOpenImages(); break; - case 6: openRecfilFile(); break; - case 7: callRange(); break; - case 8: openPrjfilFile(); break; - case 9: openEvalFile(); break; - case 10: about(); break; - default: - return QWidget::qt_invoke( _id, _o ); - } - return TRUE; -} - -bool SnarkDisplay::qt_emit( int _id, QUObject* _o ) -{ - return QWidget::qt_emit(_id,_o); -} -#ifndef QT_NO_PROPERTIES - -bool SnarkDisplay::qt_property( int id, int f, QVariant* v) -{ - return QWidget::qt_property( id, f, v); -} - -bool SnarkDisplay::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } -#endif // QT_NO_PROPERTIES diff --git a/tools/Display/moc_chooseRanges.cpp b/tools/Display/moc_chooseRanges.cpp deleted file mode 100644 index 093d47d..0000000 --- a/tools/Display/moc_chooseRanges.cpp +++ /dev/null @@ -1,104 +0,0 @@ -/**************************************************************************** -** chooseRangesDialog meta object code from reading C++ file 'chooseRanges.hpp' -** -** Created: Sun Feb 11 21:03:18 2018 -** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#undef QT_NO_COMPAT -#include "chooseRanges.hpp" -#include -#include - -#include -#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) -#error "This file was generated using the moc from 3.3.8b. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -const char *chooseRangesDialog::className() const -{ - return "chooseRangesDialog"; -} - -QMetaObject *chooseRangesDialog::metaObj = 0; -static QMetaObjectCleanUp cleanUp_chooseRangesDialog( "chooseRangesDialog", &chooseRangesDialog::staticMetaObject ); - -#ifndef QT_NO_TRANSLATION -QString chooseRangesDialog::tr( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "chooseRangesDialog", s, c, QApplication::DefaultCodec ); - else - return QString::fromLatin1( s ); -} -#ifndef QT_NO_TRANSLATION_UTF8 -QString chooseRangesDialog::trUtf8( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "chooseRangesDialog", s, c, QApplication::UnicodeUTF8 ); - else - return QString::fromUtf8( s ); -} -#endif // QT_NO_TRANSLATION_UTF8 - -#endif // QT_NO_TRANSLATION - -QMetaObject* chooseRangesDialog::staticMetaObject() -{ - if ( metaObj ) - return metaObj; - QMetaObject* parentObject = QDialog::staticMetaObject(); - static const QUMethod slot_0 = {"proceed", 0, 0 }; - static const QUMethod slot_1 = {"closeWindow", 0, 0 }; - static const QMetaData slot_tbl[] = { - { "proceed()", &slot_0, QMetaData::Public }, - { "closeWindow()", &slot_1, QMetaData::Public } - }; - metaObj = QMetaObject::new_metaobject( - "chooseRangesDialog", parentObject, - slot_tbl, 2, - 0, 0, -#ifndef QT_NO_PROPERTIES - 0, 0, - 0, 0, -#endif // QT_NO_PROPERTIES - 0, 0 ); - cleanUp_chooseRangesDialog.setMetaObject( metaObj ); - return metaObj; -} - -void* chooseRangesDialog::qt_cast( const char* clname ) -{ - if ( !qstrcmp( clname, "chooseRangesDialog" ) ) - return this; - return QDialog::qt_cast( clname ); -} - -bool chooseRangesDialog::qt_invoke( int _id, QUObject* _o ) -{ - switch ( _id - staticMetaObject()->slotOffset() ) { - case 0: proceed(); break; - case 1: closeWindow(); break; - default: - return QDialog::qt_invoke( _id, _o ); - } - return TRUE; -} - -bool chooseRangesDialog::qt_emit( int _id, QUObject* _o ) -{ - return QDialog::qt_emit(_id,_o); -} -#ifndef QT_NO_PROPERTIES - -bool chooseRangesDialog::qt_property( int id, int f, QVariant* v) -{ - return QDialog::qt_property( id, f, v); -} - -bool chooseRangesDialog::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } -#endif // QT_NO_PROPERTIES diff --git a/tools/Display/moc_chooseYVar.cpp b/tools/Display/moc_chooseYVar.cpp deleted file mode 100644 index b10d474..0000000 --- a/tools/Display/moc_chooseYVar.cpp +++ /dev/null @@ -1,122 +0,0 @@ -/**************************************************************************** -** chooseYVarWindow meta object code from reading C++ file 'chooseYVar.hpp' -** -** Created: Sun Feb 11 21:03:19 2018 -** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#undef QT_NO_COMPAT -#include "chooseYVar.hpp" -#include -#include - -#include -#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) -#error "This file was generated using the moc from 3.3.8b. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -const char *chooseYVarWindow::className() const -{ - return "chooseYVarWindow"; -} - -QMetaObject *chooseYVarWindow::metaObj = 0; -static QMetaObjectCleanUp cleanUp_chooseYVarWindow( "chooseYVarWindow", &chooseYVarWindow::staticMetaObject ); - -#ifndef QT_NO_TRANSLATION -QString chooseYVarWindow::tr( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "chooseYVarWindow", s, c, QApplication::DefaultCodec ); - else - return QString::fromLatin1( s ); -} -#ifndef QT_NO_TRANSLATION_UTF8 -QString chooseYVarWindow::trUtf8( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "chooseYVarWindow", s, c, QApplication::UnicodeUTF8 ); - else - return QString::fromUtf8( s ); -} -#endif // QT_NO_TRANSLATION_UTF8 - -#endif // QT_NO_TRANSLATION - -QMetaObject* chooseYVarWindow::staticMetaObject() -{ - if ( metaObj ) - return metaObj; - QMetaObject* parentObject = QDialog::staticMetaObject(); - static const QUMethod slot_0 = {"activateGlobalErrors", 0, 0 }; - static const QUMethod slot_1 = {"activatePointErrors", 0, 0 }; - static const QUMethod slot_2 = {"maybeGetCalculatedExtrema", 0, 0 }; - static const QUMethod slot_3 = {"sameExtremaClicked", 0, 0 }; - static const QUMethod slot_4 = {"proceed", 0, 0 }; - static const QUMethod slot_5 = {"closeWindow", 0, 0 }; - static const QUParameter param_slot_6[] = { - { 0, &static_QUType_bool, 0, QUParameter::Out } - }; - static const QUMethod slot_6 = {"isGrayScaleChecked", 1, param_slot_6 }; - static const QMetaData slot_tbl[] = { - { "activateGlobalErrors()", &slot_0, QMetaData::Public }, - { "activatePointErrors()", &slot_1, QMetaData::Public }, - { "maybeGetCalculatedExtrema()", &slot_2, QMetaData::Public }, - { "sameExtremaClicked()", &slot_3, QMetaData::Public }, - { "proceed()", &slot_4, QMetaData::Public }, - { "closeWindow()", &slot_5, QMetaData::Public }, - { "isGrayScaleChecked()", &slot_6, QMetaData::Public } - }; - metaObj = QMetaObject::new_metaobject( - "chooseYVarWindow", parentObject, - slot_tbl, 7, - 0, 0, -#ifndef QT_NO_PROPERTIES - 0, 0, - 0, 0, -#endif // QT_NO_PROPERTIES - 0, 0 ); - cleanUp_chooseYVarWindow.setMetaObject( metaObj ); - return metaObj; -} - -void* chooseYVarWindow::qt_cast( const char* clname ) -{ - if ( !qstrcmp( clname, "chooseYVarWindow" ) ) - return this; - return QDialog::qt_cast( clname ); -} - -bool chooseYVarWindow::qt_invoke( int _id, QUObject* _o ) -{ - switch ( _id - staticMetaObject()->slotOffset() ) { - case 0: activateGlobalErrors(); break; - case 1: activatePointErrors(); break; - case 2: maybeGetCalculatedExtrema(); break; - case 3: sameExtremaClicked(); break; - case 4: proceed(); break; - case 5: closeWindow(); break; - case 6: static_QUType_bool.set(_o,isGrayScaleChecked()); break; - default: - return QDialog::qt_invoke( _id, _o ); - } - return TRUE; -} - -bool chooseYVarWindow::qt_emit( int _id, QUObject* _o ) -{ - return QDialog::qt_emit(_id,_o); -} -#ifndef QT_NO_PROPERTIES - -bool chooseYVarWindow::qt_property( int id, int f, QVariant* v) -{ - return QDialog::qt_property( id, f, v); -} - -bool chooseYVarWindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } -#endif // QT_NO_PROPERTIES diff --git a/tools/Display/moc_displaylines.cpp b/tools/Display/moc_displaylines.cpp deleted file mode 100644 index e844da6..0000000 --- a/tools/Display/moc_displaylines.cpp +++ /dev/null @@ -1,101 +0,0 @@ -/**************************************************************************** -** displaylineswindow meta object code from reading C++ file 'displaylines.hpp' -** -** Created: Sun Feb 11 21:03:20 2018 -** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#undef QT_NO_COMPAT -#include "displaylines.hpp" -#include -#include - -#include -#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) -#error "This file was generated using the moc from 3.3.8b. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -const char *displaylineswindow::className() const -{ - return "displaylineswindow"; -} - -QMetaObject *displaylineswindow::metaObj = 0; -static QMetaObjectCleanUp cleanUp_displaylineswindow( "displaylineswindow", &displaylineswindow::staticMetaObject ); - -#ifndef QT_NO_TRANSLATION -QString displaylineswindow::tr( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "displaylineswindow", s, c, QApplication::DefaultCodec ); - else - return QString::fromLatin1( s ); -} -#ifndef QT_NO_TRANSLATION_UTF8 -QString displaylineswindow::trUtf8( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "displaylineswindow", s, c, QApplication::UnicodeUTF8 ); - else - return QString::fromUtf8( s ); -} -#endif // QT_NO_TRANSLATION_UTF8 - -#endif // QT_NO_TRANSLATION - -QMetaObject* displaylineswindow::staticMetaObject() -{ - if ( metaObj ) - return metaObj; - QMetaObject* parentObject = QDialog::staticMetaObject(); - static const QUMethod slot_0 = {"saveImage", 0, 0 }; - static const QMetaData slot_tbl[] = { - { "saveImage()", &slot_0, QMetaData::Public } - }; - metaObj = QMetaObject::new_metaobject( - "displaylineswindow", parentObject, - slot_tbl, 1, - 0, 0, -#ifndef QT_NO_PROPERTIES - 0, 0, - 0, 0, -#endif // QT_NO_PROPERTIES - 0, 0 ); - cleanUp_displaylineswindow.setMetaObject( metaObj ); - return metaObj; -} - -void* displaylineswindow::qt_cast( const char* clname ) -{ - if ( !qstrcmp( clname, "displaylineswindow" ) ) - return this; - return QDialog::qt_cast( clname ); -} - -bool displaylineswindow::qt_invoke( int _id, QUObject* _o ) -{ - switch ( _id - staticMetaObject()->slotOffset() ) { - case 0: saveImage(); break; - default: - return QDialog::qt_invoke( _id, _o ); - } - return TRUE; -} - -bool displaylineswindow::qt_emit( int _id, QUObject* _o ) -{ - return QDialog::qt_emit(_id,_o); -} -#ifndef QT_NO_PROPERTIES - -bool displaylineswindow::qt_property( int id, int f, QVariant* v) -{ - return QDialog::qt_property( id, f, v); -} - -bool displaylineswindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } -#endif // QT_NO_PROPERTIES diff --git a/tools/Display/moc_displayprojection.cpp b/tools/Display/moc_displayprojection.cpp deleted file mode 100644 index 06b1ed7..0000000 --- a/tools/Display/moc_displayprojection.cpp +++ /dev/null @@ -1,153 +0,0 @@ -/**************************************************************************** -** displayprojection meta object code from reading C++ file 'displayprojection.hpp' -** -** Created: Sun Feb 11 21:03:20 2018 -** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#undef QT_NO_COMPAT -#include "displayprojection.hpp" -#include -#include - -#include -#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) -#error "This file was generated using the moc from 3.3.8b. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -const char *displayprojection::className() const -{ - return "displayprojection"; -} - -QMetaObject *displayprojection::metaObj = 0; -static QMetaObjectCleanUp cleanUp_displayprojection( "displayprojection", &displayprojection::staticMetaObject ); - -#ifndef QT_NO_TRANSLATION -QString displayprojection::tr( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "displayprojection", s, c, QApplication::DefaultCodec ); - else - return QString::fromLatin1( s ); -} -#ifndef QT_NO_TRANSLATION_UTF8 -QString displayprojection::trUtf8( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "displayprojection", s, c, QApplication::UnicodeUTF8 ); - else - return QString::fromUtf8( s ); -} -#endif // QT_NO_TRANSLATION_UTF8 - -#endif // QT_NO_TRANSLATION - -QMetaObject* displayprojection::staticMetaObject() -{ - if ( metaObj ) - return metaObj; - QMetaObject* parentObject = QDialog::staticMetaObject(); - static const QUParameter param_slot_0[] = { - { "cx", &static_QUType_int, 0, QUParameter::In }, - { "cy", &static_QUType_int, 0, QUParameter::In } - }; - static const QUMethod slot_0 = {"updateClickedPixel", 2, param_slot_0 }; - static const QUMethod slot_1 = {"updateZoom", 0, 0 }; - static const QUMethod slot_2 = {"updateZoomslider", 0, 0 }; - static const QUMethod slot_3 = {"intensity", 0, 0 }; - static const QUMethod slot_4 = {"updateLowthresh", 0, 0 }; - static const QUParameter param_slot_5[] = { - { 0, &static_QUType_double, 0, QUParameter::Out } - }; - static const QUMethod slot_5 = {"getLowthresh", 1, param_slot_5 }; - static const QUMethod slot_6 = {"updateLowthreshslider", 0, 0 }; - static const QUMethod slot_7 = {"updateHighthresh", 0, 0 }; - static const QUParameter param_slot_8[] = { - { 0, &static_QUType_double, 0, QUParameter::Out } - }; - static const QUMethod slot_8 = {"getHighthresh", 1, param_slot_8 }; - static const QUMethod slot_9 = {"updateHighthreshslider", 0, 0 }; - static const QUMethod slot_10 = {"resetscroll", 0, 0 }; - static const QUMethod slot_11 = {"resetImage", 0, 0 }; - static const QUMethod slot_12 = {"resetImageRange", 0, 0 }; - static const QUMethod slot_13 = {"callLines", 0, 0 }; - static const QUMethod slot_14 = {"saveImage", 0, 0 }; - static const QMetaData slot_tbl[] = { - { "updateClickedPixel(int,int)", &slot_0, QMetaData::Public }, - { "updateZoom()", &slot_1, QMetaData::Public }, - { "updateZoomslider()", &slot_2, QMetaData::Public }, - { "intensity()", &slot_3, QMetaData::Public }, - { "updateLowthresh()", &slot_4, QMetaData::Public }, - { "getLowthresh()", &slot_5, QMetaData::Public }, - { "updateLowthreshslider()", &slot_6, QMetaData::Public }, - { "updateHighthresh()", &slot_7, QMetaData::Public }, - { "getHighthresh()", &slot_8, QMetaData::Public }, - { "updateHighthreshslider()", &slot_9, QMetaData::Public }, - { "resetscroll()", &slot_10, QMetaData::Public }, - { "resetImage()", &slot_11, QMetaData::Public }, - { "resetImageRange()", &slot_12, QMetaData::Public }, - { "callLines()", &slot_13, QMetaData::Public }, - { "saveImage()", &slot_14, QMetaData::Public } - }; - metaObj = QMetaObject::new_metaobject( - "displayprojection", parentObject, - slot_tbl, 15, - 0, 0, -#ifndef QT_NO_PROPERTIES - 0, 0, - 0, 0, -#endif // QT_NO_PROPERTIES - 0, 0 ); - cleanUp_displayprojection.setMetaObject( metaObj ); - return metaObj; -} - -void* displayprojection::qt_cast( const char* clname ) -{ - if ( !qstrcmp( clname, "displayprojection" ) ) - return this; - return QDialog::qt_cast( clname ); -} - -bool displayprojection::qt_invoke( int _id, QUObject* _o ) -{ - switch ( _id - staticMetaObject()->slotOffset() ) { - case 0: updateClickedPixel((int)static_QUType_int.get(_o+1),(int)static_QUType_int.get(_o+2)); break; - case 1: updateZoom(); break; - case 2: updateZoomslider(); break; - case 3: intensity(); break; - case 4: updateLowthresh(); break; - case 5: static_QUType_double.set(_o,getLowthresh()); break; - case 6: updateLowthreshslider(); break; - case 7: updateHighthresh(); break; - case 8: static_QUType_double.set(_o,getHighthresh()); break; - case 9: updateHighthreshslider(); break; - case 10: resetscroll(); break; - case 11: resetImage(); break; - case 12: resetImageRange(); break; - case 13: callLines(); break; - case 14: saveImage(); break; - default: - return QDialog::qt_invoke( _id, _o ); - } - return TRUE; -} - -bool displayprojection::qt_emit( int _id, QUObject* _o ) -{ - return QDialog::qt_emit(_id,_o); -} -#ifndef QT_NO_PROPERTIES - -bool displayprojection::qt_property( int id, int f, QVariant* v) -{ - return QDialog::qt_property( id, f, v); -} - -bool displayprojection::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } -#endif // QT_NO_PROPERTIES diff --git a/tools/Display/moc_displaywidget.cpp b/tools/Display/moc_displaywidget.cpp deleted file mode 100644 index 25f8f52..0000000 --- a/tools/Display/moc_displaywidget.cpp +++ /dev/null @@ -1,122 +0,0 @@ -/**************************************************************************** -** displayWidget meta object code from reading C++ file 'displaywidget.hpp' -** -** Created: Sun Feb 11 21:03:21 2018 -** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#undef QT_NO_COMPAT -#include "displaywidget.hpp" -#include -#include - -#include -#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) -#error "This file was generated using the moc from 3.3.8b. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -const char *displayWidget::className() const -{ - return "displayWidget"; -} - -QMetaObject *displayWidget::metaObj = 0; -static QMetaObjectCleanUp cleanUp_displayWidget( "displayWidget", &displayWidget::staticMetaObject ); - -#ifndef QT_NO_TRANSLATION -QString displayWidget::tr( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "displayWidget", s, c, QApplication::DefaultCodec ); - else - return QString::fromLatin1( s ); -} -#ifndef QT_NO_TRANSLATION_UTF8 -QString displayWidget::trUtf8( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "displayWidget", s, c, QApplication::UnicodeUTF8 ); - else - return QString::fromUtf8( s ); -} -#endif // QT_NO_TRANSLATION_UTF8 - -#endif // QT_NO_TRANSLATION - -QMetaObject* displayWidget::staticMetaObject() -{ - if ( metaObj ) - return metaObj; - QMetaObject* parentObject = QWidget::staticMetaObject(); - static const QUParameter param_signal_0[] = { - { 0, &static_QUType_int, 0, QUParameter::In }, - { 0, &static_QUType_int, 0, QUParameter::In } - }; - static const QUMethod signal_0 = {"clicked", 2, param_signal_0 }; - static const QMetaData signal_tbl[] = { - { "clicked(int,int)", &signal_0, QMetaData::Protected } - }; - metaObj = QMetaObject::new_metaobject( - "displayWidget", parentObject, - 0, 0, - signal_tbl, 1, -#ifndef QT_NO_PROPERTIES - 0, 0, - 0, 0, -#endif // QT_NO_PROPERTIES - 0, 0 ); - cleanUp_displayWidget.setMetaObject( metaObj ); - return metaObj; -} - -void* displayWidget::qt_cast( const char* clname ) -{ - if ( !qstrcmp( clname, "displayWidget" ) ) - return this; - return QWidget::qt_cast( clname ); -} - -#include -#include - -// SIGNAL clicked -void displayWidget::clicked( int t0, int t1 ) -{ - if ( signalsBlocked() ) - return; - QConnectionList *clist = receivers( staticMetaObject()->signalOffset() + 0 ); - if ( !clist ) - return; - QUObject o[3]; - static_QUType_int.set(o+1,t0); - static_QUType_int.set(o+2,t1); - activate_signal( clist, o ); -} - -bool displayWidget::qt_invoke( int _id, QUObject* _o ) -{ - return QWidget::qt_invoke(_id,_o); -} - -bool displayWidget::qt_emit( int _id, QUObject* _o ) -{ - switch ( _id - staticMetaObject()->signalOffset() ) { - case 0: clicked((int)static_QUType_int.get(_o+1),(int)static_QUType_int.get(_o+2)); break; - default: - return QWidget::qt_emit(_id,_o); - } - return TRUE; -} -#ifndef QT_NO_PROPERTIES - -bool displayWidget::qt_property( int id, int f, QVariant* v) -{ - return QWidget::qt_property( id, f, v); -} - -bool displayWidget::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } -#endif // QT_NO_PROPERTIES diff --git a/tools/Display/moc_displaywindow.cpp b/tools/Display/moc_displaywindow.cpp deleted file mode 100644 index 1beef96..0000000 --- a/tools/Display/moc_displaywindow.cpp +++ /dev/null @@ -1,183 +0,0 @@ -/**************************************************************************** -** displaywindow meta object code from reading C++ file 'displaywindow.hpp' -** -** Created: Sun Feb 11 21:03:19 2018 -** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#undef QT_NO_COMPAT -#include "displaywindow.hpp" -#include -#include - -#include -#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) -#error "This file was generated using the moc from 3.3.8b. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -const char *displaywindow::className() const -{ - return "displaywindow"; -} - -QMetaObject *displaywindow::metaObj = 0; -static QMetaObjectCleanUp cleanUp_displaywindow( "displaywindow", &displaywindow::staticMetaObject ); - -#ifndef QT_NO_TRANSLATION -QString displaywindow::tr( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "displaywindow", s, c, QApplication::DefaultCodec ); - else - return QString::fromLatin1( s ); -} -#ifndef QT_NO_TRANSLATION_UTF8 -QString displaywindow::trUtf8( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "displaywindow", s, c, QApplication::UnicodeUTF8 ); - else - return QString::fromUtf8( s ); -} -#endif // QT_NO_TRANSLATION_UTF8 - -#endif // QT_NO_TRANSLATION - -QMetaObject* displaywindow::staticMetaObject() -{ - if ( metaObj ) - return metaObj; - QMetaObject* parentObject = QWidget::staticMetaObject(); - static const QUParameter param_slot_0[] = { - { "cx", &static_QUType_int, 0, QUParameter::In }, - { "cy", &static_QUType_int, 0, QUParameter::In } - }; - static const QUMethod slot_0 = {"updateClickedPixel", 2, param_slot_0 }; - static const QUMethod slot_1 = {"updateZoom", 0, 0 }; - static const QUMethod slot_2 = {"updateZoomslider", 0, 0 }; - static const QUParameter param_slot_3[] = { - { "on", &static_QUType_bool, 0, QUParameter::In } - }; - static const QUMethod slot_3 = {"setGlobal", 1, param_slot_3 }; - static const QUParameter param_slot_4[] = { - { "on", &static_QUType_bool, 0, QUParameter::In } - }; - static const QUMethod slot_4 = {"setDifference", 1, param_slot_4 }; - static const QUParameter param_slot_5[] = { - { "on", &static_QUType_bool, 0, QUParameter::In } - }; - static const QUMethod slot_5 = {"setIntensity", 1, param_slot_5 }; - static const QUParameter param_slot_6[] = { - { 0, &static_QUType_bool, 0, QUParameter::Out } - }; - static const QUMethod slot_6 = {"isGlobalthreshs", 1, param_slot_6 }; - static const QUMethod slot_7 = {"updateGlobalthreshs", 0, 0 }; - static const QUMethod slot_8 = {"setGlobalthreshs", 0, 0 }; - static const QUMethod slot_9 = {"updateLowthresh", 0, 0 }; - static const QUParameter param_slot_10[] = { - { 0, &static_QUType_double, 0, QUParameter::Out } - }; - static const QUMethod slot_10 = {"getLowthresh", 1, param_slot_10 }; - static const QUMethod slot_11 = {"updateLowthreshslider", 0, 0 }; - static const QUMethod slot_12 = {"updateHighthresh", 0, 0 }; - static const QUParameter param_slot_13[] = { - { 0, &static_QUType_double, 0, QUParameter::Out } - }; - static const QUMethod slot_13 = {"getHighthresh", 1, param_slot_13 }; - static const QUMethod slot_14 = {"updateHighthreshslider", 0, 0 }; - static const QUMethod slot_15 = {"resetImage", 0, 0 }; - static const QUMethod slot_16 = {"resetDiffImage", 0, 0 }; - static const QUMethod slot_17 = {"resetImageRange", 0, 0 }; - static const QUMethod slot_18 = {"callLines", 0, 0 }; - static const QUMethod slot_19 = {"saveImage", 0, 0 }; - static const QUMethod slot_20 = {"closeWindow", 0, 0 }; - static const QMetaData slot_tbl[] = { - { "updateClickedPixel(int,int)", &slot_0, QMetaData::Public }, - { "updateZoom()", &slot_1, QMetaData::Public }, - { "updateZoomslider()", &slot_2, QMetaData::Public }, - { "setGlobal(bool)", &slot_3, QMetaData::Public }, - { "setDifference(bool)", &slot_4, QMetaData::Public }, - { "setIntensity(bool)", &slot_5, QMetaData::Public }, - { "isGlobalthreshs()", &slot_6, QMetaData::Public }, - { "updateGlobalthreshs()", &slot_7, QMetaData::Public }, - { "setGlobalthreshs()", &slot_8, QMetaData::Public }, - { "updateLowthresh()", &slot_9, QMetaData::Public }, - { "getLowthresh()", &slot_10, QMetaData::Public }, - { "updateLowthreshslider()", &slot_11, QMetaData::Public }, - { "updateHighthresh()", &slot_12, QMetaData::Public }, - { "getHighthresh()", &slot_13, QMetaData::Public }, - { "updateHighthreshslider()", &slot_14, QMetaData::Public }, - { "resetImage()", &slot_15, QMetaData::Public }, - { "resetDiffImage()", &slot_16, QMetaData::Public }, - { "resetImageRange()", &slot_17, QMetaData::Public }, - { "callLines()", &slot_18, QMetaData::Public }, - { "saveImage()", &slot_19, QMetaData::Public }, - { "closeWindow()", &slot_20, QMetaData::Public } - }; - metaObj = QMetaObject::new_metaobject( - "displaywindow", parentObject, - slot_tbl, 21, - 0, 0, -#ifndef QT_NO_PROPERTIES - 0, 0, - 0, 0, -#endif // QT_NO_PROPERTIES - 0, 0 ); - cleanUp_displaywindow.setMetaObject( metaObj ); - return metaObj; -} - -void* displaywindow::qt_cast( const char* clname ) -{ - if ( !qstrcmp( clname, "displaywindow" ) ) - return this; - return QWidget::qt_cast( clname ); -} - -bool displaywindow::qt_invoke( int _id, QUObject* _o ) -{ - switch ( _id - staticMetaObject()->slotOffset() ) { - case 0: updateClickedPixel((int)static_QUType_int.get(_o+1),(int)static_QUType_int.get(_o+2)); break; - case 1: updateZoom(); break; - case 2: updateZoomslider(); break; - case 3: setGlobal((bool)static_QUType_bool.get(_o+1)); break; - case 4: setDifference((bool)static_QUType_bool.get(_o+1)); break; - case 5: setIntensity((bool)static_QUType_bool.get(_o+1)); break; - case 6: static_QUType_bool.set(_o,isGlobalthreshs()); break; - case 7: updateGlobalthreshs(); break; - case 8: setGlobalthreshs(); break; - case 9: updateLowthresh(); break; - case 10: static_QUType_double.set(_o,getLowthresh()); break; - case 11: updateLowthreshslider(); break; - case 12: updateHighthresh(); break; - case 13: static_QUType_double.set(_o,getHighthresh()); break; - case 14: updateHighthreshslider(); break; - case 15: resetImage(); break; - case 16: resetDiffImage(); break; - case 17: resetImageRange(); break; - case 18: callLines(); break; - case 19: saveImage(); break; - case 20: closeWindow(); break; - default: - return QWidget::qt_invoke( _id, _o ); - } - return TRUE; -} - -bool displaywindow::qt_emit( int _id, QUObject* _o ) -{ - return QWidget::qt_emit(_id,_o); -} -#ifndef QT_NO_PROPERTIES - -bool displaywindow::qt_property( int id, int f, QVariant* v) -{ - return QWidget::qt_property( id, f, v); -} - -bool displaywindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } -#endif // QT_NO_PROPERTIES diff --git a/tools/Display/moc_lines.cpp b/tools/Display/moc_lines.cpp deleted file mode 100644 index 29ce8d9..0000000 --- a/tools/Display/moc_lines.cpp +++ /dev/null @@ -1,188 +0,0 @@ -/**************************************************************************** -** lineswindow meta object code from reading C++ file 'lines.hpp' -** -** Created: Sun Feb 11 21:03:21 2018 -** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#undef QT_NO_COMPAT -#include "lines.hpp" -#include -#include - -#include -#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) -#error "This file was generated using the moc from 3.3.8b. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -const char *lineswindow::className() const -{ - return "lineswindow"; -} - -QMetaObject *lineswindow::metaObj = 0; -static QMetaObjectCleanUp cleanUp_lineswindow( "lineswindow", &lineswindow::staticMetaObject ); - -#ifndef QT_NO_TRANSLATION -QString lineswindow::tr( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "lineswindow", s, c, QApplication::DefaultCodec ); - else - return QString::fromLatin1( s ); -} -#ifndef QT_NO_TRANSLATION_UTF8 -QString lineswindow::trUtf8( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "lineswindow", s, c, QApplication::UnicodeUTF8 ); - else - return QString::fromUtf8( s ); -} -#endif // QT_NO_TRANSLATION_UTF8 - -#endif // QT_NO_TRANSLATION - -QMetaObject* lineswindow::staticMetaObject() -{ - if ( metaObj ) - return metaObj; - QMetaObject* parentObject = QDialog::staticMetaObject(); - static const QUParameter param_slot_0[] = { - { "i", &static_QUType_int, 0, QUParameter::In } - }; - static const QUMethod slot_0 = {"updateXAxis", 1, param_slot_0 }; - static const QUParameter param_slot_1[] = { - { 0, &static_QUType_int, 0, QUParameter::Out } - }; - static const QUMethod slot_1 = {"getLinetype", 1, param_slot_1 }; - static const QUParameter param_slot_2[] = { - { 0, &static_QUType_int, 0, QUParameter::Out } - }; - static const QUMethod slot_2 = {"getLine1", 1, param_slot_2 }; - static const QUParameter param_slot_3[] = { - { 0, &static_QUType_int, 0, QUParameter::Out } - }; - static const QUMethod slot_3 = {"getLine2", 1, param_slot_3 }; - static const QUParameter param_slot_4[] = { - { 0, &static_QUType_int, 0, QUParameter::Out } - }; - static const QUMethod slot_4 = {"getLine3", 1, param_slot_4 }; - static const QUParameter param_slot_5[] = { - { 0, &static_QUType_int, 0, QUParameter::Out } - }; - static const QUMethod slot_5 = {"getLine4", 1, param_slot_5 }; - static const QUParameter param_slot_6[] = { - { 0, &static_QUType_QString, 0, QUParameter::Out } - }; - static const QUMethod slot_6 = {"getTitle", 1, param_slot_6 }; - static const QUParameter param_slot_7[] = { - { 0, &static_QUType_QString, 0, QUParameter::Out } - }; - static const QUMethod slot_7 = {"getXAxis", 1, param_slot_7 }; - static const QUParameter param_slot_8[] = { - { 0, &static_QUType_QString, 0, QUParameter::Out } - }; - static const QUMethod slot_8 = {"getYAxis", 1, param_slot_8 }; - static const QUParameter param_slot_9[] = { - { 0, &static_QUType_int, 0, QUParameter::Out } - }; - static const QUMethod slot_9 = {"getMinX", 1, param_slot_9 }; - static const QUParameter param_slot_10[] = { - { 0, &static_QUType_int, 0, QUParameter::Out } - }; - static const QUMethod slot_10 = {"getMaxX", 1, param_slot_10 }; - static const QUParameter param_slot_11[] = { - { 0, &static_QUType_double, 0, QUParameter::Out } - }; - static const QUMethod slot_11 = {"getMinY", 1, param_slot_11 }; - static const QUParameter param_slot_12[] = { - { 0, &static_QUType_double, 0, QUParameter::Out } - }; - static const QUMethod slot_12 = {"getMaxY", 1, param_slot_12 }; - static const QUParameter param_slot_13[] = { - { 0, &static_QUType_bool, 0, QUParameter::Out } - }; - static const QUMethod slot_13 = {"isPhantomChecked", 1, param_slot_13 }; - static const QUParameter param_slot_14[] = { - { 0, &static_QUType_bool, 0, QUParameter::Out } - }; - static const QUMethod slot_14 = {"isGrayScaleChecked", 1, param_slot_14 }; - static const QMetaData slot_tbl[] = { - { "updateXAxis(int)", &slot_0, QMetaData::Public }, - { "getLinetype()", &slot_1, QMetaData::Public }, - { "getLine1()", &slot_2, QMetaData::Public }, - { "getLine2()", &slot_3, QMetaData::Public }, - { "getLine3()", &slot_4, QMetaData::Public }, - { "getLine4()", &slot_5, QMetaData::Public }, - { "getTitle()", &slot_6, QMetaData::Public }, - { "getXAxis()", &slot_7, QMetaData::Public }, - { "getYAxis()", &slot_8, QMetaData::Public }, - { "getMinX()", &slot_9, QMetaData::Public }, - { "getMaxX()", &slot_10, QMetaData::Public }, - { "getMinY()", &slot_11, QMetaData::Public }, - { "getMaxY()", &slot_12, QMetaData::Public }, - { "isPhantomChecked()", &slot_13, QMetaData::Public }, - { "isGrayScaleChecked()", &slot_14, QMetaData::Public } - }; - metaObj = QMetaObject::new_metaobject( - "lineswindow", parentObject, - slot_tbl, 15, - 0, 0, -#ifndef QT_NO_PROPERTIES - 0, 0, - 0, 0, -#endif // QT_NO_PROPERTIES - 0, 0 ); - cleanUp_lineswindow.setMetaObject( metaObj ); - return metaObj; -} - -void* lineswindow::qt_cast( const char* clname ) -{ - if ( !qstrcmp( clname, "lineswindow" ) ) - return this; - return QDialog::qt_cast( clname ); -} - -bool lineswindow::qt_invoke( int _id, QUObject* _o ) -{ - switch ( _id - staticMetaObject()->slotOffset() ) { - case 0: updateXAxis((int)static_QUType_int.get(_o+1)); break; - case 1: static_QUType_int.set(_o,getLinetype()); break; - case 2: static_QUType_int.set(_o,getLine1()); break; - case 3: static_QUType_int.set(_o,getLine2()); break; - case 4: static_QUType_int.set(_o,getLine3()); break; - case 5: static_QUType_int.set(_o,getLine4()); break; - case 6: static_QUType_QString.set(_o,getTitle()); break; - case 7: static_QUType_QString.set(_o,getXAxis()); break; - case 8: static_QUType_QString.set(_o,getYAxis()); break; - case 9: static_QUType_int.set(_o,getMinX()); break; - case 10: static_QUType_int.set(_o,getMaxX()); break; - case 11: static_QUType_double.set(_o,getMinY()); break; - case 12: static_QUType_double.set(_o,getMaxY()); break; - case 13: static_QUType_bool.set(_o,isPhantomChecked()); break; - case 14: static_QUType_bool.set(_o,isGrayScaleChecked()); break; - default: - return QDialog::qt_invoke( _id, _o ); - } - return TRUE; -} - -bool lineswindow::qt_emit( int _id, QUObject* _o ) -{ - return QDialog::qt_emit(_id,_o); -} -#ifndef QT_NO_PROPERTIES - -bool lineswindow::qt_property( int id, int f, QVariant* v) -{ - return QDialog::qt_property( id, f, v); -} - -bool lineswindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } -#endif // QT_NO_PROPERTIES diff --git a/tools/Display/moc_linesimages.cpp b/tools/Display/moc_linesimages.cpp deleted file mode 100644 index 4fa6e26..0000000 --- a/tools/Display/moc_linesimages.cpp +++ /dev/null @@ -1,200 +0,0 @@ -/**************************************************************************** -** linesimageswindow meta object code from reading C++ file 'linesimages.hpp' -** -** Created: Sun Feb 11 21:03:21 2018 -** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#undef QT_NO_COMPAT -#include "linesimages.hpp" -#include -#include - -#include -#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) -#error "This file was generated using the moc from 3.3.8b. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -const char *linesimageswindow::className() const -{ - return "linesimageswindow"; -} - -QMetaObject *linesimageswindow::metaObj = 0; -static QMetaObjectCleanUp cleanUp_linesimageswindow( "linesimageswindow", &linesimageswindow::staticMetaObject ); - -#ifndef QT_NO_TRANSLATION -QString linesimageswindow::tr( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "linesimageswindow", s, c, QApplication::DefaultCodec ); - else - return QString::fromLatin1( s ); -} -#ifndef QT_NO_TRANSLATION_UTF8 -QString linesimageswindow::trUtf8( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "linesimageswindow", s, c, QApplication::UnicodeUTF8 ); - else - return QString::fromUtf8( s ); -} -#endif // QT_NO_TRANSLATION_UTF8 - -#endif // QT_NO_TRANSLATION - -QMetaObject* linesimageswindow::staticMetaObject() -{ - if ( metaObj ) - return metaObj; - QMetaObject* parentObject = QDialog::staticMetaObject(); - static const QUParameter param_slot_0[] = { - { "i", &static_QUType_int, 0, QUParameter::In } - }; - static const QUMethod slot_0 = {"updateXAxis", 1, param_slot_0 }; - static const QUMethod slot_1 = {"callSelectImages", 0, 0 }; - static const QUParameter param_slot_2[] = { - { 0, &static_QUType_ptr, "int", QUParameter::Out } - }; - static const QUMethod slot_2 = {"getSelectedImages", 1, param_slot_2 }; - static const QUParameter param_slot_3[] = { - { 0, &static_QUType_int, 0, QUParameter::Out } - }; - static const QUMethod slot_3 = {"getLinetype", 1, param_slot_3 }; - static const QUParameter param_slot_4[] = { - { 0, &static_QUType_int, 0, QUParameter::Out } - }; - static const QUMethod slot_4 = {"getLine1", 1, param_slot_4 }; - static const QUParameter param_slot_5[] = { - { 0, &static_QUType_int, 0, QUParameter::Out } - }; - static const QUMethod slot_5 = {"getLine2", 1, param_slot_5 }; - static const QUParameter param_slot_6[] = { - { 0, &static_QUType_int, 0, QUParameter::Out } - }; - static const QUMethod slot_6 = {"getLine3", 1, param_slot_6 }; - static const QUParameter param_slot_7[] = { - { 0, &static_QUType_int, 0, QUParameter::Out } - }; - static const QUMethod slot_7 = {"getLine4", 1, param_slot_7 }; - static const QUParameter param_slot_8[] = { - { 0, &static_QUType_QString, 0, QUParameter::Out } - }; - static const QUMethod slot_8 = {"getTitle", 1, param_slot_8 }; - static const QUParameter param_slot_9[] = { - { 0, &static_QUType_QString, 0, QUParameter::Out } - }; - static const QUMethod slot_9 = {"getXAxis", 1, param_slot_9 }; - static const QUParameter param_slot_10[] = { - { 0, &static_QUType_QString, 0, QUParameter::Out } - }; - static const QUMethod slot_10 = {"getYAxis", 1, param_slot_10 }; - static const QUParameter param_slot_11[] = { - { 0, &static_QUType_int, 0, QUParameter::Out } - }; - static const QUMethod slot_11 = {"getMinX", 1, param_slot_11 }; - static const QUParameter param_slot_12[] = { - { 0, &static_QUType_int, 0, QUParameter::Out } - }; - static const QUMethod slot_12 = {"getMaxX", 1, param_slot_12 }; - static const QUParameter param_slot_13[] = { - { 0, &static_QUType_double, 0, QUParameter::Out } - }; - static const QUMethod slot_13 = {"getMinY", 1, param_slot_13 }; - static const QUParameter param_slot_14[] = { - { 0, &static_QUType_double, 0, QUParameter::Out } - }; - static const QUMethod slot_14 = {"getMaxY", 1, param_slot_14 }; - static const QUParameter param_slot_15[] = { - { 0, &static_QUType_bool, 0, QUParameter::Out } - }; - static const QUMethod slot_15 = {"isPhantomChecked", 1, param_slot_15 }; - static const QUMethod slot_16 = {"checkAndAccept", 0, 0 }; - static const QUParameter param_slot_17[] = { - { 0, &static_QUType_bool, 0, QUParameter::Out } - }; - static const QUMethod slot_17 = {"isGrayScaleChecked", 1, param_slot_17 }; - static const QMetaData slot_tbl[] = { - { "updateXAxis(int)", &slot_0, QMetaData::Public }, - { "callSelectImages()", &slot_1, QMetaData::Public }, - { "getSelectedImages()", &slot_2, QMetaData::Public }, - { "getLinetype()", &slot_3, QMetaData::Public }, - { "getLine1()", &slot_4, QMetaData::Public }, - { "getLine2()", &slot_5, QMetaData::Public }, - { "getLine3()", &slot_6, QMetaData::Public }, - { "getLine4()", &slot_7, QMetaData::Public }, - { "getTitle()", &slot_8, QMetaData::Public }, - { "getXAxis()", &slot_9, QMetaData::Public }, - { "getYAxis()", &slot_10, QMetaData::Public }, - { "getMinX()", &slot_11, QMetaData::Public }, - { "getMaxX()", &slot_12, QMetaData::Public }, - { "getMinY()", &slot_13, QMetaData::Public }, - { "getMaxY()", &slot_14, QMetaData::Public }, - { "isPhantomChecked()", &slot_15, QMetaData::Public }, - { "checkAndAccept()", &slot_16, QMetaData::Public }, - { "isGrayScaleChecked()", &slot_17, QMetaData::Public } - }; - metaObj = QMetaObject::new_metaobject( - "linesimageswindow", parentObject, - slot_tbl, 18, - 0, 0, -#ifndef QT_NO_PROPERTIES - 0, 0, - 0, 0, -#endif // QT_NO_PROPERTIES - 0, 0 ); - cleanUp_linesimageswindow.setMetaObject( metaObj ); - return metaObj; -} - -void* linesimageswindow::qt_cast( const char* clname ) -{ - if ( !qstrcmp( clname, "linesimageswindow" ) ) - return this; - return QDialog::qt_cast( clname ); -} - -bool linesimageswindow::qt_invoke( int _id, QUObject* _o ) -{ - switch ( _id - staticMetaObject()->slotOffset() ) { - case 0: updateXAxis((int)static_QUType_int.get(_o+1)); break; - case 1: callSelectImages(); break; - case 2: static_QUType_ptr.set(_o,getSelectedImages()); break; - case 3: static_QUType_int.set(_o,getLinetype()); break; - case 4: static_QUType_int.set(_o,getLine1()); break; - case 5: static_QUType_int.set(_o,getLine2()); break; - case 6: static_QUType_int.set(_o,getLine3()); break; - case 7: static_QUType_int.set(_o,getLine4()); break; - case 8: static_QUType_QString.set(_o,getTitle()); break; - case 9: static_QUType_QString.set(_o,getXAxis()); break; - case 10: static_QUType_QString.set(_o,getYAxis()); break; - case 11: static_QUType_int.set(_o,getMinX()); break; - case 12: static_QUType_int.set(_o,getMaxX()); break; - case 13: static_QUType_double.set(_o,getMinY()); break; - case 14: static_QUType_double.set(_o,getMaxY()); break; - case 15: static_QUType_bool.set(_o,isPhantomChecked()); break; - case 16: checkAndAccept(); break; - case 17: static_QUType_bool.set(_o,isGrayScaleChecked()); break; - default: - return QDialog::qt_invoke( _id, _o ); - } - return TRUE; -} - -bool linesimageswindow::qt_emit( int _id, QUObject* _o ) -{ - return QDialog::qt_emit(_id,_o); -} -#ifndef QT_NO_PROPERTIES - -bool linesimageswindow::qt_property( int id, int f, QVariant* v) -{ - return QDialog::qt_property( id, f, v); -} - -bool linesimageswindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } -#endif // QT_NO_PROPERTIES diff --git a/tools/Display/moc_openimages.cpp b/tools/Display/moc_openimages.cpp deleted file mode 100644 index 7068c03..0000000 --- a/tools/Display/moc_openimages.cpp +++ /dev/null @@ -1,119 +0,0 @@ -/**************************************************************************** -** openimageswindow meta object code from reading C++ file 'openimages.hpp' -** -** Created: Sun Feb 11 21:45:02 2018 -** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#undef QT_NO_COMPAT -#include "openimages.hpp" -#include -#include - -#include -#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) -#error "This file was generated using the moc from 3.3.8b. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -const char *openimageswindow::className() const -{ - return "openimageswindow"; -} - -QMetaObject *openimageswindow::metaObj = 0; -static QMetaObjectCleanUp cleanUp_openimageswindow( "openimageswindow", &openimageswindow::staticMetaObject ); - -#ifndef QT_NO_TRANSLATION -QString openimageswindow::tr( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "openimageswindow", s, c, QApplication::DefaultCodec ); - else - return QString::fromLatin1( s ); -} -#ifndef QT_NO_TRANSLATION_UTF8 -QString openimageswindow::trUtf8( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "openimageswindow", s, c, QApplication::UnicodeUTF8 ); - else - return QString::fromUtf8( s ); -} -#endif // QT_NO_TRANSLATION_UTF8 - -#endif // QT_NO_TRANSLATION - -QMetaObject* openimageswindow::staticMetaObject() -{ - if ( metaObj ) - return metaObj; - QMetaObject* parentObject = QWidget::staticMetaObject(); - static const QUMethod slot_0 = {"openImages", 0, 0 }; - static const QUMethod slot_1 = {"setImagesNames", 0, 0 }; - static const QUMethod slot_2 = {"selectAll", 0, 0 }; - static const QUMethod slot_3 = {"clearSelected", 0, 0 }; - static const QUMethod slot_4 = {"closeWindow", 0, 0 }; - static const QUParameter param_slot_5[] = { - { "e", &static_QUType_ptr, "QCloseEvent", QUParameter::In } - }; - static const QUMethod slot_5 = {"closeEvent", 1, param_slot_5 }; - static const QMetaData slot_tbl[] = { - { "openImages()", &slot_0, QMetaData::Public }, - { "setImagesNames()", &slot_1, QMetaData::Public }, - { "selectAll()", &slot_2, QMetaData::Public }, - { "clearSelected()", &slot_3, QMetaData::Public }, - { "closeWindow()", &slot_4, QMetaData::Public }, - { "closeEvent(QCloseEvent*)", &slot_5, QMetaData::Public } - }; - metaObj = QMetaObject::new_metaobject( - "openimageswindow", parentObject, - slot_tbl, 6, - 0, 0, -#ifndef QT_NO_PROPERTIES - 0, 0, - 0, 0, -#endif // QT_NO_PROPERTIES - 0, 0 ); - cleanUp_openimageswindow.setMetaObject( metaObj ); - return metaObj; -} - -void* openimageswindow::qt_cast( const char* clname ) -{ - if ( !qstrcmp( clname, "openimageswindow" ) ) - return this; - return QWidget::qt_cast( clname ); -} - -bool openimageswindow::qt_invoke( int _id, QUObject* _o ) -{ - switch ( _id - staticMetaObject()->slotOffset() ) { - case 0: openImages(); break; - case 1: setImagesNames(); break; - case 2: selectAll(); break; - case 3: clearSelected(); break; - case 4: closeWindow(); break; - case 5: closeEvent((QCloseEvent*)static_QUType_ptr.get(_o+1)); break; - default: - return QWidget::qt_invoke( _id, _o ); - } - return TRUE; -} - -bool openimageswindow::qt_emit( int _id, QUObject* _o ) -{ - return QWidget::qt_emit(_id,_o); -} -#ifndef QT_NO_PROPERTIES - -bool openimageswindow::qt_property( int id, int f, QVariant* v) -{ - return QWidget::qt_property( id, f, v); -} - -bool openimageswindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } -#endif // QT_NO_PROPERTIES diff --git a/tools/Display/moc_range.cpp b/tools/Display/moc_range.cpp deleted file mode 100644 index f66be7d..0000000 --- a/tools/Display/moc_range.cpp +++ /dev/null @@ -1,131 +0,0 @@ -/**************************************************************************** -** rangewindow meta object code from reading C++ file 'range.hpp' -** -** Created: Sun Feb 11 21:45:03 2018 -** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#undef QT_NO_COMPAT -#include "range.hpp" -#include -#include - -#include -#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) -#error "This file was generated using the moc from 3.3.8b. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -const char *rangewindow::className() const -{ - return "rangewindow"; -} - -QMetaObject *rangewindow::metaObj = 0; -static QMetaObjectCleanUp cleanUp_rangewindow( "rangewindow", &rangewindow::staticMetaObject ); - -#ifndef QT_NO_TRANSLATION -QString rangewindow::tr( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "rangewindow", s, c, QApplication::DefaultCodec ); - else - return QString::fromLatin1( s ); -} -#ifndef QT_NO_TRANSLATION_UTF8 -QString rangewindow::trUtf8( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "rangewindow", s, c, QApplication::UnicodeUTF8 ); - else - return QString::fromUtf8( s ); -} -#endif // QT_NO_TRANSLATION_UTF8 - -#endif // QT_NO_TRANSLATION - -QMetaObject* rangewindow::staticMetaObject() -{ - if ( metaObj ) - return metaObj; - QMetaObject* parentObject = QDialog::staticMetaObject(); - static const QUMethod slot_0 = {"updateLowthresh", 0, 0 }; - static const QUMethod slot_1 = {"updateLowthreshslider", 0, 0 }; - static const QUMethod slot_2 = {"updateHighthresh", 0, 0 }; - static const QUMethod slot_3 = {"updateHighthreshslider", 0, 0 }; - static const QUParameter param_slot_4[] = { - { "on", &static_QUType_bool, 0, QUParameter::In } - }; - static const QUMethod slot_4 = {"signalAllGlobals", 1, param_slot_4 }; - static const QUParameter param_slot_5[] = { - { "on", &static_QUType_bool, 0, QUParameter::In } - }; - static const QUMethod slot_5 = {"signalAllDifference", 1, param_slot_5 }; - static const QUMethod slot_6 = {"closeWindow", 0, 0 }; - static const QUParameter param_slot_7[] = { - { "e", &static_QUType_ptr, "QCloseEvent", QUParameter::In } - }; - static const QUMethod slot_7 = {"closeEvent", 1, param_slot_7 }; - static const QMetaData slot_tbl[] = { - { "updateLowthresh()", &slot_0, QMetaData::Public }, - { "updateLowthreshslider()", &slot_1, QMetaData::Public }, - { "updateHighthresh()", &slot_2, QMetaData::Public }, - { "updateHighthreshslider()", &slot_3, QMetaData::Public }, - { "signalAllGlobals(bool)", &slot_4, QMetaData::Public }, - { "signalAllDifference(bool)", &slot_5, QMetaData::Public }, - { "closeWindow()", &slot_6, QMetaData::Public }, - { "closeEvent(QCloseEvent*)", &slot_7, QMetaData::Public } - }; - metaObj = QMetaObject::new_metaobject( - "rangewindow", parentObject, - slot_tbl, 8, - 0, 0, -#ifndef QT_NO_PROPERTIES - 0, 0, - 0, 0, -#endif // QT_NO_PROPERTIES - 0, 0 ); - cleanUp_rangewindow.setMetaObject( metaObj ); - return metaObj; -} - -void* rangewindow::qt_cast( const char* clname ) -{ - if ( !qstrcmp( clname, "rangewindow" ) ) - return this; - return QDialog::qt_cast( clname ); -} - -bool rangewindow::qt_invoke( int _id, QUObject* _o ) -{ - switch ( _id - staticMetaObject()->slotOffset() ) { - case 0: updateLowthresh(); break; - case 1: updateLowthreshslider(); break; - case 2: updateHighthresh(); break; - case 3: updateHighthreshslider(); break; - case 4: signalAllGlobals((bool)static_QUType_bool.get(_o+1)); break; - case 5: signalAllDifference((bool)static_QUType_bool.get(_o+1)); break; - case 6: closeWindow(); break; - case 7: closeEvent((QCloseEvent*)static_QUType_ptr.get(_o+1)); break; - default: - return QDialog::qt_invoke( _id, _o ); - } - return TRUE; -} - -bool rangewindow::qt_emit( int _id, QUObject* _o ) -{ - return QDialog::qt_emit(_id,_o); -} -#ifndef QT_NO_PROPERTIES - -bool rangewindow::qt_property( int id, int f, QVariant* v) -{ - return QDialog::qt_property( id, f, v); -} - -bool rangewindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } -#endif // QT_NO_PROPERTIES diff --git a/tools/Display/moc_selectEvalExecutions.cpp b/tools/Display/moc_selectEvalExecutions.cpp deleted file mode 100644 index 0ce9487..0000000 --- a/tools/Display/moc_selectEvalExecutions.cpp +++ /dev/null @@ -1,107 +0,0 @@ -/**************************************************************************** -** selectEvalExecutionsWindow meta object code from reading C++ file 'selectEvalExecutions.hpp' -** -** Created: Sun Feb 11 21:45:03 2018 -** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#undef QT_NO_COMPAT -#include "selectEvalExecutions.hpp" -#include -#include - -#include -#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) -#error "This file was generated using the moc from 3.3.8b. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -const char *selectEvalExecutionsWindow::className() const -{ - return "selectEvalExecutionsWindow"; -} - -QMetaObject *selectEvalExecutionsWindow::metaObj = 0; -static QMetaObjectCleanUp cleanUp_selectEvalExecutionsWindow( "selectEvalExecutionsWindow", &selectEvalExecutionsWindow::staticMetaObject ); - -#ifndef QT_NO_TRANSLATION -QString selectEvalExecutionsWindow::tr( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "selectEvalExecutionsWindow", s, c, QApplication::DefaultCodec ); - else - return QString::fromLatin1( s ); -} -#ifndef QT_NO_TRANSLATION_UTF8 -QString selectEvalExecutionsWindow::trUtf8( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "selectEvalExecutionsWindow", s, c, QApplication::UnicodeUTF8 ); - else - return QString::fromUtf8( s ); -} -#endif // QT_NO_TRANSLATION_UTF8 - -#endif // QT_NO_TRANSLATION - -QMetaObject* selectEvalExecutionsWindow::staticMetaObject() -{ - if ( metaObj ) - return metaObj; - QMetaObject* parentObject = QDialog::staticMetaObject(); - static const QUMethod slot_0 = {"openEvalExecutions", 0, 0 }; - static const QUMethod slot_1 = {"selectAll", 0, 0 }; - static const QUMethod slot_2 = {"clearSelected", 0, 0 }; - static const QMetaData slot_tbl[] = { - { "openEvalExecutions()", &slot_0, QMetaData::Public }, - { "selectAll()", &slot_1, QMetaData::Public }, - { "clearSelected()", &slot_2, QMetaData::Public } - }; - metaObj = QMetaObject::new_metaobject( - "selectEvalExecutionsWindow", parentObject, - slot_tbl, 3, - 0, 0, -#ifndef QT_NO_PROPERTIES - 0, 0, - 0, 0, -#endif // QT_NO_PROPERTIES - 0, 0 ); - cleanUp_selectEvalExecutionsWindow.setMetaObject( metaObj ); - return metaObj; -} - -void* selectEvalExecutionsWindow::qt_cast( const char* clname ) -{ - if ( !qstrcmp( clname, "selectEvalExecutionsWindow" ) ) - return this; - return QDialog::qt_cast( clname ); -} - -bool selectEvalExecutionsWindow::qt_invoke( int _id, QUObject* _o ) -{ - switch ( _id - staticMetaObject()->slotOffset() ) { - case 0: openEvalExecutions(); break; - case 1: selectAll(); break; - case 2: clearSelected(); break; - default: - return QDialog::qt_invoke( _id, _o ); - } - return TRUE; -} - -bool selectEvalExecutionsWindow::qt_emit( int _id, QUObject* _o ) -{ - return QDialog::qt_emit(_id,_o); -} -#ifndef QT_NO_PROPERTIES - -bool selectEvalExecutionsWindow::qt_property( int id, int f, QVariant* v) -{ - return QDialog::qt_property( id, f, v); -} - -bool selectEvalExecutionsWindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } -#endif // QT_NO_PROPERTIES diff --git a/tools/Display/moc_selectimages.cpp b/tools/Display/moc_selectimages.cpp deleted file mode 100644 index 3cd5120..0000000 --- a/tools/Display/moc_selectimages.cpp +++ /dev/null @@ -1,104 +0,0 @@ -/**************************************************************************** -** selectimageswindow meta object code from reading C++ file 'selectimages.hpp' -** -** Created: Sun Feb 11 21:45:04 2018 -** by: The Qt MOC ($Id: qt/moc_yacc.cpp 3.3.8 edited Feb 2 14:59 $) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#undef QT_NO_COMPAT -#include "selectimages.hpp" -#include -#include - -#include -#if !defined(Q_MOC_OUTPUT_REVISION) || (Q_MOC_OUTPUT_REVISION != 26) -#error "This file was generated using the moc from 3.3.8b. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -const char *selectimageswindow::className() const -{ - return "selectimageswindow"; -} - -QMetaObject *selectimageswindow::metaObj = 0; -static QMetaObjectCleanUp cleanUp_selectimageswindow( "selectimageswindow", &selectimageswindow::staticMetaObject ); - -#ifndef QT_NO_TRANSLATION -QString selectimageswindow::tr( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "selectimageswindow", s, c, QApplication::DefaultCodec ); - else - return QString::fromLatin1( s ); -} -#ifndef QT_NO_TRANSLATION_UTF8 -QString selectimageswindow::trUtf8( const char *s, const char *c ) -{ - if ( qApp ) - return qApp->translate( "selectimageswindow", s, c, QApplication::UnicodeUTF8 ); - else - return QString::fromUtf8( s ); -} -#endif // QT_NO_TRANSLATION_UTF8 - -#endif // QT_NO_TRANSLATION - -QMetaObject* selectimageswindow::staticMetaObject() -{ - if ( metaObj ) - return metaObj; - QMetaObject* parentObject = QDialog::staticMetaObject(); - static const QUMethod slot_0 = {"selectAll", 0, 0 }; - static const QUMethod slot_1 = {"clearSelected", 0, 0 }; - static const QMetaData slot_tbl[] = { - { "selectAll()", &slot_0, QMetaData::Public }, - { "clearSelected()", &slot_1, QMetaData::Public } - }; - metaObj = QMetaObject::new_metaobject( - "selectimageswindow", parentObject, - slot_tbl, 2, - 0, 0, -#ifndef QT_NO_PROPERTIES - 0, 0, - 0, 0, -#endif // QT_NO_PROPERTIES - 0, 0 ); - cleanUp_selectimageswindow.setMetaObject( metaObj ); - return metaObj; -} - -void* selectimageswindow::qt_cast( const char* clname ) -{ - if ( !qstrcmp( clname, "selectimageswindow" ) ) - return this; - return QDialog::qt_cast( clname ); -} - -bool selectimageswindow::qt_invoke( int _id, QUObject* _o ) -{ - switch ( _id - staticMetaObject()->slotOffset() ) { - case 0: selectAll(); break; - case 1: clearSelected(); break; - default: - return QDialog::qt_invoke( _id, _o ); - } - return TRUE; -} - -bool selectimageswindow::qt_emit( int _id, QUObject* _o ) -{ - return QDialog::qt_emit(_id,_o); -} -#ifndef QT_NO_PROPERTIES - -bool selectimageswindow::qt_property( int id, int f, QVariant* v) -{ - return QDialog::qt_property( id, f, v); -} - -bool selectimageswindow::qt_static_property( QObject* , int , int , QVariant* ){ return FALSE; } -#endif // QT_NO_PROPERTIES