An opaque reference to a tree item.
Derived from
None
Include files
<wx/treebase.h>
See also
wxTreeCtrl, wxTreeItemData,
wxTreeCtrl overview
Members
wxTreeItemId::wxTreeItemId
wxTreeItemId::IsOk
Operators
wxTreeItemId()
Default constructor. wxTreemItemIds are not meant to be constructed explicitly by the user; they are returned by the wxTreeCtrl functions instead.
bool IsOk() const
Returns true if this instance is referencing a valid tree item.
void operator !() const
Synonim for IsOk
bool operator ==(const wxTreeItemId& item) const
bool operator !=(const wxTreeItemId& item) const
Operators for comparison between wxTreeItemId objects.