qshowevent.3qt

来自「Qt/Embedded是一个多平台的C++图形用户界面应用程序框架」· 3QT 代码 · 共 47 行

3QT
47
字号
.TH QShowEvent 3qt "10 November 2000" "Trolltech AS" \" -*- nroff -*-.\" Copyright 1992-2000 Trolltech AS.  All rights reserved.  See the.\" license file included in the distribution for a complete license.\" statement..\".ad l.nh.SH NAMEQShowEvent \- The event sent when a widget is shown.SH SYNOPSIS.br.PP\fC#include <qevent.h>\fR.PPInherits QEvent..PP.SS "Public Members".in +1c.ti -1c.BI "\fBQShowEvent\fR ( bool spontaneous ) ".br.ti -1c.BI "bool \fBspontaneous\fR () const".br.in -1c.SH DESCRIPTIONThe event sent when a widget is shown..PPThere are two kind of show events: spontaneous show events by the window system and internal show events. Spontaneous show events are sent just after the window system shows the window, including after a top-level window has been shown (un-iconified) by the user. Internal show events are delivered just before the widget becomes visible..PPSee also QHideEvent..SH MEMBER FUNCTION DOCUMENTATION.SH "QShowEvent::QShowEvent ( bool spontaneous )"Constructs a QShowEvent. \fIspontaneous\fR is TRUE if the event originated outside the application - ie. the user revealed the window via the window manager controls..SH "bool QShowEvent::spontaneous () const"Returns TRUE if the eventoriginated outside the application - ie. the user revealed the window via thewindow manager controls..SH "SEE ALSO".BR http://doc.trolltech.com/qshowevent.html.SH COPYRIGHTCopyright 1992-2000 Trolltech AS, http://www.trolltech.com/.  See thelicense file included in the distribution for a complete licensestatement..SH AUTHORGenerated automatically from the source code.

⌨️ 快捷键说明

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