CuteLogger
Fast and simple logging solution for Qt based applications
moc_timelinedock.cpp
1/****************************************************************************
2** Meta object code from reading C++ file 'timelinedock.h'
3**
4** Created by: The Qt Meta Object Compiler version 68 (Qt 6.6.2)
5**
6** WARNING! All changes made in this file will be lost!
7*****************************************************************************/
8
9#include "../../../../src/docks/timelinedock.h"
10#include <QtCore/qmetatype.h>
11
12#if __has_include(<QtCore/qtmochelpers.h>)
13#include <QtCore/qtmochelpers.h>
14#else
15QT_BEGIN_MOC_NAMESPACE
16#endif
17
18
19#include <memory>
20
21#if !defined(Q_MOC_OUTPUT_REVISION)
22#error "The header file 'timelinedock.h' doesn't include <QObject>."
23#elif Q_MOC_OUTPUT_REVISION != 68
24#error "This file was generated using the moc from 6.6.2. It"
25#error "cannot be used with the include files from this version of Qt."
26#error "(The moc has changed too much.)"
27#endif
28
29#ifndef Q_CONSTINIT
30#define Q_CONSTINIT
31#endif
32
33QT_WARNING_PUSH
34QT_WARNING_DISABLE_DEPRECATED
35QT_WARNING_DISABLE_GCC("-Wuseless-cast")
36namespace {
37
38#ifdef QT_MOC_HAS_STRINGDATA
39struct qt_meta_stringdata_CLASSTimelineDockENDCLASS_t {};
40constexpr auto qt_meta_stringdata_CLASSTimelineDockENDCLASS = QtMocHelpers::stringData(
41 "TimelineDock",
42 "currentTrackChanged",
43 "",
44 "selectionChanged",
45 "seeked",
46 "position",
47 "positionChanged",
48 "loopChanged",
49 "clipOpened",
50 "Mlt::Producer*",
51 "producer",
52 "dragging",
53 "pos",
54 "duration",
55 "dropped",
56 "dropAccepted",
57 "xml",
58 "fadeInChanged",
59 "fadeOutChanged",
60 "selected",
61 "clipClicked",
62 "showStatusMessage",
63 "clipCopied",
64 "clipMoved",
65 "fromTrack",
66 "toTrack",
67 "clipIndex",
68 "ripple",
69 "filteredClicked",
70 "durationChanged",
71 "transitionAdded",
72 "trackIndex",
73 "zoomIn",
74 "zoomOut",
75 "zoomToFit",
76 "setZoom",
77 "value",
78 "markerRangesChanged",
79 "markerSeeked",
80 "markerIndex",
81 "isRecordingChanged",
82 "multitrackSelected",
83 "warnTrackLocked",
84 "refreshWaveforms",
85 "updateThumbnails",
86 "addAudioTrack",
87 "addVideoTrack",
88 "alignSelectedClips",
89 "onShowFrame",
90 "SharedFrame",
91 "frame",
92 "onSeeked",
93 "append",
94 "remove",
95 "mergeClipWithNext",
96 "dryrun",
97 "lift",
98 "removeSelection",
99 "withCopy",
100 "liftSelection",
101 "incrementCurrentTrack",
102 "by",
103 "selectTrackHead",
104 "selectMultitrack",
105 "copy",
106 "setTrackName",
107 "toggleTrackMute",
108 "toggleTrackHidden",
109 "setTrackComposite",
110 "composite",
111 "setTrackLock",
112 "lock",
113 "moveClip",
114 "onClipMoved",
115 "trimClipIn",
116 "oldClipIndex",
117 "delta",
118 "trimClipOut",
119 "insert",
120 "seek",
121 "overwrite",
122 "appendFromPlaylist",
123 "Mlt::Playlist*",
124 "playlist",
125 "skipProxy",
126 "emptyTrack",
127 "fadeIn",
128 "fadeOut",
129 "seekPreviousEdit",
130 "seekNextEdit",
131 "seekInPoint",
132 "clearSelectionIfInvalid",
133 "insertTrack",
134 "insertAudioTrack",
135 "insertVideoTrack",
136 "removeTrack",
137 "moveTrack",
138 "fromTrackIndex",
139 "toTrackIndex",
140 "moveTrackUp",
141 "moveTrackDown",
142 "onProducerChanged",
143 "emitSelectedFromSelection",
144 "remakeAudioLevels",
145 "force",
146 "commitTrimCommand",
147 "onRowsInserted",
148 "QModelIndex",
149 "parent",
150 "first",
151 "last",
152 "onRowsRemoved",
153 "onRowsMoved",
154 "start",
155 "end",
156 "destination",
157 "row",
158 "detachAudio",
159 "selectAll",
160 "selectAllOnCurrentTrack",
161 "onProducerModified",
162 "replace",
163 "createOrEditMarker",
164 "createOrEditSelectionMarker",
165 "createMarker",
166 "editMarker",
167 "deleteMarker",
168 "seekNextMarker",
169 "seekPrevMarker",
170 "onFilterModelChanged",
171 "initLoad",
172 "handleDrop",
173 "onLoopChanged",
174 "load",
175 "onTopLevelChanged",
176 "floating",
177 "onTransitionAdded",
178 "selectClip",
179 "onMultitrackClosed",
180 "reloadTimelineModels",
181 "onRecordStarted",
182 "updateRecording",
183 "onRecordFinished",
184 "AbstractJob*",
185 "onWarnTrackLocked",
186 "onTimelineRightClicked",
187 "onClipRightClicked",
188 "onNoMoreEmptyTracks",
189 "isAudio",
190 "restoreSelection",
191 "getGroupForClip",
192 "isMultitrackSelected",
193 "selectedTrack",
194 "isFloating",
195 "openProperties",
196 "recordAudio",
197 "stopRecording",
198 "currentTrack",
199 "selection",
200 "isRecording",
201 "loopStart",
202 "loopEnd"
203);
204#else // !QT_MOC_HAS_STRING_DATA
205struct qt_meta_stringdata_CLASSTimelineDockENDCLASS_t {
206 uint offsetsAndSizes[324];
207 char stringdata0[13];
208 char stringdata1[20];
209 char stringdata2[1];
210 char stringdata3[17];
211 char stringdata4[7];
212 char stringdata5[9];
213 char stringdata6[16];
214 char stringdata7[12];
215 char stringdata8[11];
216 char stringdata9[15];
217 char stringdata10[9];
218 char stringdata11[9];
219 char stringdata12[4];
220 char stringdata13[9];
221 char stringdata14[8];
222 char stringdata15[13];
223 char stringdata16[4];
224 char stringdata17[14];
225 char stringdata18[15];
226 char stringdata19[9];
227 char stringdata20[12];
228 char stringdata21[18];
229 char stringdata22[11];
230 char stringdata23[10];
231 char stringdata24[10];
232 char stringdata25[8];
233 char stringdata26[10];
234 char stringdata27[7];
235 char stringdata28[16];
236 char stringdata29[16];
237 char stringdata30[16];
238 char stringdata31[11];
239 char stringdata32[7];
240 char stringdata33[8];
241 char stringdata34[10];
242 char stringdata35[8];
243 char stringdata36[6];
244 char stringdata37[20];
245 char stringdata38[13];
246 char stringdata39[12];
247 char stringdata40[19];
248 char stringdata41[19];
249 char stringdata42[16];
250 char stringdata43[17];
251 char stringdata44[17];
252 char stringdata45[14];
253 char stringdata46[14];
254 char stringdata47[19];
255 char stringdata48[12];
256 char stringdata49[12];
257 char stringdata50[6];
258 char stringdata51[9];
259 char stringdata52[7];
260 char stringdata53[7];
261 char stringdata54[18];
262 char stringdata55[7];
263 char stringdata56[5];
264 char stringdata57[16];
265 char stringdata58[9];
266 char stringdata59[14];
267 char stringdata60[22];
268 char stringdata61[3];
269 char stringdata62[16];
270 char stringdata63[17];
271 char stringdata64[5];
272 char stringdata65[13];
273 char stringdata66[16];
274 char stringdata67[18];
275 char stringdata68[18];
276 char stringdata69[10];
277 char stringdata70[13];
278 char stringdata71[5];
279 char stringdata72[9];
280 char stringdata73[12];
281 char stringdata74[11];
282 char stringdata75[13];
283 char stringdata76[6];
284 char stringdata77[12];
285 char stringdata78[7];
286 char stringdata79[5];
287 char stringdata80[10];
288 char stringdata81[19];
289 char stringdata82[15];
290 char stringdata83[9];
291 char stringdata84[10];
292 char stringdata85[11];
293 char stringdata86[7];
294 char stringdata87[8];
295 char stringdata88[17];
296 char stringdata89[13];
297 char stringdata90[12];
298 char stringdata91[24];
299 char stringdata92[12];
300 char stringdata93[17];
301 char stringdata94[17];
302 char stringdata95[12];
303 char stringdata96[10];
304 char stringdata97[15];
305 char stringdata98[13];
306 char stringdata99[12];
307 char stringdata100[14];
308 char stringdata101[18];
309 char stringdata102[26];
310 char stringdata103[18];
311 char stringdata104[6];
312 char stringdata105[18];
313 char stringdata106[15];
314 char stringdata107[12];
315 char stringdata108[7];
316 char stringdata109[6];
317 char stringdata110[5];
318 char stringdata111[14];
319 char stringdata112[12];
320 char stringdata113[6];
321 char stringdata114[4];
322 char stringdata115[12];
323 char stringdata116[4];
324 char stringdata117[12];
325 char stringdata118[10];
326 char stringdata119[24];
327 char stringdata120[19];
328 char stringdata121[8];
329 char stringdata122[19];
330 char stringdata123[28];
331 char stringdata124[13];
332 char stringdata125[11];
333 char stringdata126[13];
334 char stringdata127[15];
335 char stringdata128[15];
336 char stringdata129[21];
337 char stringdata130[9];
338 char stringdata131[11];
339 char stringdata132[14];
340 char stringdata133[5];
341 char stringdata134[18];
342 char stringdata135[9];
343 char stringdata136[18];
344 char stringdata137[11];
345 char stringdata138[19];
346 char stringdata139[21];
347 char stringdata140[16];
348 char stringdata141[16];
349 char stringdata142[17];
350 char stringdata143[13];
351 char stringdata144[18];
352 char stringdata145[23];
353 char stringdata146[19];
354 char stringdata147[20];
355 char stringdata148[8];
356 char stringdata149[17];
357 char stringdata150[16];
358 char stringdata151[21];
359 char stringdata152[14];
360 char stringdata153[11];
361 char stringdata154[15];
362 char stringdata155[12];
363 char stringdata156[14];
364 char stringdata157[13];
365 char stringdata158[10];
366 char stringdata159[12];
367 char stringdata160[10];
368 char stringdata161[8];
369};
370#define QT_MOC_LITERAL(ofs, len) \
371 uint(sizeof(qt_meta_stringdata_CLASSTimelineDockENDCLASS_t::offsetsAndSizes) + ofs), len
372Q_CONSTINIT static const qt_meta_stringdata_CLASSTimelineDockENDCLASS_t qt_meta_stringdata_CLASSTimelineDockENDCLASS = {
373 {
374 QT_MOC_LITERAL(0, 12), // "TimelineDock"
375 QT_MOC_LITERAL(13, 19), // "currentTrackChanged"
376 QT_MOC_LITERAL(33, 0), // ""
377 QT_MOC_LITERAL(34, 16), // "selectionChanged"
378 QT_MOC_LITERAL(51, 6), // "seeked"
379 QT_MOC_LITERAL(58, 8), // "position"
380 QT_MOC_LITERAL(67, 15), // "positionChanged"
381 QT_MOC_LITERAL(83, 11), // "loopChanged"
382 QT_MOC_LITERAL(95, 10), // "clipOpened"
383 QT_MOC_LITERAL(106, 14), // "Mlt::Producer*"
384 QT_MOC_LITERAL(121, 8), // "producer"
385 QT_MOC_LITERAL(130, 8), // "dragging"
386 QT_MOC_LITERAL(139, 3), // "pos"
387 QT_MOC_LITERAL(143, 8), // "duration"
388 QT_MOC_LITERAL(152, 7), // "dropped"
389 QT_MOC_LITERAL(160, 12), // "dropAccepted"
390 QT_MOC_LITERAL(173, 3), // "xml"
391 QT_MOC_LITERAL(177, 13), // "fadeInChanged"
392 QT_MOC_LITERAL(191, 14), // "fadeOutChanged"
393 QT_MOC_LITERAL(206, 8), // "selected"
394 QT_MOC_LITERAL(215, 11), // "clipClicked"
395 QT_MOC_LITERAL(227, 17), // "showStatusMessage"
396 QT_MOC_LITERAL(245, 10), // "clipCopied"
397 QT_MOC_LITERAL(256, 9), // "clipMoved"
398 QT_MOC_LITERAL(266, 9), // "fromTrack"
399 QT_MOC_LITERAL(276, 7), // "toTrack"
400 QT_MOC_LITERAL(284, 9), // "clipIndex"
401 QT_MOC_LITERAL(294, 6), // "ripple"
402 QT_MOC_LITERAL(301, 15), // "filteredClicked"
403 QT_MOC_LITERAL(317, 15), // "durationChanged"
404 QT_MOC_LITERAL(333, 15), // "transitionAdded"
405 QT_MOC_LITERAL(349, 10), // "trackIndex"
406 QT_MOC_LITERAL(360, 6), // "zoomIn"
407 QT_MOC_LITERAL(367, 7), // "zoomOut"
408 QT_MOC_LITERAL(375, 9), // "zoomToFit"
409 QT_MOC_LITERAL(385, 7), // "setZoom"
410 QT_MOC_LITERAL(393, 5), // "value"
411 QT_MOC_LITERAL(399, 19), // "markerRangesChanged"
412 QT_MOC_LITERAL(419, 12), // "markerSeeked"
413 QT_MOC_LITERAL(432, 11), // "markerIndex"
414 QT_MOC_LITERAL(444, 18), // "isRecordingChanged"
415 QT_MOC_LITERAL(463, 18), // "multitrackSelected"
416 QT_MOC_LITERAL(482, 15), // "warnTrackLocked"
417 QT_MOC_LITERAL(498, 16), // "refreshWaveforms"
418 QT_MOC_LITERAL(515, 16), // "updateThumbnails"
419 QT_MOC_LITERAL(532, 13), // "addAudioTrack"
420 QT_MOC_LITERAL(546, 13), // "addVideoTrack"
421 QT_MOC_LITERAL(560, 18), // "alignSelectedClips"
422 QT_MOC_LITERAL(579, 11), // "onShowFrame"
423 QT_MOC_LITERAL(591, 11), // "SharedFrame"
424 QT_MOC_LITERAL(603, 5), // "frame"
425 QT_MOC_LITERAL(609, 8), // "onSeeked"
426 QT_MOC_LITERAL(618, 6), // "append"
427 QT_MOC_LITERAL(625, 6), // "remove"
428 QT_MOC_LITERAL(632, 17), // "mergeClipWithNext"
429 QT_MOC_LITERAL(650, 6), // "dryrun"
430 QT_MOC_LITERAL(657, 4), // "lift"
431 QT_MOC_LITERAL(662, 15), // "removeSelection"
432 QT_MOC_LITERAL(678, 8), // "withCopy"
433 QT_MOC_LITERAL(687, 13), // "liftSelection"
434 QT_MOC_LITERAL(701, 21), // "incrementCurrentTrack"
435 QT_MOC_LITERAL(723, 2), // "by"
436 QT_MOC_LITERAL(726, 15), // "selectTrackHead"
437 QT_MOC_LITERAL(742, 16), // "selectMultitrack"
438 QT_MOC_LITERAL(759, 4), // "copy"
439 QT_MOC_LITERAL(764, 12), // "setTrackName"
440 QT_MOC_LITERAL(777, 15), // "toggleTrackMute"
441 QT_MOC_LITERAL(793, 17), // "toggleTrackHidden"
442 QT_MOC_LITERAL(811, 17), // "setTrackComposite"
443 QT_MOC_LITERAL(829, 9), // "composite"
444 QT_MOC_LITERAL(839, 12), // "setTrackLock"
445 QT_MOC_LITERAL(852, 4), // "lock"
446 QT_MOC_LITERAL(857, 8), // "moveClip"
447 QT_MOC_LITERAL(866, 11), // "onClipMoved"
448 QT_MOC_LITERAL(878, 10), // "trimClipIn"
449 QT_MOC_LITERAL(889, 12), // "oldClipIndex"
450 QT_MOC_LITERAL(902, 5), // "delta"
451 QT_MOC_LITERAL(908, 11), // "trimClipOut"
452 QT_MOC_LITERAL(920, 6), // "insert"
453 QT_MOC_LITERAL(927, 4), // "seek"
454 QT_MOC_LITERAL(932, 9), // "overwrite"
455 QT_MOC_LITERAL(942, 18), // "appendFromPlaylist"
456 QT_MOC_LITERAL(961, 14), // "Mlt::Playlist*"
457 QT_MOC_LITERAL(976, 8), // "playlist"
458 QT_MOC_LITERAL(985, 9), // "skipProxy"
459 QT_MOC_LITERAL(995, 10), // "emptyTrack"
460 QT_MOC_LITERAL(1006, 6), // "fadeIn"
461 QT_MOC_LITERAL(1013, 7), // "fadeOut"
462 QT_MOC_LITERAL(1021, 16), // "seekPreviousEdit"
463 QT_MOC_LITERAL(1038, 12), // "seekNextEdit"
464 QT_MOC_LITERAL(1051, 11), // "seekInPoint"
465 QT_MOC_LITERAL(1063, 23), // "clearSelectionIfInvalid"
466 QT_MOC_LITERAL(1087, 11), // "insertTrack"
467 QT_MOC_LITERAL(1099, 16), // "insertAudioTrack"
468 QT_MOC_LITERAL(1116, 16), // "insertVideoTrack"
469 QT_MOC_LITERAL(1133, 11), // "removeTrack"
470 QT_MOC_LITERAL(1145, 9), // "moveTrack"
471 QT_MOC_LITERAL(1155, 14), // "fromTrackIndex"
472 QT_MOC_LITERAL(1170, 12), // "toTrackIndex"
473 QT_MOC_LITERAL(1183, 11), // "moveTrackUp"
474 QT_MOC_LITERAL(1195, 13), // "moveTrackDown"
475 QT_MOC_LITERAL(1209, 17), // "onProducerChanged"
476 QT_MOC_LITERAL(1227, 25), // "emitSelectedFromSelection"
477 QT_MOC_LITERAL(1253, 17), // "remakeAudioLevels"
478 QT_MOC_LITERAL(1271, 5), // "force"
479 QT_MOC_LITERAL(1277, 17), // "commitTrimCommand"
480 QT_MOC_LITERAL(1295, 14), // "onRowsInserted"
481 QT_MOC_LITERAL(1310, 11), // "QModelIndex"
482 QT_MOC_LITERAL(1322, 6), // "parent"
483 QT_MOC_LITERAL(1329, 5), // "first"
484 QT_MOC_LITERAL(1335, 4), // "last"
485 QT_MOC_LITERAL(1340, 13), // "onRowsRemoved"
486 QT_MOC_LITERAL(1354, 11), // "onRowsMoved"
487 QT_MOC_LITERAL(1366, 5), // "start"
488 QT_MOC_LITERAL(1372, 3), // "end"
489 QT_MOC_LITERAL(1376, 11), // "destination"
490 QT_MOC_LITERAL(1388, 3), // "row"
491 QT_MOC_LITERAL(1392, 11), // "detachAudio"
492 QT_MOC_LITERAL(1404, 9), // "selectAll"
493 QT_MOC_LITERAL(1414, 23), // "selectAllOnCurrentTrack"
494 QT_MOC_LITERAL(1438, 18), // "onProducerModified"
495 QT_MOC_LITERAL(1457, 7), // "replace"
496 QT_MOC_LITERAL(1465, 18), // "createOrEditMarker"
497 QT_MOC_LITERAL(1484, 27), // "createOrEditSelectionMarker"
498 QT_MOC_LITERAL(1512, 12), // "createMarker"
499 QT_MOC_LITERAL(1525, 10), // "editMarker"
500 QT_MOC_LITERAL(1536, 12), // "deleteMarker"
501 QT_MOC_LITERAL(1549, 14), // "seekNextMarker"
502 QT_MOC_LITERAL(1564, 14), // "seekPrevMarker"
503 QT_MOC_LITERAL(1579, 20), // "onFilterModelChanged"
504 QT_MOC_LITERAL(1600, 8), // "initLoad"
505 QT_MOC_LITERAL(1609, 10), // "handleDrop"
506 QT_MOC_LITERAL(1620, 13), // "onLoopChanged"
507 QT_MOC_LITERAL(1634, 4), // "load"
508 QT_MOC_LITERAL(1639, 17), // "onTopLevelChanged"
509 QT_MOC_LITERAL(1657, 8), // "floating"
510 QT_MOC_LITERAL(1666, 17), // "onTransitionAdded"
511 QT_MOC_LITERAL(1684, 10), // "selectClip"
512 QT_MOC_LITERAL(1695, 18), // "onMultitrackClosed"
513 QT_MOC_LITERAL(1714, 20), // "reloadTimelineModels"
514 QT_MOC_LITERAL(1735, 15), // "onRecordStarted"
515 QT_MOC_LITERAL(1751, 15), // "updateRecording"
516 QT_MOC_LITERAL(1767, 16), // "onRecordFinished"
517 QT_MOC_LITERAL(1784, 12), // "AbstractJob*"
518 QT_MOC_LITERAL(1797, 17), // "onWarnTrackLocked"
519 QT_MOC_LITERAL(1815, 22), // "onTimelineRightClicked"
520 QT_MOC_LITERAL(1838, 18), // "onClipRightClicked"
521 QT_MOC_LITERAL(1857, 19), // "onNoMoreEmptyTracks"
522 QT_MOC_LITERAL(1877, 7), // "isAudio"
523 QT_MOC_LITERAL(1885, 16), // "restoreSelection"
524 QT_MOC_LITERAL(1902, 15), // "getGroupForClip"
525 QT_MOC_LITERAL(1918, 20), // "isMultitrackSelected"
526 QT_MOC_LITERAL(1939, 13), // "selectedTrack"
527 QT_MOC_LITERAL(1953, 10), // "isFloating"
528 QT_MOC_LITERAL(1964, 14), // "openProperties"
529 QT_MOC_LITERAL(1979, 11), // "recordAudio"
530 QT_MOC_LITERAL(1991, 13), // "stopRecording"
531 QT_MOC_LITERAL(2005, 12), // "currentTrack"
532 QT_MOC_LITERAL(2018, 9), // "selection"
533 QT_MOC_LITERAL(2028, 11), // "isRecording"
534 QT_MOC_LITERAL(2040, 9), // "loopStart"
535 QT_MOC_LITERAL(2050, 7) // "loopEnd"
536 },
537 "TimelineDock",
538 "currentTrackChanged",
539 "",
540 "selectionChanged",
541 "seeked",
542 "position",
543 "positionChanged",
544 "loopChanged",
545 "clipOpened",
546 "Mlt::Producer*",
547 "producer",
548 "dragging",
549 "pos",
550 "duration",
551 "dropped",
552 "dropAccepted",
553 "xml",
554 "fadeInChanged",
555 "fadeOutChanged",
556 "selected",
557 "clipClicked",
558 "showStatusMessage",
559 "clipCopied",
560 "clipMoved",
561 "fromTrack",
562 "toTrack",
563 "clipIndex",
564 "ripple",
565 "filteredClicked",
566 "durationChanged",
567 "transitionAdded",
568 "trackIndex",
569 "zoomIn",
570 "zoomOut",
571 "zoomToFit",
572 "setZoom",
573 "value",
574 "markerRangesChanged",
575 "markerSeeked",
576 "markerIndex",
577 "isRecordingChanged",
578 "multitrackSelected",
579 "warnTrackLocked",
580 "refreshWaveforms",
581 "updateThumbnails",
582 "addAudioTrack",
583 "addVideoTrack",
584 "alignSelectedClips",
585 "onShowFrame",
586 "SharedFrame",
587 "frame",
588 "onSeeked",
589 "append",
590 "remove",
591 "mergeClipWithNext",
592 "dryrun",
593 "lift",
594 "removeSelection",
595 "withCopy",
596 "liftSelection",
597 "incrementCurrentTrack",
598 "by",
599 "selectTrackHead",
600 "selectMultitrack",
601 "copy",
602 "setTrackName",
603 "toggleTrackMute",
604 "toggleTrackHidden",
605 "setTrackComposite",
606 "composite",
607 "setTrackLock",
608 "lock",
609 "moveClip",
610 "onClipMoved",
611 "trimClipIn",
612 "oldClipIndex",
613 "delta",
614 "trimClipOut",
615 "insert",
616 "seek",
617 "overwrite",
618 "appendFromPlaylist",
619 "Mlt::Playlist*",
620 "playlist",
621 "skipProxy",
622 "emptyTrack",
623 "fadeIn",
624 "fadeOut",
625 "seekPreviousEdit",
626 "seekNextEdit",
627 "seekInPoint",
628 "clearSelectionIfInvalid",
629 "insertTrack",
630 "insertAudioTrack",
631 "insertVideoTrack",
632 "removeTrack",
633 "moveTrack",
634 "fromTrackIndex",
635 "toTrackIndex",
636 "moveTrackUp",
637 "moveTrackDown",
638 "onProducerChanged",
639 "emitSelectedFromSelection",
640 "remakeAudioLevels",
641 "force",
642 "commitTrimCommand",
643 "onRowsInserted",
644 "QModelIndex",
645 "parent",
646 "first",
647 "last",
648 "onRowsRemoved",
649 "onRowsMoved",
650 "start",
651 "end",
652 "destination",
653 "row",
654 "detachAudio",
655 "selectAll",
656 "selectAllOnCurrentTrack",
657 "onProducerModified",
658 "replace",
659 "createOrEditMarker",
660 "createOrEditSelectionMarker",
661 "createMarker",
662 "editMarker",
663 "deleteMarker",
664 "seekNextMarker",
665 "seekPrevMarker",
666 "onFilterModelChanged",
667 "initLoad",
668 "handleDrop",
669 "onLoopChanged",
670 "load",
671 "onTopLevelChanged",
672 "floating",
673 "onTransitionAdded",
674 "selectClip",
675 "onMultitrackClosed",
676 "reloadTimelineModels",
677 "onRecordStarted",
678 "updateRecording",
679 "onRecordFinished",
680 "AbstractJob*",
681 "onWarnTrackLocked",
682 "onTimelineRightClicked",
683 "onClipRightClicked",
684 "onNoMoreEmptyTracks",
685 "isAudio",
686 "restoreSelection",
687 "getGroupForClip",
688 "isMultitrackSelected",
689 "selectedTrack",
690 "isFloating",
691 "openProperties",
692 "recordAudio",
693 "stopRecording",
694 "currentTrack",
695 "selection",
696 "isRecording",
697 "loopStart",
698 "loopEnd"
699};
700#undef QT_MOC_LITERAL
701#endif // !QT_MOC_HAS_STRING_DATA
702} // unnamed namespace
703
704Q_CONSTINIT static const uint qt_meta_data_CLASSTimelineDockENDCLASS[] = {
705
706 // content:
707 12, // revision
708 0, // classname
709 0, 0, // classinfo
710 132, 14, // methods
711 6, 1240, // properties
712 0, 0, // enums/sets
713 0, 0, // constructors
714 0, // flags
715 30, // signalCount
716
717 // signals: name, argc, parameters, tag, flags, initial metatype offsets
718 1, 0, 806, 2, 0x06, 7 /* Public */,
719 3, 0, 807, 2, 0x06, 8 /* Public */,
720 4, 1, 808, 2, 0x06, 9 /* Public */,
721 6, 1, 811, 2, 0x06, 11 /* Public */,
722 7, 0, 814, 2, 0x06, 13 /* Public */,
723 8, 1, 815, 2, 0x06, 14 /* Public */,
724 11, 2, 818, 2, 0x06, 16 /* Public */,
725 14, 0, 823, 2, 0x06, 19 /* Public */,
726 15, 1, 824, 2, 0x06, 20 /* Public */,
727 17, 1, 827, 2, 0x06, 22 /* Public */,
728 18, 1, 830, 2, 0x06, 24 /* Public */,
729 19, 1, 833, 2, 0x06, 26 /* Public */,
730 20, 0, 836, 2, 0x06, 28 /* Public */,
731 21, 1, 837, 2, 0x06, 29 /* Public */,
732 22, 0, 840, 2, 0x06, 31 /* Public */,
733 23, 5, 841, 2, 0x06, 32 /* Public */,
734 28, 0, 852, 2, 0x06, 38 /* Public */,
735 29, 0, 853, 2, 0x06, 39 /* Public */,
736 30, 4, 854, 2, 0x06, 40 /* Public */,
737 32, 0, 863, 2, 0x06, 45 /* Public */,
738 33, 0, 864, 2, 0x06, 46 /* Public */,
739 34, 0, 865, 2, 0x06, 47 /* Public */,
740 35, 1, 866, 2, 0x06, 48 /* Public */,
741 37, 0, 869, 2, 0x06, 50 /* Public */,
742 38, 1, 870, 2, 0x06, 51 /* Public */,
743 40, 1, 873, 2, 0x06, 53 /* Public */,
744 41, 0, 876, 2, 0x06, 55 /* Public */,
745 42, 1, 877, 2, 0x06, 56 /* Public */,
746 43, 0, 880, 2, 0x06, 58 /* Public */,
747 44, 2, 881, 2, 0x06, 59 /* Public */,
748
749 // slots: name, argc, parameters, tag, flags, initial metatype offsets
750 45, 0, 886, 2, 0x0a, 62 /* Public */,
751 46, 0, 887, 2, 0x0a, 63 /* Public */,
752 47, 0, 888, 2, 0x0a, 64 /* Public */,
753 48, 1, 889, 2, 0x0a, 65 /* Public */,
754 51, 1, 892, 2, 0x0a, 67 /* Public */,
755 52, 1, 895, 2, 0x0a, 69 /* Public */,
756 53, 2, 898, 2, 0x0a, 71 /* Public */,
757 54, 3, 903, 2, 0x0a, 74 /* Public */,
758 56, 2, 910, 2, 0x0a, 78 /* Public */,
759 57, 1, 915, 2, 0x0a, 81 /* Public */,
760 57, 0, 918, 2, 0x2a, 83 /* Public | MethodCloned */,
761 59, 0, 919, 2, 0x0a, 84 /* Public */,
762 60, 1, 920, 2, 0x0a, 85 /* Public */,
763 62, 1, 923, 2, 0x0a, 87 /* Public */,
764 63, 0, 926, 2, 0x0a, 89 /* Public */,
765 64, 2, 927, 2, 0x0a, 90 /* Public */,
766 65, 2, 932, 2, 0x0a, 93 /* Public */,
767 66, 1, 937, 2, 0x0a, 96 /* Public */,
768 67, 1, 940, 2, 0x0a, 98 /* Public */,
769 68, 2, 943, 2, 0x0a, 100 /* Public */,
770 70, 2, 948, 2, 0x0a, 103 /* Public */,
771 72, 5, 953, 2, 0x0a, 106 /* Public */,
772 73, 5, 964, 2, 0x0a, 112 /* Public */,
773 74, 5, 975, 2, 0x0a, 118 /* Public */,
774 77, 4, 986, 2, 0x0a, 124 /* Public */,
775 78, 4, 995, 2, 0x0a, 129 /* Public */,
776 78, 3, 1004, 2, 0x2a, 134 /* Public | MethodCloned */,
777 78, 2, 1011, 2, 0x2a, 138 /* Public | MethodCloned */,
778 78, 1, 1016, 2, 0x2a, 141 /* Public | MethodCloned */,
779 80, 4, 1019, 2, 0x0a, 143 /* Public */,
780 80, 3, 1028, 2, 0x2a, 148 /* Public | MethodCloned */,
781 80, 2, 1035, 2, 0x2a, 152 /* Public | MethodCloned */,
782 80, 1, 1040, 2, 0x2a, 155 /* Public | MethodCloned */,
783 81, 3, 1043, 2, 0x0a, 157 /* Public */,
784 86, 3, 1050, 2, 0x0a, 161 /* Public */,
785 86, 2, 1057, 2, 0x2a, 165 /* Public | MethodCloned */,
786 86, 1, 1062, 2, 0x2a, 168 /* Public | MethodCloned */,
787 87, 3, 1065, 2, 0x0a, 170 /* Public */,
788 87, 2, 1072, 2, 0x2a, 174 /* Public | MethodCloned */,
789 87, 1, 1077, 2, 0x2a, 177 /* Public | MethodCloned */,
790 88, 0, 1080, 2, 0x0a, 179 /* Public */,
791 89, 0, 1081, 2, 0x0a, 180 /* Public */,
792 90, 1, 1082, 2, 0x0a, 181 /* Public */,
793 91, 0, 1085, 2, 0x0a, 183 /* Public */,
794 92, 0, 1086, 2, 0x0a, 184 /* Public */,
795 93, 0, 1087, 2, 0x0a, 185 /* Public */,
796 94, 0, 1088, 2, 0x0a, 186 /* Public */,
797 95, 0, 1089, 2, 0x0a, 187 /* Public */,
798 96, 2, 1090, 2, 0x0a, 188 /* Public */,
799 99, 0, 1095, 2, 0x0a, 191 /* Public */,
800 100, 0, 1096, 2, 0x0a, 192 /* Public */,
801 101, 1, 1097, 2, 0x0a, 193 /* Public */,
802 102, 0, 1100, 2, 0x0a, 195 /* Public */,
803 103, 3, 1101, 2, 0x0a, 196 /* Public */,
804 103, 2, 1108, 2, 0x2a, 200 /* Public | MethodCloned */,
805 105, 0, 1113, 2, 0x0a, 203 /* Public */,
806 106, 3, 1114, 2, 0x0a, 204 /* Public */,
807 111, 3, 1121, 2, 0x0a, 208 /* Public */,
808 112, 5, 1128, 2, 0x0a, 212 /* Public */,
809 117, 2, 1139, 2, 0x0a, 218 /* Public */,
810 118, 0, 1144, 2, 0x0a, 221 /* Public */,
811 119, 0, 1145, 2, 0x0a, 222 /* Public */,
812 120, 0, 1146, 2, 0x0a, 223 /* Public */,
813 121, 3, 1147, 2, 0x0a, 224 /* Public */,
814 121, 2, 1154, 2, 0x2a, 228 /* Public | MethodCloned */,
815 122, 0, 1159, 2, 0x0a, 231 /* Public */,
816 123, 0, 1160, 2, 0x0a, 232 /* Public */,
817 124, 0, 1161, 2, 0x0a, 233 /* Public */,
818 125, 1, 1162, 2, 0x0a, 234 /* Public */,
819 126, 1, 1165, 2, 0x0a, 236 /* Public */,
820 126, 0, 1168, 2, 0x2a, 238 /* Public | MethodCloned */,
821 127, 0, 1169, 2, 0x0a, 239 /* Public */,
822 128, 0, 1170, 2, 0x0a, 240 /* Public */,
823 129, 0, 1171, 2, 0x0a, 241 /* Public */,
824 74, 1, 1172, 2, 0x0a, 242 /* Public */,
825 74, 0, 1175, 2, 0x2a, 244 /* Public | MethodCloned */,
826 77, 1, 1176, 2, 0x0a, 245 /* Public */,
827 77, 0, 1179, 2, 0x2a, 247 /* Public | MethodCloned */,
828 130, 0, 1180, 2, 0x0a, 248 /* Public */,
829 131, 3, 1181, 2, 0x0a, 249 /* Public */,
830 132, 2, 1188, 2, 0x0a, 253 /* Public */,
831 133, 1, 1193, 2, 0x08, 256 /* Private */,
832 134, 1, 1196, 2, 0x08, 258 /* Private */,
833 136, 4, 1199, 2, 0x08, 260 /* Private */,
834 137, 2, 1208, 2, 0x08, 265 /* Private */,
835 138, 0, 1213, 2, 0x08, 268 /* Private */,
836 139, 0, 1214, 2, 0x08, 269 /* Private */,
837 140, 0, 1215, 2, 0x08, 270 /* Private */,
838 141, 0, 1216, 2, 0x08, 271 /* Private */,
839 142, 2, 1217, 2, 0x08, 272 /* Private */,
840 144, 0, 1222, 2, 0x08, 275 /* Private */,
841 145, 0, 1223, 2, 0x08, 276 /* Private */,
842 146, 0, 1224, 2, 0x08, 277 /* Private */,
843 147, 1, 1225, 2, 0x08, 278 /* Private */,
844
845 // methods: name, argc, parameters, tag, flags, initial metatype offsets
846 149, 0, 1228, 2, 0x02, 280 /* Public */,
847 150, 2, 1229, 2, 0x02, 281 /* Public */,
848 151, 0, 1234, 2, 0x102, 284 /* Public | MethodIsConst */,
849 152, 0, 1235, 2, 0x102, 285 /* Public | MethodIsConst */,
850 153, 0, 1236, 2, 0x102, 286 /* Public | MethodIsConst */,
851 154, 0, 1237, 2, 0x02, 287 /* Public */,
852 155, 0, 1238, 2, 0x02, 288 /* Public */,
853 156, 0, 1239, 2, 0x02, 289 /* Public */,
854
855 // signals: parameters
856 QMetaType::Void,
857 QMetaType::Void,
858 QMetaType::Void, QMetaType::Int, 5,
859 QMetaType::Void, QMetaType::Int, 5,
860 QMetaType::Void,
861 QMetaType::Void, 0x80000000 | 9, 10,
862 QMetaType::Void, QMetaType::QPointF, QMetaType::Int, 12, 13,
863 QMetaType::Void,
864 QMetaType::Void, QMetaType::QString, 16,
865 QMetaType::Void, QMetaType::Int, 13,
866 QMetaType::Void, QMetaType::Int, 13,
867 QMetaType::Void, 0x80000000 | 9, 10,
868 QMetaType::Void,
869 QMetaType::Void, QMetaType::QString, 2,
870 QMetaType::Void,
871 QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::Int, QMetaType::Int, QMetaType::Bool, 24, 25, 26, 5, 27,
872 QMetaType::Void,
873 QMetaType::Void,
874 QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::Int, QMetaType::Bool, 31, 26, 5, 27,
875 QMetaType::Void,
876 QMetaType::Void,
877 QMetaType::Void,
878 QMetaType::Void, QMetaType::Double, 36,
879 QMetaType::Void,
880 QMetaType::Void, QMetaType::Int, 39,
881 QMetaType::Void, QMetaType::Bool, 2,
882 QMetaType::Void,
883 QMetaType::Void, QMetaType::Int, 31,
884 QMetaType::Void,
885 QMetaType::Void, QMetaType::Int, QMetaType::Int, 31, 26,
886
887 // slots: parameters
888 QMetaType::Int,
889 QMetaType::Int,
890 QMetaType::Void,
891 QMetaType::Void, 0x80000000 | 49, 50,
892 QMetaType::Void, QMetaType::Int, 5,
893 QMetaType::Void, QMetaType::Int, 31,
894 QMetaType::Void, QMetaType::Int, QMetaType::Int, 31, 26,
895 QMetaType::Bool, QMetaType::Int, QMetaType::Int, QMetaType::Bool, 31, 26, 55,
896 QMetaType::Void, QMetaType::Int, QMetaType::Int, 31, 26,
897 QMetaType::Void, QMetaType::Bool, 58,
898 QMetaType::Void,
899 QMetaType::Void,
900 QMetaType::Void, QMetaType::Int, 61,
901 QMetaType::Void, QMetaType::Int, 31,
902 QMetaType::Void,
903 QMetaType::Void, QMetaType::Int, QMetaType::Int, 31, 26,
904 QMetaType::Void, QMetaType::Int, QMetaType::QString, 31, 36,
905 QMetaType::Void, QMetaType::Int, 31,
906 QMetaType::Void, QMetaType::Int, 31,
907 QMetaType::Void, QMetaType::Int, QMetaType::Bool, 31, 69,
908 QMetaType::Void, QMetaType::Int, QMetaType::Bool, 31, 71,
909 QMetaType::Bool, QMetaType::Int, QMetaType::Int, QMetaType::Int, QMetaType::Int, QMetaType::Bool, 24, 25, 26, 5, 27,
910 QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::Int, QMetaType::Int, QMetaType::Bool, 24, 25, 26, 5, 27,
911 QMetaType::Bool, QMetaType::Int, QMetaType::Int, QMetaType::Int, QMetaType::Int, QMetaType::Bool, 31, 26, 75, 76, 27,
912 QMetaType::Bool, QMetaType::Int, QMetaType::Int, QMetaType::Int, QMetaType::Bool, 31, 26, 76, 27,
913 QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::QString, QMetaType::Bool, 31, 5, 16, 79,
914 QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::QString, 31, 5, 16,
915 QMetaType::Void, QMetaType::Int, QMetaType::Int, 31, 5,
916 QMetaType::Void, QMetaType::Int, 31,
917 QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::QString, QMetaType::Bool, 31, 5, 16, 79,
918 QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::QString, 31, 5, 16,
919 QMetaType::Void, QMetaType::Int, QMetaType::Int, 31, 5,
920 QMetaType::Void, QMetaType::Int, 31,
921 QMetaType::Void, 0x80000000 | 82, QMetaType::Bool, QMetaType::Bool, 83, 84, 85,
922 QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::Int, 31, 26, 13,
923 QMetaType::Void, QMetaType::Int, QMetaType::Int, 31, 26,
924 QMetaType::Void, QMetaType::Int, 31,
925 QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::Int, 31, 26, 13,
926 QMetaType::Void, QMetaType::Int, QMetaType::Int, 31, 26,
927 QMetaType::Void, QMetaType::Int, 31,
928 QMetaType::Void,
929 QMetaType::Void,
930 QMetaType::Void, QMetaType::Int, 26,
931 QMetaType::Void,
932 QMetaType::Void,
933 QMetaType::Void,
934 QMetaType::Void,
935 QMetaType::Void,
936 QMetaType::Void, QMetaType::Int, QMetaType::Int, 97, 98,
937 QMetaType::Void,
938 QMetaType::Void,
939 QMetaType::Void, 0x80000000 | 9, 2,
940 QMetaType::Void,
941 QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::Bool, 31, 26, 104,
942 QMetaType::Void, QMetaType::Int, QMetaType::Int, 31, 26,
943 QMetaType::Void,
944 QMetaType::Void, 0x80000000 | 107, QMetaType::Int, QMetaType::Int, 108, 109, 110,
945 QMetaType::Void, 0x80000000 | 107, QMetaType::Int, QMetaType::Int, 108, 109, 110,
946 QMetaType::Void, 0x80000000 | 107, QMetaType::Int, QMetaType::Int, 0x80000000 | 107, QMetaType::Int, 108, 113, 114, 115, 116,
947 QMetaType::Void, QMetaType::Int, QMetaType::Int, 31, 26,
948 QMetaType::Void,
949 QMetaType::Void,
950 QMetaType::Void,
951 QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::QString, 31, 26, 16,
952 QMetaType::Void, QMetaType::Int, QMetaType::Int, 31, 26,
953 QMetaType::Void,
954 QMetaType::Void,
955 QMetaType::Void,
956 QMetaType::Void, QMetaType::Int, 39,
957 QMetaType::Void, QMetaType::Int, 39,
958 QMetaType::Void,
959 QMetaType::Void,
960 QMetaType::Void,
961 QMetaType::Void,
962 QMetaType::Void, QMetaType::Bool, 27,
963 QMetaType::Void,
964 QMetaType::Void, QMetaType::Bool, 27,
965 QMetaType::Void,
966 QMetaType::Void,
967 QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::QString, 31, 5, 16,
968 QMetaType::Void, QMetaType::Int, QMetaType::Int, 113, 114,
969 QMetaType::Void, QMetaType::Bool, 104,
970 QMetaType::Void, QMetaType::Bool, 135,
971 QMetaType::Void, QMetaType::Int, QMetaType::Int, QMetaType::Int, QMetaType::Bool, 31, 26, 5, 27,
972 QMetaType::Void, QMetaType::Int, QMetaType::Int, 31, 26,
973 QMetaType::Void,
974 QMetaType::Void,
975 QMetaType::Void,
976 QMetaType::Void,
977 QMetaType::Void, 0x80000000 | 143, QMetaType::Bool, 2, 2,
978 QMetaType::Void,
979 QMetaType::Void,
980 QMetaType::Void,
981 QMetaType::Void, QMetaType::Bool, 148,
982
983 // methods: parameters
984 QMetaType::Void,
985 QMetaType::QVariantList, QMetaType::Int, QMetaType::Int, 31, 26,
986 QMetaType::Bool,
987 QMetaType::Int,
988 QMetaType::Bool,
989 QMetaType::Void,
990 QMetaType::Void,
991 QMetaType::Void,
992
993 // properties: name, type, flags
994 5, QMetaType::Int, 0x00015103, uint(3), 0,
995 157, QMetaType::Int, 0x00015103, uint(0), 0,
996 158, QMetaType::QVariantList, 0x00015003, uint(1), 0,
997 159, QMetaType::Bool, 0x00015001, uint(25), 0,
998 160, QMetaType::Int, 0x00015001, uint(4), 0,
999 161, QMetaType::Int, 0x00015001, uint(4), 0,
1000
1001 0 // eod
1002};
1003
1004Q_CONSTINIT const QMetaObject TimelineDock::staticMetaObject = { {
1005 QMetaObject::SuperData::link<QDockWidget::staticMetaObject>(),
1006 qt_meta_stringdata_CLASSTimelineDockENDCLASS.offsetsAndSizes,
1007 qt_meta_data_CLASSTimelineDockENDCLASS,
1008 qt_static_metacall,
1009 nullptr,
1010 qt_incomplete_metaTypeArray<qt_meta_stringdata_CLASSTimelineDockENDCLASS_t,
1011 // property 'position'
1012 QtPrivate::TypeAndForceComplete<int, std::true_type>,
1013 // property 'currentTrack'
1014 QtPrivate::TypeAndForceComplete<int, std::true_type>,
1015 // property 'selection'
1016 QtPrivate::TypeAndForceComplete<QVariantList, std::true_type>,
1017 // property 'isRecording'
1018 QtPrivate::TypeAndForceComplete<bool, std::true_type>,
1019 // property 'loopStart'
1020 QtPrivate::TypeAndForceComplete<int, std::true_type>,
1021 // property 'loopEnd'
1022 QtPrivate::TypeAndForceComplete<int, std::true_type>,
1023 // Q_OBJECT / Q_GADGET
1024 QtPrivate::TypeAndForceComplete<TimelineDock, std::true_type>,
1025 // method 'currentTrackChanged'
1026 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1027 // method 'selectionChanged'
1028 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1029 // method 'seeked'
1030 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1031 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1032 // method 'positionChanged'
1033 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1034 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1035 // method 'loopChanged'
1036 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1037 // method 'clipOpened'
1038 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1039 QtPrivate::TypeAndForceComplete<Mlt::Producer *, std::false_type>,
1040 // method 'dragging'
1041 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1042 QtPrivate::TypeAndForceComplete<const QPointF &, std::false_type>,
1043 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1044 // method 'dropped'
1045 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1046 // method 'dropAccepted'
1047 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1048 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
1049 // method 'fadeInChanged'
1050 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1051 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1052 // method 'fadeOutChanged'
1053 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1054 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1055 // method 'selected'
1056 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1057 QtPrivate::TypeAndForceComplete<Mlt::Producer *, std::false_type>,
1058 // method 'clipClicked'
1059 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1060 // method 'showStatusMessage'
1061 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1062 QtPrivate::TypeAndForceComplete<QString, std::false_type>,
1063 // method 'clipCopied'
1064 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1065 // method 'clipMoved'
1066 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1067 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1068 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1069 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1070 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1071 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1072 // method 'filteredClicked'
1073 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1074 // method 'durationChanged'
1075 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1076 // method 'transitionAdded'
1077 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1078 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1079 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1080 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1081 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1082 // method 'zoomIn'
1083 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1084 // method 'zoomOut'
1085 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1086 // method 'zoomToFit'
1087 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1088 // method 'setZoom'
1089 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1090 QtPrivate::TypeAndForceComplete<double, std::false_type>,
1091 // method 'markerRangesChanged'
1092 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1093 // method 'markerSeeked'
1094 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1095 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1096 // method 'isRecordingChanged'
1097 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1098 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1099 // method 'multitrackSelected'
1100 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1101 // method 'warnTrackLocked'
1102 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1103 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1104 // method 'refreshWaveforms'
1105 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1106 // method 'updateThumbnails'
1107 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1108 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1109 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1110 // method 'addAudioTrack'
1111 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1112 // method 'addVideoTrack'
1113 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1114 // method 'alignSelectedClips'
1115 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1116 // method 'onShowFrame'
1117 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1118 QtPrivate::TypeAndForceComplete<const SharedFrame &, std::false_type>,
1119 // method 'onSeeked'
1120 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1121 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1122 // method 'append'
1123 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1124 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1125 // method 'remove'
1126 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1127 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1128 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1129 // method 'mergeClipWithNext'
1130 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1131 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1132 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1133 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1134 // method 'lift'
1135 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1136 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1137 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1138 // method 'removeSelection'
1139 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1140 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1141 // method 'removeSelection'
1142 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1143 // method 'liftSelection'
1144 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1145 // method 'incrementCurrentTrack'
1146 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1147 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1148 // method 'selectTrackHead'
1149 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1150 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1151 // method 'selectMultitrack'
1152 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1153 // method 'copy'
1154 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1155 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1156 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1157 // method 'setTrackName'
1158 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1159 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1160 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
1161 // method 'toggleTrackMute'
1162 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1163 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1164 // method 'toggleTrackHidden'
1165 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1166 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1167 // method 'setTrackComposite'
1168 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1169 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1170 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1171 // method 'setTrackLock'
1172 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1173 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1174 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1175 // method 'moveClip'
1176 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1177 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1178 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1179 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1180 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1181 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1182 // method 'onClipMoved'
1183 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1184 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1185 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1186 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1187 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1188 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1189 // method 'trimClipIn'
1190 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1191 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1192 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1193 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1194 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1195 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1196 // method 'trimClipOut'
1197 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1198 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1199 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1200 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1201 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1202 // method 'insert'
1203 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1204 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1205 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1206 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
1207 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1208 // method 'insert'
1209 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1210 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1211 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1212 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
1213 // method 'insert'
1214 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1215 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1216 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1217 // method 'insert'
1218 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1219 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1220 // method 'overwrite'
1221 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1222 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1223 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1224 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
1225 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1226 // method 'overwrite'
1227 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1228 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1229 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1230 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
1231 // method 'overwrite'
1232 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1233 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1234 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1235 // method 'overwrite'
1236 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1237 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1238 // method 'appendFromPlaylist'
1239 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1240 QtPrivate::TypeAndForceComplete<Mlt::Playlist *, std::false_type>,
1241 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1242 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1243 // method 'fadeIn'
1244 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1245 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1246 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1247 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1248 // method 'fadeIn'
1249 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1250 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1251 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1252 // method 'fadeIn'
1253 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1254 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1255 // method 'fadeOut'
1256 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1257 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1258 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1259 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1260 // method 'fadeOut'
1261 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1262 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1263 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1264 // method 'fadeOut'
1265 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1266 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1267 // method 'seekPreviousEdit'
1268 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1269 // method 'seekNextEdit'
1270 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1271 // method 'seekInPoint'
1272 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1273 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1274 // method 'clearSelectionIfInvalid'
1275 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1276 // method 'insertTrack'
1277 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1278 // method 'insertAudioTrack'
1279 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1280 // method 'insertVideoTrack'
1281 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1282 // method 'removeTrack'
1283 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1284 // method 'moveTrack'
1285 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1286 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1287 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1288 // method 'moveTrackUp'
1289 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1290 // method 'moveTrackDown'
1291 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1292 // method 'onProducerChanged'
1293 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1294 QtPrivate::TypeAndForceComplete<Mlt::Producer *, std::false_type>,
1295 // method 'emitSelectedFromSelection'
1296 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1297 // method 'remakeAudioLevels'
1298 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1299 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1300 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1301 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1302 // method 'remakeAudioLevels'
1303 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1304 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1305 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1306 // method 'commitTrimCommand'
1307 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1308 // method 'onRowsInserted'
1309 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1310 QtPrivate::TypeAndForceComplete<const QModelIndex &, std::false_type>,
1311 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1312 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1313 // method 'onRowsRemoved'
1314 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1315 QtPrivate::TypeAndForceComplete<const QModelIndex &, std::false_type>,
1316 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1317 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1318 // method 'onRowsMoved'
1319 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1320 QtPrivate::TypeAndForceComplete<const QModelIndex &, std::false_type>,
1321 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1322 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1323 QtPrivate::TypeAndForceComplete<const QModelIndex &, std::false_type>,
1324 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1325 // method 'detachAudio'
1326 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1327 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1328 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1329 // method 'selectAll'
1330 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1331 // method 'selectAllOnCurrentTrack'
1332 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1333 // method 'onProducerModified'
1334 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1335 // method 'replace'
1336 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1337 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1338 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1339 QtPrivate::TypeAndForceComplete<const QString &, std::false_type>,
1340 // method 'replace'
1341 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1342 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1343 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1344 // method 'createOrEditMarker'
1345 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1346 // method 'createOrEditSelectionMarker'
1347 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1348 // method 'createMarker'
1349 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1350 // method 'editMarker'
1351 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1352 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1353 // method 'deleteMarker'
1354 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1355 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1356 // method 'deleteMarker'
1357 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1358 // method 'seekNextMarker'
1359 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1360 // method 'seekPrevMarker'
1361 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1362 // method 'onFilterModelChanged'
1363 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1364 // method 'trimClipIn'
1365 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1366 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1367 // method 'trimClipIn'
1368 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1369 // method 'trimClipOut'
1370 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1371 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1372 // method 'trimClipOut'
1373 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1374 // method 'initLoad'
1375 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1376 // method 'handleDrop'
1377 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1378 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1379 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1380 QtPrivate::TypeAndForceComplete<QString, std::false_type>,
1381 // method 'onLoopChanged'
1382 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1383 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1384 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1385 // method 'load'
1386 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1387 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1388 // method 'onTopLevelChanged'
1389 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1390 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1391 // method 'onTransitionAdded'
1392 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1393 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1394 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1395 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1396 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1397 // method 'selectClip'
1398 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1399 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1400 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1401 // method 'onMultitrackClosed'
1402 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1403 // method 'reloadTimelineModels'
1404 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1405 // method 'onRecordStarted'
1406 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1407 // method 'updateRecording'
1408 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1409 // method 'onRecordFinished'
1410 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1411 QtPrivate::TypeAndForceComplete<AbstractJob *, std::false_type>,
1412 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1413 // method 'onWarnTrackLocked'
1414 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1415 // method 'onTimelineRightClicked'
1416 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1417 // method 'onClipRightClicked'
1418 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1419 // method 'onNoMoreEmptyTracks'
1420 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1421 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1422 // method 'restoreSelection'
1423 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1424 // method 'getGroupForClip'
1425 QtPrivate::TypeAndForceComplete<QVariantList, std::false_type>,
1426 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1427 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1428 // method 'isMultitrackSelected'
1429 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1430 // method 'selectedTrack'
1431 QtPrivate::TypeAndForceComplete<int, std::false_type>,
1432 // method 'isFloating'
1433 QtPrivate::TypeAndForceComplete<bool, std::false_type>,
1434 // method 'openProperties'
1435 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1436 // method 'recordAudio'
1437 QtPrivate::TypeAndForceComplete<void, std::false_type>,
1438 // method 'stopRecording'
1439 QtPrivate::TypeAndForceComplete<void, std::false_type>
1440 >,
1441 nullptr
1442} };
1443
1444void TimelineDock::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
1445{
1446 if (_c == QMetaObject::InvokeMetaMethod) {
1447 auto *_t = static_cast<TimelineDock *>(_o);
1448 (void)_t;
1449 switch (_id) {
1450 case 0: _t->currentTrackChanged(); break;
1451 case 1: _t->selectionChanged(); break;
1452 case 2: _t->seeked((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1453 case 3: _t->positionChanged((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1454 case 4: _t->loopChanged(); break;
1455 case 5: _t->clipOpened((*reinterpret_cast< std::add_pointer_t<Mlt::Producer*>>(_a[1]))); break;
1456 case 6: _t->dragging((*reinterpret_cast< std::add_pointer_t<QPointF>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2]))); break;
1457 case 7: _t->dropped(); break;
1458 case 8: _t->dropAccepted((*reinterpret_cast< std::add_pointer_t<QString>>(_a[1]))); break;
1459 case 9: _t->fadeInChanged((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1460 case 10: _t->fadeOutChanged((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1461 case 11: _t->selected((*reinterpret_cast< std::add_pointer_t<Mlt::Producer*>>(_a[1]))); break;
1462 case 12: _t->clipClicked(); break;
1463 case 13: _t->showStatusMessage((*reinterpret_cast< std::add_pointer_t<QString>>(_a[1]))); break;
1464 case 14: _t->clipCopied(); break;
1465 case 15: _t->clipMoved((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[3])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[4])),(*reinterpret_cast< std::add_pointer_t<bool>>(_a[5]))); break;
1466 case 16: _t->filteredClicked(); break;
1467 case 17: _t->durationChanged(); break;
1468 case 18: _t->transitionAdded((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[3])),(*reinterpret_cast< std::add_pointer_t<bool>>(_a[4]))); break;
1469 case 19: _t->zoomIn(); break;
1470 case 20: _t->zoomOut(); break;
1471 case 21: _t->zoomToFit(); break;
1472 case 22: _t->setZoom((*reinterpret_cast< std::add_pointer_t<double>>(_a[1]))); break;
1473 case 23: _t->markerRangesChanged(); break;
1474 case 24: _t->markerSeeked((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1475 case 25: _t->isRecordingChanged((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
1476 case 26: _t->multitrackSelected(); break;
1477 case 27: _t->warnTrackLocked((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1478 case 28: _t->refreshWaveforms(); break;
1479 case 29: _t->updateThumbnails((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2]))); break;
1480 case 30: { int _r = _t->addAudioTrack();
1481 if (_a[0]) *reinterpret_cast< int*>(_a[0]) = std::move(_r); } break;
1482 case 31: { int _r = _t->addVideoTrack();
1483 if (_a[0]) *reinterpret_cast< int*>(_a[0]) = std::move(_r); } break;
1484 case 32: _t->alignSelectedClips(); break;
1485 case 33: _t->onShowFrame((*reinterpret_cast< std::add_pointer_t<SharedFrame>>(_a[1]))); break;
1486 case 34: _t->onSeeked((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1487 case 35: _t->append((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1488 case 36: _t->remove((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2]))); break;
1489 case 37: { bool _r = _t->mergeClipWithNext((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<bool>>(_a[3])));
1490 if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break;
1491 case 38: _t->lift((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2]))); break;
1492 case 39: _t->removeSelection((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
1493 case 40: _t->removeSelection(); break;
1494 case 41: _t->liftSelection(); break;
1495 case 42: _t->incrementCurrentTrack((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1496 case 43: _t->selectTrackHead((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1497 case 44: _t->selectMultitrack(); break;
1498 case 45: _t->copy((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2]))); break;
1499 case 46: _t->setTrackName((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<QString>>(_a[2]))); break;
1500 case 47: _t->toggleTrackMute((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1501 case 48: _t->toggleTrackHidden((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1502 case 49: _t->setTrackComposite((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<bool>>(_a[2]))); break;
1503 case 50: _t->setTrackLock((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<bool>>(_a[2]))); break;
1504 case 51: { bool _r = _t->moveClip((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[3])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[4])),(*reinterpret_cast< std::add_pointer_t<bool>>(_a[5])));
1505 if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break;
1506 case 52: _t->onClipMoved((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[3])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[4])),(*reinterpret_cast< std::add_pointer_t<bool>>(_a[5]))); break;
1507 case 53: { bool _r = _t->trimClipIn((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[3])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[4])),(*reinterpret_cast< std::add_pointer_t<bool>>(_a[5])));
1508 if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break;
1509 case 54: { bool _r = _t->trimClipOut((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[3])),(*reinterpret_cast< std::add_pointer_t<bool>>(_a[4])));
1510 if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break;
1511 case 55: _t->insert((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<QString>>(_a[3])),(*reinterpret_cast< std::add_pointer_t<bool>>(_a[4]))); break;
1512 case 56: _t->insert((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<QString>>(_a[3]))); break;
1513 case 57: _t->insert((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2]))); break;
1514 case 58: _t->insert((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1515 case 59: _t->overwrite((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<QString>>(_a[3])),(*reinterpret_cast< std::add_pointer_t<bool>>(_a[4]))); break;
1516 case 60: _t->overwrite((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<QString>>(_a[3]))); break;
1517 case 61: _t->overwrite((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2]))); break;
1518 case 62: _t->overwrite((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1519 case 63: _t->appendFromPlaylist((*reinterpret_cast< std::add_pointer_t<Mlt::Playlist*>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<bool>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<bool>>(_a[3]))); break;
1520 case 64: _t->fadeIn((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[3]))); break;
1521 case 65: _t->fadeIn((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2]))); break;
1522 case 66: _t->fadeIn((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1523 case 67: _t->fadeOut((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[3]))); break;
1524 case 68: _t->fadeOut((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2]))); break;
1525 case 69: _t->fadeOut((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1526 case 70: _t->seekPreviousEdit(); break;
1527 case 71: _t->seekNextEdit(); break;
1528 case 72: _t->seekInPoint((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1529 case 73: _t->clearSelectionIfInvalid(); break;
1530 case 74: _t->insertTrack(); break;
1531 case 75: _t->insertAudioTrack(); break;
1532 case 76: _t->insertVideoTrack(); break;
1533 case 77: _t->removeTrack(); break;
1534 case 78: _t->moveTrack((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2]))); break;
1535 case 79: _t->moveTrackUp(); break;
1536 case 80: _t->moveTrackDown(); break;
1537 case 81: _t->onProducerChanged((*reinterpret_cast< std::add_pointer_t<Mlt::Producer*>>(_a[1]))); break;
1538 case 82: _t->emitSelectedFromSelection(); break;
1539 case 83: _t->remakeAudioLevels((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<bool>>(_a[3]))); break;
1540 case 84: _t->remakeAudioLevels((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2]))); break;
1541 case 85: _t->commitTrimCommand(); break;
1542 case 86: _t->onRowsInserted((*reinterpret_cast< std::add_pointer_t<QModelIndex>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[3]))); break;
1543 case 87: _t->onRowsRemoved((*reinterpret_cast< std::add_pointer_t<QModelIndex>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[3]))); break;
1544 case 88: _t->onRowsMoved((*reinterpret_cast< std::add_pointer_t<QModelIndex>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[3])),(*reinterpret_cast< std::add_pointer_t<QModelIndex>>(_a[4])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[5]))); break;
1545 case 89: _t->detachAudio((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2]))); break;
1546 case 90: _t->selectAll(); break;
1547 case 91: _t->selectAllOnCurrentTrack(); break;
1548 case 92: _t->onProducerModified(); break;
1549 case 93: _t->replace((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<QString>>(_a[3]))); break;
1550 case 94: _t->replace((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2]))); break;
1551 case 95: _t->createOrEditMarker(); break;
1552 case 96: _t->createOrEditSelectionMarker(); break;
1553 case 97: _t->createMarker(); break;
1554 case 98: _t->editMarker((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1555 case 99: _t->deleteMarker((*reinterpret_cast< std::add_pointer_t<int>>(_a[1]))); break;
1556 case 100: _t->deleteMarker(); break;
1557 case 101: _t->seekNextMarker(); break;
1558 case 102: _t->seekPrevMarker(); break;
1559 case 103: _t->onFilterModelChanged(); break;
1560 case 104: _t->trimClipIn((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
1561 case 105: _t->trimClipIn(); break;
1562 case 106: _t->trimClipOut((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
1563 case 107: _t->trimClipOut(); break;
1564 case 108: _t->initLoad(); break;
1565 case 109: _t->handleDrop((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<QString>>(_a[3]))); break;
1566 case 110: _t->onLoopChanged((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2]))); break;
1567 case 111: _t->load((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
1568 case 112: _t->onTopLevelChanged((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
1569 case 113: _t->onTransitionAdded((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[3])),(*reinterpret_cast< std::add_pointer_t<bool>>(_a[4]))); break;
1570 case 114: _t->selectClip((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2]))); break;
1571 case 115: _t->onMultitrackClosed(); break;
1572 case 116: _t->reloadTimelineModels(); break;
1573 case 117: _t->onRecordStarted(); break;
1574 case 118: _t->updateRecording(); break;
1575 case 119: _t->onRecordFinished((*reinterpret_cast< std::add_pointer_t<AbstractJob*>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<bool>>(_a[2]))); break;
1576 case 120: _t->onWarnTrackLocked(); break;
1577 case 121: _t->onTimelineRightClicked(); break;
1578 case 122: _t->onClipRightClicked(); break;
1579 case 123: _t->onNoMoreEmptyTracks((*reinterpret_cast< std::add_pointer_t<bool>>(_a[1]))); break;
1580 case 124: _t->restoreSelection(); break;
1581 case 125: { QVariantList _r = _t->getGroupForClip((*reinterpret_cast< std::add_pointer_t<int>>(_a[1])),(*reinterpret_cast< std::add_pointer_t<int>>(_a[2])));
1582 if (_a[0]) *reinterpret_cast< QVariantList*>(_a[0]) = std::move(_r); } break;
1583 case 126: { bool _r = _t->isMultitrackSelected();
1584 if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break;
1585 case 127: { int _r = _t->selectedTrack();
1586 if (_a[0]) *reinterpret_cast< int*>(_a[0]) = std::move(_r); } break;
1587 case 128: { bool _r = _t->isFloating();
1588 if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break;
1589 case 129: _t->openProperties(); break;
1590 case 130: _t->recordAudio(); break;
1591 case 131: _t->stopRecording(); break;
1592 default: ;
1593 }
1594 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
1595 switch (_id) {
1596 default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break;
1597 case 119:
1598 switch (*reinterpret_cast<int*>(_a[1])) {
1599 default: *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType(); break;
1600 case 0:
1601 *reinterpret_cast<QMetaType *>(_a[0]) = QMetaType::fromType< AbstractJob* >(); break;
1602 }
1603 break;
1604 }
1605 } else if (_c == QMetaObject::IndexOfMethod) {
1606 int *result = reinterpret_cast<int *>(_a[0]);
1607 {
1608 using _t = void (TimelineDock::*)();
1609 if (_t _q_method = &TimelineDock::currentTrackChanged; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1610 *result = 0;
1611 return;
1612 }
1613 }
1614 {
1615 using _t = void (TimelineDock::*)();
1616 if (_t _q_method = &TimelineDock::selectionChanged; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1617 *result = 1;
1618 return;
1619 }
1620 }
1621 {
1622 using _t = void (TimelineDock::*)(int );
1623 if (_t _q_method = &TimelineDock::seeked; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1624 *result = 2;
1625 return;
1626 }
1627 }
1628 {
1629 using _t = void (TimelineDock::*)(int );
1630 if (_t _q_method = &TimelineDock::positionChanged; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1631 *result = 3;
1632 return;
1633 }
1634 }
1635 {
1636 using _t = void (TimelineDock::*)();
1637 if (_t _q_method = &TimelineDock::loopChanged; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1638 *result = 4;
1639 return;
1640 }
1641 }
1642 {
1643 using _t = void (TimelineDock::*)(Mlt::Producer * );
1644 if (_t _q_method = &TimelineDock::clipOpened; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1645 *result = 5;
1646 return;
1647 }
1648 }
1649 {
1650 using _t = void (TimelineDock::*)(const QPointF & , int );
1651 if (_t _q_method = &TimelineDock::dragging; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1652 *result = 6;
1653 return;
1654 }
1655 }
1656 {
1657 using _t = void (TimelineDock::*)();
1658 if (_t _q_method = &TimelineDock::dropped; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1659 *result = 7;
1660 return;
1661 }
1662 }
1663 {
1664 using _t = void (TimelineDock::*)(const QString & );
1665 if (_t _q_method = &TimelineDock::dropAccepted; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1666 *result = 8;
1667 return;
1668 }
1669 }
1670 {
1671 using _t = void (TimelineDock::*)(int );
1672 if (_t _q_method = &TimelineDock::fadeInChanged; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1673 *result = 9;
1674 return;
1675 }
1676 }
1677 {
1678 using _t = void (TimelineDock::*)(int );
1679 if (_t _q_method = &TimelineDock::fadeOutChanged; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1680 *result = 10;
1681 return;
1682 }
1683 }
1684 {
1685 using _t = void (TimelineDock::*)(Mlt::Producer * );
1686 if (_t _q_method = &TimelineDock::selected; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1687 *result = 11;
1688 return;
1689 }
1690 }
1691 {
1692 using _t = void (TimelineDock::*)();
1693 if (_t _q_method = &TimelineDock::clipClicked; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1694 *result = 12;
1695 return;
1696 }
1697 }
1698 {
1699 using _t = void (TimelineDock::*)(QString );
1700 if (_t _q_method = &TimelineDock::showStatusMessage; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1701 *result = 13;
1702 return;
1703 }
1704 }
1705 {
1706 using _t = void (TimelineDock::*)();
1707 if (_t _q_method = &TimelineDock::clipCopied; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1708 *result = 14;
1709 return;
1710 }
1711 }
1712 {
1713 using _t = void (TimelineDock::*)(int , int , int , int , bool );
1714 if (_t _q_method = &TimelineDock::clipMoved; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1715 *result = 15;
1716 return;
1717 }
1718 }
1719 {
1720 using _t = void (TimelineDock::*)();
1721 if (_t _q_method = &TimelineDock::filteredClicked; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1722 *result = 16;
1723 return;
1724 }
1725 }
1726 {
1727 using _t = void (TimelineDock::*)();
1728 if (_t _q_method = &TimelineDock::durationChanged; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1729 *result = 17;
1730 return;
1731 }
1732 }
1733 {
1734 using _t = void (TimelineDock::*)(int , int , int , bool );
1735 if (_t _q_method = &TimelineDock::transitionAdded; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1736 *result = 18;
1737 return;
1738 }
1739 }
1740 {
1741 using _t = void (TimelineDock::*)();
1742 if (_t _q_method = &TimelineDock::zoomIn; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1743 *result = 19;
1744 return;
1745 }
1746 }
1747 {
1748 using _t = void (TimelineDock::*)();
1749 if (_t _q_method = &TimelineDock::zoomOut; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1750 *result = 20;
1751 return;
1752 }
1753 }
1754 {
1755 using _t = void (TimelineDock::*)();
1756 if (_t _q_method = &TimelineDock::zoomToFit; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1757 *result = 21;
1758 return;
1759 }
1760 }
1761 {
1762 using _t = void (TimelineDock::*)(double );
1763 if (_t _q_method = &TimelineDock::setZoom; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1764 *result = 22;
1765 return;
1766 }
1767 }
1768 {
1769 using _t = void (TimelineDock::*)();
1770 if (_t _q_method = &TimelineDock::markerRangesChanged; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1771 *result = 23;
1772 return;
1773 }
1774 }
1775 {
1776 using _t = void (TimelineDock::*)(int );
1777 if (_t _q_method = &TimelineDock::markerSeeked; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1778 *result = 24;
1779 return;
1780 }
1781 }
1782 {
1783 using _t = void (TimelineDock::*)(bool );
1784 if (_t _q_method = &TimelineDock::isRecordingChanged; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1785 *result = 25;
1786 return;
1787 }
1788 }
1789 {
1790 using _t = void (TimelineDock::*)();
1791 if (_t _q_method = &TimelineDock::multitrackSelected; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1792 *result = 26;
1793 return;
1794 }
1795 }
1796 {
1797 using _t = void (TimelineDock::*)(int );
1798 if (_t _q_method = &TimelineDock::warnTrackLocked; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1799 *result = 27;
1800 return;
1801 }
1802 }
1803 {
1804 using _t = void (TimelineDock::*)();
1805 if (_t _q_method = &TimelineDock::refreshWaveforms; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1806 *result = 28;
1807 return;
1808 }
1809 }
1810 {
1811 using _t = void (TimelineDock::*)(int , int );
1812 if (_t _q_method = &TimelineDock::updateThumbnails; *reinterpret_cast<_t *>(_a[1]) == _q_method) {
1813 *result = 29;
1814 return;
1815 }
1816 }
1817 } else if (_c == QMetaObject::ReadProperty) {
1818 auto *_t = static_cast<TimelineDock *>(_o);
1819 (void)_t;
1820 void *_v = _a[0];
1821 switch (_id) {
1822 case 0: *reinterpret_cast< int*>(_v) = _t->position(); break;
1823 case 1: *reinterpret_cast< int*>(_v) = _t->currentTrack(); break;
1824 case 2: *reinterpret_cast< QVariantList*>(_v) = _t->selectionForJS(); break;
1825 case 3: *reinterpret_cast< bool*>(_v) = _t->isRecording(); break;
1826 case 4: *reinterpret_cast< int*>(_v) = _t->loopStart(); break;
1827 case 5: *reinterpret_cast< int*>(_v) = _t->loopEnd(); break;
1828 default: break;
1829 }
1830 } else if (_c == QMetaObject::WriteProperty) {
1831 auto *_t = static_cast<TimelineDock *>(_o);
1832 (void)_t;
1833 void *_v = _a[0];
1834 switch (_id) {
1835 case 0: _t->setPosition(*reinterpret_cast< int*>(_v)); break;
1836 case 1: _t->setCurrentTrack(*reinterpret_cast< int*>(_v)); break;
1837 case 2: _t->setSelectionFromJS(*reinterpret_cast< QVariantList*>(_v)); break;
1838 default: break;
1839 }
1840 } else if (_c == QMetaObject::ResetProperty) {
1841 } else if (_c == QMetaObject::BindableProperty) {
1842 }
1843}
1844
1845const QMetaObject *TimelineDock::metaObject() const
1846{
1847 return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
1848}
1849
1850void *TimelineDock::qt_metacast(const char *_clname)
1851{
1852 if (!_clname) return nullptr;
1853 if (!strcmp(_clname, qt_meta_stringdata_CLASSTimelineDockENDCLASS.stringdata0))
1854 return static_cast<void*>(this);
1855 return QDockWidget::qt_metacast(_clname);
1856}
1857
1858int TimelineDock::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
1859{
1860 _id = QDockWidget::qt_metacall(_c, _id, _a);
1861 if (_id < 0)
1862 return _id;
1863 if (_c == QMetaObject::InvokeMetaMethod) {
1864 if (_id < 132)
1865 qt_static_metacall(this, _c, _id, _a);
1866 _id -= 132;
1867 } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
1868 if (_id < 132)
1869 qt_static_metacall(this, _c, _id, _a);
1870 _id -= 132;
1871 }else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty
1872 || _c == QMetaObject::ResetProperty || _c == QMetaObject::BindableProperty
1873 || _c == QMetaObject::RegisterPropertyMetaType) {
1874 qt_static_metacall(this, _c, _id, _a);
1875 _id -= 6;
1876 }
1877 return _id;
1878}
1879
1880// SIGNAL 0
1881void TimelineDock::currentTrackChanged()
1882{
1883 QMetaObject::activate(this, &staticMetaObject, 0, nullptr);
1884}
1885
1886// SIGNAL 1
1887void TimelineDock::selectionChanged()
1888{
1889 QMetaObject::activate(this, &staticMetaObject, 1, nullptr);
1890}
1891
1892// SIGNAL 2
1893void TimelineDock::seeked(int _t1)
1894{
1895 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
1896 QMetaObject::activate(this, &staticMetaObject, 2, _a);
1897}
1898
1899// SIGNAL 3
1900void TimelineDock::positionChanged(int _t1)
1901{
1902 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
1903 QMetaObject::activate(this, &staticMetaObject, 3, _a);
1904}
1905
1906// SIGNAL 4
1907void TimelineDock::loopChanged()
1908{
1909 QMetaObject::activate(this, &staticMetaObject, 4, nullptr);
1910}
1911
1912// SIGNAL 5
1913void TimelineDock::clipOpened(Mlt::Producer * _t1)
1914{
1915 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
1916 QMetaObject::activate(this, &staticMetaObject, 5, _a);
1917}
1918
1919// SIGNAL 6
1920void TimelineDock::dragging(const QPointF & _t1, int _t2)
1921{
1922 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t2))) };
1923 QMetaObject::activate(this, &staticMetaObject, 6, _a);
1924}
1925
1926// SIGNAL 7
1927void TimelineDock::dropped()
1928{
1929 QMetaObject::activate(this, &staticMetaObject, 7, nullptr);
1930}
1931
1932// SIGNAL 8
1933void TimelineDock::dropAccepted(const QString & _t1)
1934{
1935 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
1936 QMetaObject::activate(this, &staticMetaObject, 8, _a);
1937}
1938
1939// SIGNAL 9
1940void TimelineDock::fadeInChanged(int _t1)
1941{
1942 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
1943 QMetaObject::activate(this, &staticMetaObject, 9, _a);
1944}
1945
1946// SIGNAL 10
1947void TimelineDock::fadeOutChanged(int _t1)
1948{
1949 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
1950 QMetaObject::activate(this, &staticMetaObject, 10, _a);
1951}
1952
1953// SIGNAL 11
1954void TimelineDock::selected(Mlt::Producer * _t1)
1955{
1956 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
1957 QMetaObject::activate(this, &staticMetaObject, 11, _a);
1958}
1959
1960// SIGNAL 12
1961void TimelineDock::clipClicked()
1962{
1963 QMetaObject::activate(this, &staticMetaObject, 12, nullptr);
1964}
1965
1966// SIGNAL 13
1967void TimelineDock::showStatusMessage(QString _t1)
1968{
1969 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
1970 QMetaObject::activate(this, &staticMetaObject, 13, _a);
1971}
1972
1973// SIGNAL 14
1974void TimelineDock::clipCopied()
1975{
1976 QMetaObject::activate(this, &staticMetaObject, 14, nullptr);
1977}
1978
1979// SIGNAL 15
1980void TimelineDock::clipMoved(int _t1, int _t2, int _t3, int _t4, bool _t5)
1981{
1982 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t2))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t3))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t4))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t5))) };
1983 QMetaObject::activate(this, &staticMetaObject, 15, _a);
1984}
1985
1986// SIGNAL 16
1987void TimelineDock::filteredClicked()
1988{
1989 QMetaObject::activate(this, &staticMetaObject, 16, nullptr);
1990}
1991
1992// SIGNAL 17
1993void TimelineDock::durationChanged()
1994{
1995 QMetaObject::activate(this, &staticMetaObject, 17, nullptr);
1996}
1997
1998// SIGNAL 18
1999void TimelineDock::transitionAdded(int _t1, int _t2, int _t3, bool _t4)
2000{
2001 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t2))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t3))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t4))) };
2002 QMetaObject::activate(this, &staticMetaObject, 18, _a);
2003}
2004
2005// SIGNAL 19
2006void TimelineDock::zoomIn()
2007{
2008 QMetaObject::activate(this, &staticMetaObject, 19, nullptr);
2009}
2010
2011// SIGNAL 20
2012void TimelineDock::zoomOut()
2013{
2014 QMetaObject::activate(this, &staticMetaObject, 20, nullptr);
2015}
2016
2017// SIGNAL 21
2018void TimelineDock::zoomToFit()
2019{
2020 QMetaObject::activate(this, &staticMetaObject, 21, nullptr);
2021}
2022
2023// SIGNAL 22
2024void TimelineDock::setZoom(double _t1)
2025{
2026 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
2027 QMetaObject::activate(this, &staticMetaObject, 22, _a);
2028}
2029
2030// SIGNAL 23
2031void TimelineDock::markerRangesChanged()
2032{
2033 QMetaObject::activate(this, &staticMetaObject, 23, nullptr);
2034}
2035
2036// SIGNAL 24
2037void TimelineDock::markerSeeked(int _t1)
2038{
2039 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
2040 QMetaObject::activate(this, &staticMetaObject, 24, _a);
2041}
2042
2043// SIGNAL 25
2044void TimelineDock::isRecordingChanged(bool _t1)
2045{
2046 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
2047 QMetaObject::activate(this, &staticMetaObject, 25, _a);
2048}
2049
2050// SIGNAL 26
2051void TimelineDock::multitrackSelected()
2052{
2053 QMetaObject::activate(this, &staticMetaObject, 26, nullptr);
2054}
2055
2056// SIGNAL 27
2057void TimelineDock::warnTrackLocked(int _t1)
2058{
2059 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))) };
2060 QMetaObject::activate(this, &staticMetaObject, 27, _a);
2061}
2062
2063// SIGNAL 28
2064void TimelineDock::refreshWaveforms()
2065{
2066 QMetaObject::activate(this, &staticMetaObject, 28, nullptr);
2067}
2068
2069// SIGNAL 29
2070void TimelineDock::updateThumbnails(int _t1, int _t2)
2071{
2072 void *_a[] = { nullptr, const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t1))), const_cast<void*>(reinterpret_cast<const void*>(std::addressof(_t2))) };
2073 QMetaObject::activate(this, &staticMetaObject, 29, _a);
2074}
2075QT_WARNING_POP