Movatterモバイル変換


[0]ホーム

URL:


We bake cookies in your browser for a better experience. Using this site means that you consent.Read More

Menu

Qt Documentation

QHelpContentItem Class

TheQHelpContentItem class provides an item for use withQHelpContentModel.More...

Header:#include <QHelpContentItem>
Since: Qt 4.4

Public Functions

~QHelpContentItem()
QHelpContentItem *child(int row) const
intchildCount() const
intchildPosition(QHelpContentItem * child) const
QHelpContentItem *parent() const
introw() const
QStringtitle() const
QUrlurl() const

Detailed Description

TheQHelpContentItem class provides an item for use withQHelpContentModel.

Member Function Documentation

QHelpContentItem::~QHelpContentItem()

Destroys the help content item.

QHelpContentItem * QHelpContentItem::child(int row) const

Returns the child of the content item in the giverow.

See alsoparent().

int QHelpContentItem::childCount() const

Returns the number of child items.

int QHelpContentItem::childPosition(QHelpContentItem * child) const

Returns the position of a givenchild.

QHelpContentItem * QHelpContentItem::parent() const

Returns the parent content item.

int QHelpContentItem::row() const

Returns the row of this item from its parents view.

QString QHelpContentItem::title() const

Returns the title of the content item.

QUrl QHelpContentItem::url() const

Returns the URL of this content item.

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of theGNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.


[8]ページ先頭

©2009-2025 Movatter.jp