qconnection.3qt
来自「tmark1.11:用于生成QT/EMBEDDED应用工程的Markfile文件」· 3QT 代码 · 共 65 行
3QT
65 行
.TH QConnection 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 NAMEQConnection \- Internal class, used in the signal/slot mechanism.SH SYNOPSIS.br.PP\fC#include <qconnection.h>\fR.PP.SS "Public Members".in +1c.ti -1c.BI "\fBQConnection\fR ( const QObject *, QMember, const char * memberName )".br.ti -1c.BI "\fB~QConnection\fR ()".br.ti -1c.BI "bool \fBisConnected\fR () const".br.ti -1c.BI "QObject* \fBobject\fR () const".br.ti -1c.BI "QMember* \fBmember\fR () const".br.ti -1c.BI "const char* \fBmemberName\fR () const".br.ti -1c.BI "int \fBnumArgs\fR () const".br.in -1c.SH DESCRIPTIONThe QConnection class is an internal class, used in the signal/slot mechanism..PPDo not use this class directly in application programs..SH MEMBER FUNCTION DOCUMENTATION.SH "QConnection::QConnection ( const QObject * object, QMember member, const char * memberName )"For internal use only..SH "QConnection::~QConnection ()"For internal use only..SH "bool QConnection::isConnected () const"For internal use only..SH "QMember * QConnection::member () const"For internal use only..SH "const char * QConnection::memberName () const"For internal use only..SH "int QConnection::numArgs () const"For internal use only..SH "QObject * QConnection::object () const"For internal use only..SH "SEE ALSO".BR http://www.troll.no/qt/qconnection.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 + -
显示快捷键?