evt.h
来自「java virtual machince kaffe」· C头文件 代码 · 共 28 行
H
28 行
/** * evt.h - encapsulation of Qt Event dispatcher * * Copyright (c) 2002, 2003, 2004 * Kaffe.org contributors, see ChangeLog for details. All rights reserved. * * See the file "license.terms" for information on usage and redistribution * of this file. */#ifndef EVT_H#define EVT_H#include <qevent.h>#include <qwidget.h>class EventDispatcher : public QWidget{ Q_OBJECTpublic: EventDispatcher::EventDispatcher(QWidget *parent=0, const char *name=0);protected: bool eventFilter(QObject* o, QEvent* e);};#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?