#include "wx/wx.h"
#include "wx/treebase.h"
#include <wx/dynarray.h>
#include "TreeMultiItemBase.h"
#include "TreeMultiItemWindow.h"
Go to the source code of this file.
Classes | |
class | TreeMultiItemNode |
Functions | |
WX_DECLARE_OBJARRAY (TreeMultiItemBase, TreeMultiItemBaseArray) |
WX_DECLARE_OBJARRAY | ( | TreeMultiItemBase | , | |
TreeMultiItemBaseArray | ||||
) |
TreeMultiItemNode This class is the element class for WX_OBJ_ARRAY and it should be filled with the member variables and methods to manipulate each object inside the object array.
See wxArray for all base methods manipulating the array Clear() can be used to safely delete all objects.