wxExTreeItemData Class Reference

The data associated to each node of a tree used by More...

#include <menuutils.h>

List of all members.

Public Member Functions

 wxExTreeItemData (int id=wxID_INVALID)
virtual ~wxExTreeItemData ()
void SetMenuItemId (int n)
int GetMenuItemId ()

Protected Attributes

int m_nMenuId


Detailed Description

The data associated to each node of a tree used by

This is a simple class which just contains an additional field, which can be used to store the ID of the menu item associated with this tree item. The ID should be unique among all the commands contained in the same command collection so it should be enough to identify a wxCmd...


Constructor & Destructor Documentation

wxExTreeItemData::wxExTreeItemData ( int  id = wxID_INVALID  )  [inline]

virtual wxExTreeItemData::~wxExTreeItemData (  )  [inline, virtual]


Member Function Documentation

int wxExTreeItemData::GetMenuItemId (  )  [inline]

void wxExTreeItemData::SetMenuItemId ( int  n  )  [inline]


Member Data Documentation

int wxExTreeItemData::m_nMenuId [protected]


The documentation for this class was generated from the following file:

Generated on Sun Nov 23 00:06:38 2008 for Keybinder by  doxygen 1.5.7.1