Loading...
Searching...
No Matches
Public Member Functions | List of all members
TreeViewItem::OpennessRestorer Class Reference

This handy class takes a copy of a TreeViewItem's openness when you create it, and restores that openness state when its destructor is called. More...

#include <juce_TreeView.h>

Public Member Functions

 OpennessRestorer (TreeViewItem &)
 
 ~OpennessRestorer ()
 

Detailed Description

This handy class takes a copy of a TreeViewItem's openness when you create it, and restores that openness state when its destructor is called.

This can very handy when you're refreshing sub-items - e.g.

void MyTreeViewItem::updateChildItems()
{
OpennessRestorer openness (*this); // saves the openness state here..
// add a bunch of sub-items here which may or may not be the same as the ones that
// were previously there
// ..and at this point, the old openness is restored, so any items that haven't
// changed will have their old openness retained.
}
This handy class takes a copy of a TreeViewItem's openness when you create it, and restores that open...
Definition juce_TreeView.h:599
void clearSubItems()
Removes any sub-items.
void addSubItem(TreeViewItem *newItem, int insertPosition=-1)
Adds a sub-item.

Constructor & Destructor Documentation

◆ OpennessRestorer()

TreeViewItem::OpennessRestorer::OpennessRestorer ( TreeViewItem & )

◆ ~OpennessRestorer()

TreeViewItem::OpennessRestorer::~OpennessRestorer ( )

The documentation for this class was generated from the following file:
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram