Version: 2.9.4
Public Member Functions
wxTreeItemId Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/treebase.h>


Detailed Description

An opaque reference to a tree item.

Library:  wxCore
Category:  Data Structures
参照:
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 ( )
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines