⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 moc_codeeditor.cpp

📁 Qt控件使用实例
💻 CPP
字号:
/****************************************************************************** Meta object code from reading C++ file 'codeeditor.h'**** Created: Wed May 6 11:03:20 2009**      by: The Qt Meta Object Compiler version 59 (Qt 4.4.0)**** WARNING! All changes made in this file will be lost!*****************************************************************************/#include "codeeditor.h"#if !defined(Q_MOC_OUTPUT_REVISION)#error "The header file 'codeeditor.h' doesn't include <QObject>."#elif Q_MOC_OUTPUT_REVISION != 59#error "This file was generated using the moc from 4.4.0. It"#error "cannot be used with the include files from this version of Qt."#error "(The moc has changed too much.)"#endifQT_BEGIN_MOC_NAMESPACEstatic const uint qt_meta_data_CodeEditor[] = { // content:       1,       // revision       0,       // classname       0,    0, // classinfo       3,   10, // methods       0,    0, // properties       0,    0, // enums/sets // slots: signature, parameters, type, tag, flags      26,   12,   11,   11, 0x08,      57,   11,   11,   11, 0x08,      82,   80,   11,   11, 0x08,       0        // eod};static const char qt_meta_stringdata_CodeEditor[] = {    "CodeEditor\0\0newBlockCount\0"    "updateLineNumberAreaWidth(int)\0"    "highlightCurrentLine()\0,\0"    "updateLineNumberArea(QRect,int)\0"};const QMetaObject CodeEditor::staticMetaObject = {    { &QPlainTextEdit::staticMetaObject, qt_meta_stringdata_CodeEditor,      qt_meta_data_CodeEditor, 0 }};const QMetaObject *CodeEditor::metaObject() const{    return &staticMetaObject;}void *CodeEditor::qt_metacast(const char *_clname){    if (!_clname) return 0;    if (!strcmp(_clname, qt_meta_stringdata_CodeEditor))	return static_cast<void*>(const_cast< CodeEditor*>(this));    return QPlainTextEdit::qt_metacast(_clname);}int CodeEditor::qt_metacall(QMetaObject::Call _c, int _id, void **_a){    _id = QPlainTextEdit::qt_metacall(_c, _id, _a);    if (_id < 0)        return _id;    if (_c == QMetaObject::InvokeMetaMethod) {        switch (_id) {        case 0: updateLineNumberAreaWidth((*reinterpret_cast< int(*)>(_a[1]))); break;        case 1: highlightCurrentLine(); break;        case 2: updateLineNumberArea((*reinterpret_cast< const QRect(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;        }        _id -= 3;    }    return _id;}QT_END_MOC_NAMESPACE

⌨️ 快捷键说明

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