qcustomevent.3qt
来自「tmark1.11:用于生成QT/EMBEDDED应用工程的Markfile文件」· 3QT 代码 · 共 49 行
3QT
49 行
.TH QCustomEvent 3qt "6 July 1999" "Troll Tech AS" \" -*- nroff -*-.\" Copyright 1992-1999 Troll Tech AS. All rights reserved. See the.\" license file included in the distribution for a complete license.\" statement..\".ad l.nh.SH NAMEQCustomEvent \- Support for custom events.SH SYNOPSIS.br.PP\fC#include <qevent.h>\fR.PPInherits QEvent..PP.SS "Public Members".in +1c.ti -1c.BI "\fBQCustomEvent\fR ( Type " "type" ", void * data )".br.ti -1c.BI "void* \fBdata\fR () const".br.in -1c.SH DESCRIPTIONThe QCustomEvent class provides support for custom events..PPQCustomEvent is a user-defined event type which contains a \fCvoid*..PP\fBWarning:\fR\fR This event class is internally used to implement Qt enhancements. It is not advisable to use QCustomEvent in normal applications, where other event types and the signal/slot mechanism can do the job..SH MEMBER FUNCTION DOCUMENTATION.SH "QCustomEvent::QCustomEvent ( Type type, void * data )"Constructs a custom event object with the event type \fItype\fR and a pointer to \fIdata.\fR.SH "void * QCustomEvent::data () const"Returns a pointer to the event data (specified in the constructor)..PPThe event data can be anything and must be cast to something usefulbased on the event type. Again, it is notrecommended to use custom events unless you are implementing Qt kernelenhancements..SH "SEE ALSO".BR http://www.troll.no/qt/qcustomevent.html.SH COPYRIGHTCopyright 1992-1999 Troll Tech AS. See the license file included inthe distribution for a complete license statement..SH AUTHORGenerated automatically from the source code.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?