Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
QNX Community Resources

QNX Community Resources

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

PtTreeSelectedItems
[Previous] [Contents] [Index] [Next]

PtTreeSelectedItems()

Fill a buffer with item pointers

Synopsis:

PtTreeItem_t **PtTreeSelectedItems( 
                      PtWidget_t *widget, 
                      PtTreeItem_t **buffer );

Description:

This function fills a buffer with pointers to the tree's selected items:


Note: Items that belong to collapsed subtrees aren't included in the buffer.

Returns:

A pointer to the buffer.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtTree, PtTreeClearSelection(), PtTreeGetCurrent(), PtTreeGetSelIndexes(), PtTreeGoto(), PtTreeItem_t, PtTreeSelect(), PtTreeSetSelIndexes(), PtTreeUnselect(), PtTreeUnselectNonBrothers()


[Previous] [Contents] [Index] [Next]