#include </home/zeitlin/src/wx/github/interface/wx/treebase.h>
Detailed Description
An opaque reference to a tree item.
- 参照:
- wxTreeCtrl, wxTreeItemData, wxTreeCtrl Overview
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 () |
List of all members.
Constructor & Destructor Documentation
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.
Member Function Documentation
void* wxTreeItemId::GetID |
( |
| ) |
const |
bool wxTreeItemId::IsOk |
( |
| ) |
const |
Returns true if this instance is referencing a valid tree item.
void wxTreeItemId::Unset |
( |
| ) |
|