]>
git.saurik.com Git - wxWidgets.git/blob - interface/treebase.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: interface of wxTreeItemId
4 // Author: wxWidgets team
6 // Licence: wxWindows license
7 /////////////////////////////////////////////////////////////////////////////
13 An opaque reference to a tree item.
18 @see wxTreeCtrl, wxTreeItemData, @ref overview_wxtreectrloverview "wxTreeCtrl
25 Default constructor. wxTreemItemIds are not meant to be constructed explicitly
27 the user; they are returned by the wxTreeCtrl functions instead.
32 Returns @true if this instance is referencing a valid tree item.
38 Operators for comparison between wxTreeItemId objects.
40 void operator !() const;
41 const bool operator ==(const wxTreeItemId
& item
) const;
42 const bool operator !=(const wxTreeItemId
& item
) const;