#include <wx/treebase.h>
An opaque reference to a tree item.
Public Member Functions | |
wxTreeItemId () | |
Default constructor. | |
bool | IsOk () const |
Returns true if this instance is referencing a valid tree item. | |
void * | GetID () const |
void | Unset () |
wxTreeItemId::wxTreeItemId | ( | ) |
Default constructor.
A wxTreeItemId is not meant to be constructed explicitly by the user; only those returned by the wxTreeCtrl functions should be used.
void* wxTreeItemId::GetID | ( | ) | const |
bool wxTreeItemId::IsOk | ( | ) | const |
Returns true if this instance is referencing a valid tree item.
void wxTreeItemId::Unset | ( | ) |