📄 qlnode.3qt
字号:
.TH QLNode 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 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://www.troll.no/qt/qlnode.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -