/****************************************************************************
** Meta object code from reading C++ file 'MdiWindow.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.5.1)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include "../../../MdiWindow.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'MdiWindow.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.5.1. 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
struct qt_meta_stringdata_PaletteEditorDialog_t {
QByteArrayData data[8];
char stringdata0[80];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_PaletteEditorDialog_t, stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_PaletteEditorDialog_t qt_meta_stringdata_PaletteEditorDialog = {
{
QT_MOC_LITERAL(0, 0, 19), // "PaletteEditorDialog"
QT_MOC_LITERAL(1, 20, 8), // "setMode1"
QT_MOC_LITERAL(2, 29, 0), // ""
QT_MOC_LITERAL(3, 30, 8), // "setMode2"
QT_MOC_LITERAL(4, 39, 8), // "setMode3"
QT_MOC_LITERAL(5, 48, 8), // "setMode4"
QT_MOC_LITERAL(6, 57, 8), // "setMode5"
QT_MOC_LITERAL(7, 66, 13) // "updatePalette"
},
"PaletteEditorDialog\0setMode1\0\0setMode2\0"
"setMode3\0setMode4\0setMode5\0updatePalette"
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_PaletteEditorDialog[] = {
// content:
7, // revision
0, // classname
0, 0, // classinfo
6, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
0, // signalCount
// slots: name, argc, parameters, tag, flags
1, 0, 44, 2, 0x08 /* Private */,
3, 0, 45, 2, 0x08 /* Private */,
4, 0, 46, 2, 0x08 /* Private */,
5, 0, 47, 2, 0x08 /* Private */,
6, 0, 48, 2, 0x08 /* Private */,
7, 0, 49, 2, 0x08 /* Private */,
// slots: parameters
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
0 // eod
};
void PaletteEditorDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
PaletteEditorDialog *_t = static_cast<PaletteEditorDialog *>(_o);
Q_UNUSED(_t)
switch (_id) {
case 0: _t->setMode1(); break;
case 1: _t->setMode2(); break;
case 2: _t->setMode3(); break;
case 3: _t->setMode4(); break;
case 4: _t->setMode5(); break;
case 5: _t->updatePalette(); break;
default: ;
}
}
Q_UNUSED(_a);
}
const QMetaObject PaletteEditorDialog::staticMetaObject = {
{ &QDialog::staticMetaObject, qt_meta_stringdata_PaletteEditorDialog.data,
qt_meta_data_PaletteEditorDialog, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
};
const QMetaObject *PaletteEditorDialog::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *PaletteEditorDialog::qt_metacast(const char *_clname)
{
if (!_clname) return Q_NULLPTR;
if (!strcmp(_clname, qt_meta_stringdata_PaletteEditorDialog.stringdata0))
return static_cast<void*>(const_cast< PaletteEditorDialog*>(this));
return QDialog::qt_metacast(_clname);
}
int PaletteEditorDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QDialog::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 6)
qt_static_metacall(this, _c, _id, _a);
_id -= 6;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 6)
*reinterpret_cast<int*>(_a[0]) = -1;
_id -= 6;
}
return _id;
}
struct qt_meta_stringdata_MdiWindow_t {
QByteArrayData data[106];
char stringdata0[1378];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_MdiWindow_t, stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_MdiWindow_t qt_meta_stringdata_MdiWindow = {
{
QT_MOC_LITERAL(0, 0, 9), // "MdiWindow"
QT_MOC_LITERAL(1, 10, 7), // "newFile"
QT_MOC_LITERAL(2, 18, 0), // ""
QT_MOC_LITERAL(3, 19, 4), // "open"
QT_MOC_LITERAL(4, 24, 4), // "save"
QT_MOC_LITERAL(5, 29, 6), // "saveAs"
QT_MOC_LITERAL(6, 36, 9), // "exportPDF"
QT_MOC_LITERAL(7, 46, 13), // "handleRequest"
QT_MOC_LITERAL(8, 60, 13), // "updatePreview"
QT_MOC_LITERAL(9, 74, 16), // "setWebPreviewURL"
QT_MOC_LITERAL(10, 91, 8), // "fileName"
QT_MOC_LITERAL(11, 100, 16), // "reloadWebPreview"
QT_MOC_LITERAL(12, 117, 17), // "refreshWebPreview"
QT_MOC_LITERAL(13, 135, 17), // "refreshPreviewNow"
QT_MOC_LITERAL(14, 153, 21), // "setAutoRefreshEnabled"
QT_MOC_LITERAL(15, 175, 8), // "a_enable"
QT_MOC_LITERAL(16, 184, 23), // "setToolbarLabelsEnabled"
QT_MOC_LITERAL(17, 208, 15), // "setToolbarSmall"
QT_MOC_LITERAL(18, 224, 8), // "newStyle"
QT_MOC_LITERAL(19, 233, 11), // "deleteStyle"
QT_MOC_LITERAL(20, 245, 11), // "newTemplate"
QT_MOC_LITERAL(21, 257, 14), // "deleteTemplate"
QT_MOC_LITERAL(22, 272, 10), // "newPalette"
QT_MOC_LITERAL(23, 283, 11), // "editPalette"
QT_MOC_LITERAL(24, 295, 14), // "paletteChanged"
QT_MOC_LITERAL(25, 310, 15), // "templateChanged"
QT_MOC_LITERAL(26, 326, 18), // "pageMarginsChanged"
QT_MOC_LITERAL(27, 345, 18), // "removeTemplateItem"
QT_MOC_LITERAL(28, 364, 15), // "addTemplateItem"
QT_MOC_LITERAL(29, 380, 18), // "moveTemplateItemUp"
QT_MOC_LITERAL(30, 399, 20), // "moveTemplateItemDown"
QT_MOC_LITERAL(31, 420, 3), // "cut"
QT_MOC_LITERAL(32, 424, 4), // "copy"
QT_MOC_LITERAL(33, 429, 5), // "paste"
QT_MOC_LITERAL(34, 435, 4), // "bold"
QT_MOC_LITERAL(35, 440, 6), // "italic"
QT_MOC_LITERAL(36, 447, 5), // "quote"
QT_MOC_LITERAL(37, 453, 4), // "code"
QT_MOC_LITERAL(38, 458, 8), // "heading1"
QT_MOC_LITERAL(39, 467, 8), // "heading2"
QT_MOC_LITERAL(40, 476, 8), // "heading3"
QT_MOC_LITERAL(41, 485, 8), // "heading4"
QT_MOC_LITERAL(42, 494, 9), // "hyperlink"
QT_MOC_LITERAL(43, 504, 5), // "image"
QT_MOC_LITERAL(44, 510, 13), // "unorderedList"
QT_MOC_LITERAL(45, 524, 11), // "orderedList"
QT_MOC_LITERAL(46, 536, 14), // "horizontalRule"
QT_MOC_LITERAL(47, 551, 9), // "timestamp"
QT_MOC_LITERAL(48, 561, 10), // "pageNumber"
QT_MOC_LITERAL(49, 572, 9), // "pageCount"
QT_MOC_LITERAL(50, 582, 4), // "date"
QT_MOC_LITERAL(51, 587, 4), // "time"
QT_MOC_LITERAL(52, 592, 15), // "tableOfContents"
QT_MOC_LITERAL(53, 608, 7), // "options"
QT_MOC_LITERAL(54, 616, 7), // "saveAll"
QT_MOC_LITERAL(55, 624, 9), // "selectAll"
QT_MOC_LITERAL(56, 634, 3), // "del"
QT_MOC_LITERAL(57, 638, 4), // "undo"
QT_MOC_LITERAL(58, 643, 4), // "redo"
QT_MOC_LITERAL(59, 648, 4), // "find"
QT_MOC_LITERAL(60, 653, 8), // "findNext"
QT_MOC_LITERAL(61, 662, 12), // "findPrevious"
QT_MOC_LITERAL(62, 675, 8), // "goToLine"
QT_MOC_LITERAL(63, 684, 7), // "support"
QT_MOC_LITERAL(64, 692, 7), // "website"
QT_MOC_LITERAL(65, 700, 17), // "cascadeSubWindows"
QT_MOC_LITERAL(66, 718, 14), // "tileSubWindows"
QT_MOC_LITERAL(67, 733, 13), // "tabSubWindows"
QT_MOC_LITERAL(68, 747, 13), // "updateActions"
QT_MOC_LITERAL(69, 761, 14), // "createMdiChild"
QT_MOC_LITERAL(70, 776, 9), // "MdiChild*"
QT_MOC_LITERAL(71, 786, 21), // "switchLayoutDirection"
QT_MOC_LITERAL(72, 808, 18), // "setActiveSubWindow"
QT_MOC_LITERAL(73, 827, 8), // "QWidget*"
QT_MOC_LITERAL(74, 836, 6), // "window"
QT_MOC_LITERAL(75, 843, 16), // "changeRootObject"
QT_MOC_LITERAL(76, 860, 5), // "index"
QT_MOC_LITERAL(77, 866, 22), // "changePropertiesObject"
QT_MOC_LITERAL(78, 889, 14), // "upgradeClicked"
QT_MOC_LITERAL(79, 904, 11), // "setupServer"
QT_MOC_LITERAL(80, 916, 15), // "checkForUpdates"
QT_MOC_LITERAL(81, 932, 13), // "checkProgress"
QT_MOC_LITERAL(82, 946, 13), // "bytesReceived"
QT_MOC_LITERAL(83, 960, 10), // "bytesTotal"
QT_MOC_LITERAL(84, 971, 13), // "checkFinished"
QT_MOC_LITERAL(85, 985, 14), // "downloadUpdate"
QT_MOC_LITERAL(86, 1000, 16), // "downloadProgress"
QT_MOC_LITERAL(87, 1017, 16), // "downloadFinished"
QT_MOC_LITERAL(88, 1034, 13), // "installUpdate"
QT_MOC_LITERAL(89, 1048, 15), // "installProgress"
QT_MOC_LITERAL(90, 1064, 15), // "installFinished"
QT_MOC_LITERAL(91, 1080, 7), // "restart"
QT_MOC_LITERAL(92, 1088, 15), // "RequestTrialUse"
QT_MOC_LITERAL(93, 1104, 21), // "RequestLicenseUpgrade"
QT_MOC_LITERAL(94, 1126, 22), // "RequestTrialActivation"
QT_MOC_LITERAL(95, 1149, 13), // "trialActivate"
QT_MOC_LITERAL(96, 1163, 23), // "trialActivationProgress"
QT_MOC_LITERAL(97, 1187, 23), // "trialActivationFinished"
QT_MOC_LITERAL(98, 1211, 15), // "showTrialDialog"
QT_MOC_LITERAL(99, 1227, 35), // "updateProjectSettingsOnWidget..."
QT_MOC_LITERAL(100, 1263, 33), // "updateProjectSettingsOnTextCh..."
QT_MOC_LITERAL(101, 1297, 11), // "saveProject"
QT_MOC_LITERAL(102, 1309, 27), // "populateProjectDialogValues"
QT_MOC_LITERAL(103, 1337, 12), // "passwordShow"
QT_MOC_LITERAL(104, 1350, 12), // "passwordHide"
QT_MOC_LITERAL(105, 1363, 14) // "openRecentFile"
},
"MdiWindow\0newFile\0\0open\0save\0saveAs\0"
"exportPDF\0handleRequest\0updatePreview\0"
"setWebPreviewURL\0fileName\0reloadWebPreview\0"
"refreshWebPreview\0refreshPreviewNow\0"
"setAutoRefreshEnabled\0a_enable\0"
"setToolbarLabelsEnabled\0setToolbarSmall\0"
"newStyle\0deleteStyle\0newTemplate\0"
"deleteTemplate\0newPalette\0editPalette\0"
"paletteChanged\0templateChanged\0"
"pageMarginsChanged\0removeTemplateItem\0"
"addTemplateItem\0moveTemplateItemUp\0"
"moveTemplateItemDown\0cut\0copy\0paste\0"
"bold\0italic\0quote\0code\0heading1\0"
"heading2\0heading3\0heading4\0hyperlink\0"
"image\0unorderedList\0orderedList\0"
"horizontalRule\0timestamp\0pageNumber\0"
"pageCount\0date\0time\0tableOfContents\0"
"options\0saveAll\0selectAll\0del\0undo\0"
"redo\0find\0findNext\0findPrevious\0"
"goToLine\0support\0website\0cascadeSubWindows\0"
"tileSubWindows\0tabSubWindows\0updateActions\0"
"createMdiChild\0MdiChild*\0switchLayoutDirection\0"
"setActiveSubWindow\0QWidget*\0window\0"
"changeRootObject\0index\0changePropertiesObject\0"
"upgradeClicked\0setupServer\0checkForUpdates\0"
"checkProgress\0bytesReceived\0bytesTotal\0"
"checkFinished\0downloadUpdate\0"
"downloadProgress\0downloadFinished\0"
"installUpdate\0installProgress\0"
"installFinished\0restart\0RequestTrialUse\0"
"RequestLicenseUpgrade\0RequestTrialActivation\0"
"trialActivate\0trialActivationProgress\0"
"trialActivationFinished\0showTrialDialog\0"
"updateProjectSettingsOnWidgetChange\0"
"updateProjectSettingsOnTextChange\0"
"saveProject\0populateProjectDialogValues\0"
"passwordShow\0passwordHide\0openRecentFile"
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_MdiWindow[] = {
// content:
7, // revision
0, // classname
0, 0, // classinfo
96, 14, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
0, // signalCount
// slots: name, argc, parameters, tag, flags
1, 0, 494, 2, 0x08 /* Private */,
3, 0, 495, 2, 0x08 /* Private */,
4, 0, 496, 2, 0x08 /* Private */,
5, 0, 497, 2, 0x08 /* Private */,
6, 0, 498, 2, 0x08 /* Private */,
7, 0, 499, 2, 0x08 /* Private */,
8, 0, 500, 2, 0x08 /* Private */,
9, 1, 501, 2, 0x08 /* Private */,
11, 0, 504, 2, 0x08 /* Private */,
12, 0, 505, 2, 0x08 /* Private */,
13, 0, 506, 2, 0x08 /* Private */,
14, 1, 507, 2, 0x08 /* Private */,
16, 1, 510, 2, 0x08 /* Private */,
17, 1, 513, 2, 0x08 /* Private */,
18, 0, 516, 2, 0x08 /* Private */,
19, 0, 517, 2, 0x08 /* Private */,
20, 0, 518, 2, 0x08 /* Private */,
21, 0, 519, 2, 0x08 /* Private */,
22, 0, 520, 2, 0x08 /* Private */,
23, 0, 521, 2, 0x08 /* Private */,
24, 0, 522, 2, 0x08 /* Private */,
25, 0, 523, 2, 0x08 /* Private */,
26, 0, 524, 2, 0x08 /* Private */,
27, 0, 525, 2, 0x08 /* Private */,
28, 0, 526, 2, 0x08 /* Private */,
29, 0, 527, 2, 0x08 /* Private */,
30, 0, 528, 2, 0x08 /* Private */,
31, 0, 529, 2, 0x08 /* Private */,
32, 0, 530, 2, 0x08 /* Private */,
33, 0, 531, 2, 0x08 /* Private */,
34, 0, 532, 2, 0x08 /* Private */,
35, 0, 533, 2, 0x08 /* Private */,
36, 0, 534, 2, 0x08 /* Private */,
37, 0, 535, 2, 0x08 /* Private */,
38, 0, 536, 2, 0x08 /* Private */,
39, 0, 537, 2, 0x08 /* Private */,
40, 0, 538, 2, 0x08 /* Private */,
41, 0, 539, 2, 0x08 /* Private */,
42, 0, 540, 2, 0x08 /* Private */,
43, 0, 541, 2, 0x08 /* Private */,
44, 0, 542, 2, 0x08 /* Private */,
45, 0, 543, 2, 0x08 /* Private */,
46, 0, 544, 2, 0x08 /* Private */,
47, 0, 545, 2, 0x08 /* Private */,
48, 0, 546, 2, 0x08 /* Private */,
49, 0, 547, 2, 0x08 /* Private */,
50, 0, 548, 2, 0x08 /* Private */,
51, 0, 549, 2, 0x08 /* Private */,
52, 0, 550, 2, 0x08 /* Private */,
53, 0, 551, 2, 0x08 /* Private */,
54, 0, 552, 2, 0x08 /* Private */,
55, 0, 553, 2, 0x08 /* Private */,
56, 0, 554, 2, 0x08 /* Private */,
57, 0, 555, 2, 0x08 /* Private */,
58, 0, 556, 2, 0x08 /* Private */,
59, 0, 557, 2, 0x08 /* Private */,
60, 0, 558, 2, 0x08 /* Private */,
61, 0, 559, 2, 0x08 /* Private */,
62, 0, 560, 2, 0x08 /* Private */,
63, 0, 561, 2, 0x08 /* Private */,
64, 0, 562, 2, 0x08 /* Private */,
65, 0, 563, 2, 0x08 /* Private */,
66, 0, 564, 2, 0x08 /* Private */,
67, 0, 565, 2, 0x08 /* Private */,
68, 0, 566, 2, 0x08 /* Private */,
69, 0, 567, 2, 0x08 /* Private */,
71, 0, 568, 2, 0x08 /* Private */,
72, 1, 569, 2, 0x08 /* Private */,
75, 1, 572, 2, 0x08 /* Private */,
77, 1, 575, 2, 0x08 /* Private */,
78, 0, 578, 2, 0x08 /* Private */,
79, 0, 579, 2, 0x08 /* Private */,
80, 0, 580, 2, 0x08 /* Private */,
81, 2, 581, 2, 0x08 /* Private */,
84, 0, 586, 2, 0x08 /* Private */,
85, 0, 587, 2, 0x08 /* Private */,
86, 2, 588, 2, 0x08 /* Private */,
87, 0, 593, 2, 0x08 /* Private */,
88, 0, 594, 2, 0x08 /* Private */,
89, 2, 595, 2, 0x08 /* Private */,
90, 0, 600, 2, 0x08 /* Private */,
91, 0, 601, 2, 0x08 /* Private */,
92, 0, 602, 2, 0x08 /* Private */,
93, 0, 603, 2, 0x08 /* Private */,
94, 0, 604, 2, 0x08 /* Private */,
95, 0, 605, 2, 0x08 /* Private */,
96, 2, 606, 2, 0x08 /* Private */,
97, 0, 611, 2, 0x08 /* Private */,
98, 0, 612, 2, 0x08 /* Private */,
99, 0, 613, 2, 0x08 /* Private */,
100, 0, 614, 2, 0x08 /* Private */,
101, 0, 615, 2, 0x08 /* Private */,
102, 0, 616, 2, 0x08 /* Private */,
103, 0, 617, 2, 0x08 /* Private */,
104, 0, 618, 2, 0x08 /* Private */,
105, 0, 619, 2, 0x08 /* Private */,
// slots: parameters
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void, QMetaType::QString, 10,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void, QMetaType::Bool, 15,
QMetaType::Void, QMetaType::Bool, 15,
QMetaType::Void, QMetaType::Bool, 15,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
0x80000000 | 70,
QMetaType::Void,
QMetaType::Void, 0x80000000 | 73, 74,
QMetaType::Void, QMetaType::QModelIndex, 76,
QMetaType::Void, QMetaType::QModelIndex, 76,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void, QMetaType::LongLong, QMetaType::LongLong, 82, 83,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void, QMetaType::LongLong, QMetaType::LongLong, 82, 83,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void, QMetaType::LongLong, QMetaType::LongLong, 82, 83,
QMetaType::Void,
QMetaType::Void,
QMetaType::Bool,
QMetaType::Bool,
QMetaType::Bool,
QMetaType::Void,
QMetaType::Void, QMetaType::LongLong, QMetaType::LongLong, 82, 83,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
QMetaType::Void,
0 // eod
};
void MdiWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
MdiWindow *_t = static_cast<MdiWindow *>(_o);
Q_UNUSED(_t)
switch (_id) {
case 0: _t->newFile(); break;
case 1: _t->open(); break;
case 2: _t->save(); break;
case 3: _t->saveAs(); break;
case 4: _t->exportPDF(); break;
case 5: _t->handleRequest(); break;
case 6: _t->updatePreview(); break;
case 7: _t->setWebPreviewURL((*reinterpret_cast< QString(*)>(_a[1]))); break;
case 8: _t->reloadWebPreview(); break;
case 9: _t->refreshWebPreview(); break;
case 10: _t->refreshPreviewNow(); break;
case 11: _t->setAutoRefreshEnabled((*reinterpret_cast< bool(*)>(_a[1]))); break;
case 12: _t->setToolbarLabelsEnabled((*reinterpret_cast< bool(*)>(_a[1]))); break;
case 13: _t->setToolbarSmall((*reinterpret_cast< bool(*)>(_a[1]))); break;
case 14: _t->newStyle(); break;
case 15: _t->deleteStyle(); break;
case 16: _t->newTemplate(); break;
case 17: _t->deleteTemplate(); break;
case 18: _t->newPalette(); break;
case 19: _t->editPalette(); break;
case 20: _t->paletteChanged(); break;
case 21: _t->templateChanged(); break;
case 22: _t->pageMarginsChanged(); break;
case 23: _t->removeTemplateItem(); break;
case 24: _t->addTemplateItem(); break;
case 25: _t->moveTemplateItemUp(); break;
case 26: _t->moveTemplateItemDown(); break;
case 27: _t->cut(); break;
case 28: _t->copy(); break;
case 29: _t->paste(); break;
case 30: _t->bold(); break;
case 31: _t->italic(); break;
case 32: _t->quote(); break;
case 33: _t->code(); break;
case 34: _t->heading1(); break;
case 35: _t->heading2(); break;
case 36: _t->heading3(); break;
case 37: _t->heading4(); break;
case 38: _t->hyperlink(); break;
case 39: _t->image(); break;
case 40: _t->unorderedList(); break;
case 41: _t->orderedList(); break;
case 42: _t->horizontalRule(); break;
case 43: _t->timestamp(); break;
case 44: _t->pageNumber(); break;
case 45: _t->pageCount(); break;
case 46: _t->date(); break;
case 47: _t->time(); break;
case 48: _t->tableOfContents(); break;
case 49: _t->options(); break;
case 50: _t->saveAll(); break;
case 51: _t->selectAll(); break;
case 52: _t->del(); break;
case 53: _t->undo(); break;
case 54: _t->redo(); break;
case 55: _t->find(); break;
case 56: _t->findNext(); break;
case 57: _t->findPrevious(); break;
case 58: _t->goToLine(); break;
case 59: _t->support(); break;
case 60: _t->website(); break;
case 61: _t->cascadeSubWindows(); break;
case 62: _t->tileSubWindows(); break;
case 63: _t->tabSubWindows(); break;
case 64: _t->updateActions(); break;
case 65: { MdiChild* _r = _t->createMdiChild();
if (_a[0]) *reinterpret_cast< MdiChild**>(_a[0]) = _r; } break;
case 66: _t->switchLayoutDirection(); break;
case 67: _t->setActiveSubWindow((*reinterpret_cast< QWidget*(*)>(_a[1]))); break;
case 68: _t->changeRootObject((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break;
case 69: _t->changePropertiesObject((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break;
case 70: _t->upgradeClicked(); break;
case 71: _t->setupServer(); break;
case 72: _t->checkForUpdates(); break;
case 73: _t->checkProgress((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break;
case 74: _t->checkFinished(); break;
case 75: _t->downloadUpdate(); break;
case 76: _t->downloadProgress((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break;
case 77: _t->downloadFinished(); break;
case 78: _t->installUpdate(); break;
case 79: _t->installProgress((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break;
case 80: _t->installFinished(); break;
case 81: _t->restart(); break;
case 82: { bool _r = _t->RequestTrialUse();
if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; } break;
case 83: { bool _r = _t->RequestLicenseUpgrade();
if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; } break;
case 84: { bool _r = _t->RequestTrialActivation();
if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; } break;
case 85: _t->trialActivate(); break;
case 86: _t->trialActivationProgress((*reinterpret_cast< qint64(*)>(_a[1])),(*reinterpret_cast< qint64(*)>(_a[2]))); break;
case 87: _t->trialActivationFinished(); break;
case 88: _t->showTrialDialog(); break;
case 89: _t->updateProjectSettingsOnWidgetChange(); break;
case 90: _t->updateProjectSettingsOnTextChange(); break;
case 91: _t->saveProject(); break;
case 92: _t->populateProjectDialogValues(); break;
case 93: _t->passwordShow(); break;
case 94: _t->passwordHide(); break;
case 95: _t->openRecentFile(); break;
default: ;
}
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
switch (_id) {
default: *reinterpret_cast<int*>(_a[0]) = -1; break;
case 67:
switch (*reinterpret_cast<int*>(_a[1])) {
default: *reinterpret_cast<int*>(_a[0]) = -1; break;
case 0:
*reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< QWidget* >(); break;
}
break;
}
}
}
const QMetaObject MdiWindow::staticMetaObject = {
{ &QMainWindow::staticMetaObject, qt_meta_stringdata_MdiWindow.data,
qt_meta_data_MdiWindow, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
};
const QMetaObject *MdiWindow::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *MdiWindow::qt_metacast(const char *_clname)
{
if (!_clname) return Q_NULLPTR;
if (!strcmp(_clname, qt_meta_stringdata_MdiWindow.stringdata0))
return static_cast<void*>(const_cast< MdiWindow*>(this));
return QMainWindow::qt_metacast(_clname);
}
int MdiWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QMainWindow::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 96)
qt_static_metacall(this, _c, _id, _a);
_id -= 96;
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
if (_id < 96)
qt_static_metacall(this, _c, _id, _a);
_id -= 96;
}
return _id;
}
QT_END_MOC_NAMESPACE