Function | Description |
---|---|
AddItem() | Adds BListItem, preserving the item depth |
AddList() | Adds a group of items to the list |
AddUnder() | Adds BListItem after a given item and one level deeper |
Archive() | Archives a BOutlineListView into a BMessage |
Collapse() | Collapses section of the list |
Constructor and Destructor | |
CountItemsUnder() | Count the number of items located under a given item |
EachItemUnder() | Call a function on each item located under a given item |
Expand() | Expands section of the list |
FullListCountItems() | CountItems() applied to entire list |
FullListCurrentSelection() | CurrentSelection() applied to entire list |
FullListDoForEach() | DoForEach() applied to entire list |
FullListFirstItem() | FirstItem() applied to entire list |
FullListHasItem() | HasItem() applied to entire list |
FullListIndexOf() | IndexOf() applied to entire list |
FullListIsEmpty() | IsEmpty() applied to entire list |
FullListItemAt() | ItemAt() applied to entire list |
FullListLastItem() | LastItem() applied to entire list |
FullListSortItems() | SortItems() applied to entire list |
Function Summary | |
Inherited Functions | |
Instantiate() | Creates a BOutlineListView from a BMessage |
IsExpanded() | Returns true if given item is expanded |
ItemUnderAt() | Returns the nth item under a specified item |
KeyDown() | Provided for implementation |
MakeEmpty() | Removes all items from the list |
Member Functions | |
MouseDown() | Provided for implementation |
BOutlineListView | |
BOutlineListView() | Constructor |
~BOutlineListView() | Destructor |
Outline Structure | |
RemoveItem() | Remove a single item and its subitems from the list |
RemoveItems() | Remove multiple items and their subitems from the list |
SortItemsUnder() | Sorts the items located under a given item |
Static Functions | |
Superitem() | Returns the superitem for a given BListItem |
The Interface Kit Table of Contents | The Interface Kit Index |
Copyright © 2000 Be, Inc. All rights reserved..