mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Merge d86a672f7e into 0e43b31e50
This commit is contained in:
commit
32affba4ef
1 changed files with 7 additions and 6 deletions
|
|
@ -255,13 +255,14 @@ public:
|
||||||
|
|
||||||
/** Returns a string to uniquely identify this item.
|
/** Returns a string to uniquely identify this item.
|
||||||
|
|
||||||
If you're planning on using the TreeView::getOpennessState() method, then
|
If you're planning on using the TreeView::getOpennessState() or
|
||||||
these strings will be used to identify which nodes are open. The string
|
TreeView::getItemIdentifierString() methods, then these strings will be used
|
||||||
should be unique amongst the item's sibling items, but it's ok for there
|
to identify which nodes are open. The string should be unique amongst the item's
|
||||||
to be duplicates at other levels of the tree.
|
sibling items, but it's ok for there to be duplicates at other levels of the tree.
|
||||||
|
|
||||||
If you're not going to store the state, then it's ok not to bother implementing
|
If you're not going to store the openness state nor search for TreeViewItems with
|
||||||
this method.
|
the TreeView::findItemFromIdentifierString() method, then it's ok not to bother
|
||||||
|
implementing this method.
|
||||||
*/
|
*/
|
||||||
virtual String getUniqueName() const;
|
virtual String getUniqueName() const;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue