qlnode.3qt

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

3QT
48
字号
.TH QLNode 3qt "3 September 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 NAMEQLNode \- Internal class for the QList template collection.SH SYNOPSIS.br.PP\fC#include <qglist.h>\fR.PP.SS "Public Members".in +1c.ti -1c.BI "QCollection::Item \fBgetData\fR () ".br.in -1c.SH DESCRIPTIONThe QLNode class is an internal class for the QList template collection..PPQLNode is a doubly linked list node; it has three pointers:.IP 1Pointer to the previous node..IP 2Pointer to the next node..IP 3Pointer to the actual data..PPSometimes it might be practical to have direct access to the list nodes in a QList, but it is seldom required..PP\fBWarning:\fR Be very careful if you want to access the list nodes. The heap can easily get corrupted if you make a mistake..PPSee also QList::currentNode(), QList::removeNode() and QList::takeNode()..SH MEMBER FUNCTION DOCUMENTATION.SH "QCollection::Item QLNode::getData()"Returns a pointer (\fCvoid*)\fR to the actual data in the list node..SH "SEE ALSO".BR http://doc.trolltech.com/qlnode.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 + -
显示快捷键?