# HG changeset patch # User Jacob Dawid # Date 1302164921 -7200 # Node ID 0a5619ea17a604ba3ee392b7ac7ad32f4484b990 # Parent fd14634f9c1eb8a29bc1955002a5e0642c013dc4 Removed temp files. diff --git a/gui//qtermwidget/.moc/moc_Emulation.cpp b/gui//qtermwidget/.moc/moc_Emulation.cpp deleted file mode 100644 --- a/gui//qtermwidget/.moc/moc_Emulation.cpp +++ /dev/null @@ -1,214 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'Emulation.h' -** -** Created: Thu Apr 7 10:08:43 2011 -** by: The Qt Meta Object Compiler version 62 (Qt 4.7.2) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "../lib/Emulation.h" -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'Emulation.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 62 -#error "This file was generated using the moc from 4.7.2. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -static const uint qt_meta_data_Konsole__Emulation[] = { - - // content: - 5, // revision - 0, // classname - 0, 0, // classinfo - 21, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 11, // signalCount - - // signals: signature, parameters, type, tag, flags - 29, 20, 19, 19, 0x05, - 63, 55, 19, 19, 0x05, - 84, 19, 19, 19, 0x05, - 111, 105, 19, 19, 0x05, - 125, 19, 19, 19, 0x05, - 148, 142, 19, 19, 0x05, - 189, 179, 19, 19, 0x05, - 219, 19, 19, 19, 0x05, - 250, 235, 19, 19, 0x05, - 298, 276, 19, 19, 0x05, - 329, 324, 19, 19, 0x05, - - // slots: signature, parameters, type, tag, flags - 381, 367, 19, 19, 0x0a, - 403, 324, 19, 19, 0x0a, - 421, 19, 19, 19, 0x0a, - 476, 446, 19, 19, 0x0a, - 522, 508, 19, 19, 0x0a, - 557, 550, 19, 19, 0x2a, - 592, 581, 19, 19, 0x0a, - 621, 19, 19, 19, 0x09, - 638, 19, 19, 19, 0x08, - 649, 179, 19, 19, 0x08, - - 0 // eod -}; - -static const char qt_meta_stringdata_Konsole__Emulation[] = { - "Konsole::Emulation\0\0data,len\0" - "sendData(const char*,int)\0suspend\0" - "lockPtyRequest(bool)\0useUtf8Request(bool)\0" - "state\0stateSet(int)\0zmodemDetected()\0" - "color\0changeTabTextColorRequest(int)\0" - "usesMouse\0programUsesMouseChanged(bool)\0" - "outputChanged()\0title,newTitle\0" - "titleChanged(int,QString)\0" - "lineCount,columnCount\0imageSizeChanged(int,int)\0" - "text\0profileChangeCommandReceived(QString)\0" - "lines,columns\0setImageSize(int,int)\0" - "sendText(QString)\0sendKeyEvent(QKeyEvent*)\0" - "buttons,column,line,eventType\0" - "sendMouseEvent(int,int,int,int)\0" - "string,length\0sendString(const char*,int)\0" - "string\0sendString(const char*)\0" - "buffer,len\0receiveData(const char*,int)\0" - "bufferedUpdate()\0showBulk()\0" - "usesMouseChanged(bool)\0" -}; - -const QMetaObject Konsole::Emulation::staticMetaObject = { - { &QObject::staticMetaObject, qt_meta_stringdata_Konsole__Emulation, - qt_meta_data_Konsole__Emulation, 0 } -}; - -#ifdef Q_NO_DATA_RELOCATION -const QMetaObject &Konsole::Emulation::getStaticMetaObject() { return staticMetaObject; } -#endif //Q_NO_DATA_RELOCATION - -const QMetaObject *Konsole::Emulation::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; -} - -void *Konsole::Emulation::qt_metacast(const char *_clname) -{ - if (!_clname) return 0; - if (!strcmp(_clname, qt_meta_stringdata_Konsole__Emulation)) - return static_cast(const_cast< Emulation*>(this)); - return QObject::qt_metacast(_clname); -} - -int Konsole::Emulation::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QObject::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - switch (_id) { - case 0: sendData((*reinterpret_cast< const char*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; - case 1: lockPtyRequest((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 2: useUtf8Request((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 3: stateSet((*reinterpret_cast< int(*)>(_a[1]))); break; - case 4: zmodemDetected(); break; - case 5: changeTabTextColorRequest((*reinterpret_cast< int(*)>(_a[1]))); break; - case 6: programUsesMouseChanged((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 7: outputChanged(); break; - case 8: titleChanged((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2]))); break; - case 9: imageSizeChanged((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; - case 10: profileChangeCommandReceived((*reinterpret_cast< const QString(*)>(_a[1]))); break; - case 11: setImageSize((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; - case 12: sendText((*reinterpret_cast< const QString(*)>(_a[1]))); break; - case 13: sendKeyEvent((*reinterpret_cast< QKeyEvent*(*)>(_a[1]))); break; - case 14: sendMouseEvent((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3])),(*reinterpret_cast< int(*)>(_a[4]))); break; - case 15: sendString((*reinterpret_cast< const char*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; - case 16: sendString((*reinterpret_cast< const char*(*)>(_a[1]))); break; - case 17: receiveData((*reinterpret_cast< const char*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; - case 18: bufferedUpdate(); break; - case 19: showBulk(); break; - case 20: usesMouseChanged((*reinterpret_cast< bool(*)>(_a[1]))); break; - default: ; - } - _id -= 21; - } - return _id; -} - -// SIGNAL 0 -void Konsole::Emulation::sendData(const char * _t1, int _t2) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)) }; - QMetaObject::activate(this, &staticMetaObject, 0, _a); -} - -// SIGNAL 1 -void Konsole::Emulation::lockPtyRequest(bool _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 1, _a); -} - -// SIGNAL 2 -void Konsole::Emulation::useUtf8Request(bool _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 2, _a); -} - -// SIGNAL 3 -void Konsole::Emulation::stateSet(int _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 3, _a); -} - -// SIGNAL 4 -void Konsole::Emulation::zmodemDetected() -{ - QMetaObject::activate(this, &staticMetaObject, 4, 0); -} - -// SIGNAL 5 -void Konsole::Emulation::changeTabTextColorRequest(int _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 5, _a); -} - -// SIGNAL 6 -void Konsole::Emulation::programUsesMouseChanged(bool _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 6, _a); -} - -// SIGNAL 7 -void Konsole::Emulation::outputChanged() -{ - QMetaObject::activate(this, &staticMetaObject, 7, 0); -} - -// SIGNAL 8 -void Konsole::Emulation::titleChanged(int _t1, const QString & _t2) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)) }; - QMetaObject::activate(this, &staticMetaObject, 8, _a); -} - -// SIGNAL 9 -void Konsole::Emulation::imageSizeChanged(int _t1, int _t2) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)) }; - QMetaObject::activate(this, &staticMetaObject, 9, _a); -} - -// SIGNAL 10 -void Konsole::Emulation::profileChangeCommandReceived(const QString & _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 10, _a); -} -QT_END_MOC_NAMESPACE diff --git a/gui//qtermwidget/.moc/moc_Filter.cpp b/gui//qtermwidget/.moc/moc_Filter.cpp deleted file mode 100644 --- a/gui//qtermwidget/.moc/moc_Filter.cpp +++ /dev/null @@ -1,79 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'Filter.h' -** -** Created: Thu Apr 7 10:08:46 2011 -** by: The Qt Meta Object Compiler version 62 (Qt 4.7.2) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "../lib/Filter.h" -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'Filter.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 62 -#error "This file was generated using the moc from 4.7.2. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -static const uint qt_meta_data_Konsole__FilterObject[] = { - - // content: - 5, // revision - 0, // classname - 0, 0, // classinfo - 1, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 0, // signalCount - - // slots: signature, parameters, type, tag, flags - 23, 22, 22, 22, 0x08, - - 0 // eod -}; - -static const char qt_meta_stringdata_Konsole__FilterObject[] = { - "Konsole::FilterObject\0\0activated()\0" -}; - -const QMetaObject Konsole::FilterObject::staticMetaObject = { - { &QObject::staticMetaObject, qt_meta_stringdata_Konsole__FilterObject, - qt_meta_data_Konsole__FilterObject, 0 } -}; - -#ifdef Q_NO_DATA_RELOCATION -const QMetaObject &Konsole::FilterObject::getStaticMetaObject() { return staticMetaObject; } -#endif //Q_NO_DATA_RELOCATION - -const QMetaObject *Konsole::FilterObject::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; -} - -void *Konsole::FilterObject::qt_metacast(const char *_clname) -{ - if (!_clname) return 0; - if (!strcmp(_clname, qt_meta_stringdata_Konsole__FilterObject)) - return static_cast(const_cast< FilterObject*>(this)); - return QObject::qt_metacast(_clname); -} - -int Konsole::FilterObject::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QObject::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - switch (_id) { - case 0: activated(); break; - default: ; - } - _id -= 1; - } - return _id; -} -QT_END_MOC_NAMESPACE diff --git a/gui//qtermwidget/.moc/moc_Pty.cpp b/gui//qtermwidget/.moc/moc_Pty.cpp deleted file mode 100644 --- a/gui//qtermwidget/.moc/moc_Pty.cpp +++ /dev/null @@ -1,125 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'Pty.h' -** -** Created: Thu Apr 7 10:08:47 2011 -** by: The Qt Meta Object Compiler version 62 (Qt 4.7.2) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "../lib/Pty.h" -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'Pty.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 62 -#error "This file was generated using the moc from 4.7.2. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -static const uint qt_meta_data_Konsole__Pty[] = { - - // content: - 5, // revision - 0, // classname - 0, 0, // classinfo - 10, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 3, // signalCount - - // signals: signature, parameters, type, tag, flags - 23, 14, 13, 13, 0x05, - 47, 33, 13, 13, 0x05, - 77, 13, 13, 13, 0x05, - - // slots: signature, parameters, type, tag, flags - 94, 91, 13, 13, 0x0a, - 117, 112, 13, 13, 0x0a, - 131, 33, 13, 13, 0x0a, - 157, 13, 13, 13, 0x08, - 182, 167, 13, 13, 0x08, - 217, 13, 13, 13, 0x08, - 230, 13, 13, 13, 0x08, - - 0 // eod -}; - -static const char qt_meta_stringdata_Konsole__Pty[] = { - "Konsole::Pty\0\0exitCode\0done(int)\0" - "buffer,length\0receivedData(const char*,int)\0" - "bufferEmpty()\0on\0setUtf8Mode(bool)\0" - "lock\0lockPty(bool)\0sendData(const char*,int)\0" - "donePty()\0,buffer,length\0" - "dataReceived(K3Process*,char*,int)\0" - "doSendJobs()\0writeReady()\0" -}; - -const QMetaObject Konsole::Pty::staticMetaObject = { - { &K3Process::staticMetaObject, qt_meta_stringdata_Konsole__Pty, - qt_meta_data_Konsole__Pty, 0 } -}; - -#ifdef Q_NO_DATA_RELOCATION -const QMetaObject &Konsole::Pty::getStaticMetaObject() { return staticMetaObject; } -#endif //Q_NO_DATA_RELOCATION - -const QMetaObject *Konsole::Pty::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; -} - -void *Konsole::Pty::qt_metacast(const char *_clname) -{ - if (!_clname) return 0; - if (!strcmp(_clname, qt_meta_stringdata_Konsole__Pty)) - return static_cast(const_cast< Pty*>(this)); - return K3Process::qt_metacast(_clname); -} - -int Konsole::Pty::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = K3Process::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - switch (_id) { - case 0: done((*reinterpret_cast< int(*)>(_a[1]))); break; - case 1: receivedData((*reinterpret_cast< const char*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; - case 2: bufferEmpty(); break; - case 3: setUtf8Mode((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 4: lockPty((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 5: sendData((*reinterpret_cast< const char*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; - case 6: donePty(); break; - case 7: dataReceived((*reinterpret_cast< K3Process*(*)>(_a[1])),(*reinterpret_cast< char*(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break; - case 8: doSendJobs(); break; - case 9: writeReady(); break; - default: ; - } - _id -= 10; - } - return _id; -} - -// SIGNAL 0 -void Konsole::Pty::done(int _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 0, _a); -} - -// SIGNAL 1 -void Konsole::Pty::receivedData(const char * _t1, int _t2) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)) }; - QMetaObject::activate(this, &staticMetaObject, 1, _a); -} - -// SIGNAL 2 -void Konsole::Pty::bufferEmpty() -{ - QMetaObject::activate(this, &staticMetaObject, 2, 0); -} -QT_END_MOC_NAMESPACE diff --git a/gui//qtermwidget/.moc/moc_ScreenWindow.cpp b/gui//qtermwidget/.moc/moc_ScreenWindow.cpp deleted file mode 100644 --- a/gui//qtermwidget/.moc/moc_ScreenWindow.cpp +++ /dev/null @@ -1,108 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'ScreenWindow.h' -** -** Created: Thu Apr 7 10:08:42 2011 -** by: The Qt Meta Object Compiler version 62 (Qt 4.7.2) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "../lib/ScreenWindow.h" -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'ScreenWindow.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 62 -#error "This file was generated using the moc from 4.7.2. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -static const uint qt_meta_data_Konsole__ScreenWindow[] = { - - // content: - 5, // revision - 0, // classname - 0, 0, // classinfo - 4, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 3, // signalCount - - // signals: signature, parameters, type, tag, flags - 23, 22, 22, 22, 0x05, - 44, 39, 22, 22, 0x05, - 58, 22, 22, 22, 0x05, - - // slots: signature, parameters, type, tag, flags - 77, 22, 22, 22, 0x0a, - - 0 // eod -}; - -static const char qt_meta_stringdata_Konsole__ScreenWindow[] = { - "Konsole::ScreenWindow\0\0outputChanged()\0" - "line\0scrolled(int)\0selectionChanged()\0" - "notifyOutputChanged()\0" -}; - -const QMetaObject Konsole::ScreenWindow::staticMetaObject = { - { &QObject::staticMetaObject, qt_meta_stringdata_Konsole__ScreenWindow, - qt_meta_data_Konsole__ScreenWindow, 0 } -}; - -#ifdef Q_NO_DATA_RELOCATION -const QMetaObject &Konsole::ScreenWindow::getStaticMetaObject() { return staticMetaObject; } -#endif //Q_NO_DATA_RELOCATION - -const QMetaObject *Konsole::ScreenWindow::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; -} - -void *Konsole::ScreenWindow::qt_metacast(const char *_clname) -{ - if (!_clname) return 0; - if (!strcmp(_clname, qt_meta_stringdata_Konsole__ScreenWindow)) - return static_cast(const_cast< ScreenWindow*>(this)); - return QObject::qt_metacast(_clname); -} - -int Konsole::ScreenWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QObject::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - switch (_id) { - case 0: outputChanged(); break; - case 1: scrolled((*reinterpret_cast< int(*)>(_a[1]))); break; - case 2: selectionChanged(); break; - case 3: notifyOutputChanged(); break; - default: ; - } - _id -= 4; - } - return _id; -} - -// SIGNAL 0 -void Konsole::ScreenWindow::outputChanged() -{ - QMetaObject::activate(this, &staticMetaObject, 0, 0); -} - -// SIGNAL 1 -void Konsole::ScreenWindow::scrolled(int _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 1, _a); -} - -// SIGNAL 2 -void Konsole::ScreenWindow::selectionChanged() -{ - QMetaObject::activate(this, &staticMetaObject, 2, 0); -} -QT_END_MOC_NAMESPACE diff --git a/gui//qtermwidget/.moc/moc_Session.cpp b/gui//qtermwidget/.moc/moc_Session.cpp deleted file mode 100644 --- a/gui//qtermwidget/.moc/moc_Session.cpp +++ /dev/null @@ -1,318 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'Session.h' -** -** Created: Thu Apr 7 10:08:49 2011 -** by: The Qt Meta Object Compiler version 62 (Qt 4.7.2) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "../lib/Session.h" -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'Session.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 62 -#error "This file was generated using the moc from 4.7.2. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -static const uint qt_meta_data_Konsole__Session[] = { - - // content: - 5, // revision - 0, // classname - 0, 0, // classinfo - 23, 14, // methods - 4, 129, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 13, // signalCount - - // signals: signature, parameters, type, tag, flags - 18, 17, 17, 17, 0x05, - 28, 17, 17, 17, 0x05, - 44, 39, 17, 17, 0x05, - 66, 17, 17, 17, 0x05, - 89, 81, 17, 17, 0x05, - 119, 113, 17, 17, 0x05, - 145, 137, 17, 17, 0x05, - 166, 17, 17, 17, 0x05, - 197, 17, 17, 17, 0x05, - 238, 234, 17, 17, 0x05, - 267, 262, 17, 17, 0x05, - 288, 39, 17, 17, 0x05, - 334, 326, 17, 17, 0x05, - - // slots: signature, parameters, type, tag, flags - 366, 17, 17, 17, 0x0a, - 372, 17, 17, 17, 0x0a, - 389, 380, 17, 17, 0x0a, - 415, 17, 17, 17, 0x08, - 436, 425, 17, 17, 0x08, - 468, 17, 17, 17, 0x08, - 500, 487, 17, 17, 0x08, - 540, 526, 17, 17, 0x08, - 571, 17, 17, 17, 0x08, - 598, 593, 17, 17, 0x08, - - // properties: name, type, flags - 630, 622, 0x0a095001, - 639, 635, 0x02095001, - 649, 622, 0x0a095103, - 262, 661, 0x15095103, - - 0 // eod -}; - -static const char qt_meta_stringdata_Konsole__Session[] = { - "Konsole::Session\0\0started()\0finished()\0" - "text\0receivedData(QString)\0titleChanged()\0" - "profile\0profileChanged(QString)\0state\0" - "stateChanged(int)\0message\0" - "bellRequest(QString)\0" - "changeTabTextColorRequest(int)\0" - "changeBackgroundColorRequest(QColor)\0" - "url\0openUrlRequest(QString)\0size\0" - "resizeRequest(QSize)\0" - "profileChangeCommandReceived(QString)\0" - "enabled\0flowControlEnabledChanged(bool)\0" - "run()\0close()\0,caption\0setUserTitle(int,QString)\0" - "done(int)\0buffer,len\0" - "onReceiveBlock(const char*,int)\0" - "monitorTimerDone()\0height,width\0" - "onViewSizeChange(int,int)\0lines,columns\0" - "onEmulationSizeChange(int,int)\0" - "activityStateSet(int)\0view\0" - "viewDestroyed(QObject*)\0QString\0name\0" - "int\0processId\0keyBindings\0QSize\0" -}; - -const QMetaObject Konsole::Session::staticMetaObject = { - { &QObject::staticMetaObject, qt_meta_stringdata_Konsole__Session, - qt_meta_data_Konsole__Session, 0 } -}; - -#ifdef Q_NO_DATA_RELOCATION -const QMetaObject &Konsole::Session::getStaticMetaObject() { return staticMetaObject; } -#endif //Q_NO_DATA_RELOCATION - -const QMetaObject *Konsole::Session::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; -} - -void *Konsole::Session::qt_metacast(const char *_clname) -{ - if (!_clname) return 0; - if (!strcmp(_clname, qt_meta_stringdata_Konsole__Session)) - return static_cast(const_cast< Session*>(this)); - return QObject::qt_metacast(_clname); -} - -int Konsole::Session::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QObject::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - switch (_id) { - case 0: started(); break; - case 1: finished(); break; - case 2: receivedData((*reinterpret_cast< const QString(*)>(_a[1]))); break; - case 3: titleChanged(); break; - case 4: profileChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break; - case 5: stateChanged((*reinterpret_cast< int(*)>(_a[1]))); break; - case 6: bellRequest((*reinterpret_cast< const QString(*)>(_a[1]))); break; - case 7: changeTabTextColorRequest((*reinterpret_cast< int(*)>(_a[1]))); break; - case 8: changeBackgroundColorRequest((*reinterpret_cast< const QColor(*)>(_a[1]))); break; - case 9: openUrlRequest((*reinterpret_cast< const QString(*)>(_a[1]))); break; - case 10: resizeRequest((*reinterpret_cast< const QSize(*)>(_a[1]))); break; - case 11: profileChangeCommandReceived((*reinterpret_cast< const QString(*)>(_a[1]))); break; - case 12: flowControlEnabledChanged((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 13: run(); break; - case 14: close(); break; - case 15: setUserTitle((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2]))); break; - case 16: done((*reinterpret_cast< int(*)>(_a[1]))); break; - case 17: onReceiveBlock((*reinterpret_cast< const char*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; - case 18: monitorTimerDone(); break; - case 19: onViewSizeChange((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; - case 20: onEmulationSizeChange((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; - case 21: activityStateSet((*reinterpret_cast< int(*)>(_a[1]))); break; - case 22: viewDestroyed((*reinterpret_cast< QObject*(*)>(_a[1]))); break; - default: ; - } - _id -= 23; - } -#ifndef QT_NO_PROPERTIES - else if (_c == QMetaObject::ReadProperty) { - void *_v = _a[0]; - switch (_id) { - case 0: *reinterpret_cast< QString*>(_v) = nameTitle(); break; - case 1: *reinterpret_cast< int*>(_v) = processId(); break; - case 2: *reinterpret_cast< QString*>(_v) = keyBindings(); break; - case 3: *reinterpret_cast< QSize*>(_v) = size(); break; - } - _id -= 4; - } else if (_c == QMetaObject::WriteProperty) { - void *_v = _a[0]; - switch (_id) { - case 2: setKeyBindings(*reinterpret_cast< QString*>(_v)); break; - case 3: setSize(*reinterpret_cast< QSize*>(_v)); break; - } - _id -= 4; - } else if (_c == QMetaObject::ResetProperty) { - _id -= 4; - } else if (_c == QMetaObject::QueryPropertyDesignable) { - _id -= 4; - } else if (_c == QMetaObject::QueryPropertyScriptable) { - _id -= 4; - } else if (_c == QMetaObject::QueryPropertyStored) { - _id -= 4; - } else if (_c == QMetaObject::QueryPropertyEditable) { - _id -= 4; - } else if (_c == QMetaObject::QueryPropertyUser) { - _id -= 4; - } -#endif // QT_NO_PROPERTIES - return _id; -} - -// SIGNAL 0 -void Konsole::Session::started() -{ - QMetaObject::activate(this, &staticMetaObject, 0, 0); -} - -// SIGNAL 1 -void Konsole::Session::finished() -{ - QMetaObject::activate(this, &staticMetaObject, 1, 0); -} - -// SIGNAL 2 -void Konsole::Session::receivedData(const QString & _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 2, _a); -} - -// SIGNAL 3 -void Konsole::Session::titleChanged() -{ - QMetaObject::activate(this, &staticMetaObject, 3, 0); -} - -// SIGNAL 4 -void Konsole::Session::profileChanged(const QString & _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 4, _a); -} - -// SIGNAL 5 -void Konsole::Session::stateChanged(int _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 5, _a); -} - -// SIGNAL 6 -void Konsole::Session::bellRequest(const QString & _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 6, _a); -} - -// SIGNAL 7 -void Konsole::Session::changeTabTextColorRequest(int _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 7, _a); -} - -// SIGNAL 8 -void Konsole::Session::changeBackgroundColorRequest(const QColor & _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 8, _a); -} - -// SIGNAL 9 -void Konsole::Session::openUrlRequest(const QString & _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 9, _a); -} - -// SIGNAL 10 -void Konsole::Session::resizeRequest(const QSize & _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 10, _a); -} - -// SIGNAL 11 -void Konsole::Session::profileChangeCommandReceived(const QString & _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 11, _a); -} - -// SIGNAL 12 -void Konsole::Session::flowControlEnabledChanged(bool _t1) -{ - void *_a[] = { 0, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 12, _a); -} -static const uint qt_meta_data_Konsole__SessionGroup[] = { - - // content: - 5, // revision - 0, // classname - 0, 0, // classinfo - 0, 0, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 0, // signalCount - - 0 // eod -}; - -static const char qt_meta_stringdata_Konsole__SessionGroup[] = { - "Konsole::SessionGroup\0" -}; - -const QMetaObject Konsole::SessionGroup::staticMetaObject = { - { &QObject::staticMetaObject, qt_meta_stringdata_Konsole__SessionGroup, - qt_meta_data_Konsole__SessionGroup, 0 } -}; - -#ifdef Q_NO_DATA_RELOCATION -const QMetaObject &Konsole::SessionGroup::getStaticMetaObject() { return staticMetaObject; } -#endif //Q_NO_DATA_RELOCATION - -const QMetaObject *Konsole::SessionGroup::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; -} - -void *Konsole::SessionGroup::qt_metacast(const char *_clname) -{ - if (!_clname) return 0; - if (!strcmp(_clname, qt_meta_stringdata_Konsole__SessionGroup)) - return static_cast(const_cast< SessionGroup*>(this)); - return QObject::qt_metacast(_clname); -} - -int Konsole::SessionGroup::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QObject::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - return _id; -} -QT_END_MOC_NAMESPACE diff --git a/gui//qtermwidget/.moc/moc_TerminalDisplay.cpp b/gui//qtermwidget/.moc/moc_TerminalDisplay.cpp deleted file mode 100644 --- a/gui//qtermwidget/.moc/moc_TerminalDisplay.cpp +++ /dev/null @@ -1,204 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'TerminalDisplay.h' -** -** Created: Thu Apr 7 10:08:45 2011 -** by: The Qt Meta Object Compiler version 62 (Qt 4.7.2) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "../lib/TerminalDisplay.h" -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'TerminalDisplay.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 62 -#error "This file was generated using the moc from 4.7.2. It"