moc_view.cpp

来自「在linux系统下」· C++ 代码 · 共 88 行

CPP
88
字号
/****************************************************************************** Meta object code from reading C++ file 'view.h'**** Created: Sun Aug 5 17:03:14 2007**      by: The Qt Meta Object Compiler version 59 (Qt 4.3.0)**** WARNING! All changes made in this file will be lost!*****************************************************************************/#include "view.h"#if !defined(Q_MOC_OUTPUT_REVISION)#error "The header file 'view.h' doesn't include <QObject>."#elif Q_MOC_OUTPUT_REVISION != 59#error "This file was generated using the moc from 4.3.0. It"#error "cannot be used with the include files from this version of Qt."#error "(The moc has changed too much.)"#endifstatic const uint qt_meta_data_Highlight__view[] = { // content:       1,       // revision       0,       // classname       0,    0, // classinfo       9,   10, // methods       0,    0, // properties       0,    0, // enums/sets // slots: signature, parameters, type, tag, flags      17,   16,   16,   16, 0x08,      25,   16,   16,   16, 0x08,      31,   16,   16,   16, 0x08,      38,   16,   16,   16, 0x08,      48,   16,   16,   16, 0x08,      55,   16,   16,   16, 0x08,      64,   16,   16,   16, 0x08,      81,   16,   16,   16, 0x08,      95,   16,   16,   16, 0x08,       0        // eod};static const char qt_meta_stringdata_Highlight__view[] = {    "Highlight::view\0\0start()\0end()\0exit()\0"    "capture()\0help()\0update()\0showFullScreen()\0"    "savePicture()\0option()\0"};const QMetaObject Highlight::view::staticMetaObject = {    { &QWidget::staticMetaObject, qt_meta_stringdata_Highlight__view,      qt_meta_data_Highlight__view, 0 }};const QMetaObject *Highlight::view::metaObject() const{    return &staticMetaObject;}void *Highlight::view::qt_metacast(const char *_clname){    if (!_clname) return 0;    if (!strcmp(_clname, qt_meta_stringdata_Highlight__view))	return static_cast<void*>(const_cast< view*>(this));    return QWidget::qt_metacast(_clname);}int Highlight::view::qt_metacall(QMetaObject::Call _c, int _id, void **_a){    _id = QWidget::qt_metacall(_c, _id, _a);    if (_id < 0)        return _id;    if (_c == QMetaObject::InvokeMetaMethod) {        switch (_id) {        case 0: start(); break;        case 1: end(); break;        case 2: exit(); break;        case 3: capture(); break;        case 4: help(); break;        case 5: update(); break;        case 6: showFullScreen(); break;        case 7: savePicture(); break;        case 8: option(); break;        }        _id -= 9;    }    return _id;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?