TreeMultiItemRoot.h

Go to the documentation of this file.
00001 //---------------------------------------------------------------------------
00002 // $RCSfile: TreeMultiItemRoot.h,v $
00003 // $Source: /cvs/creatis/bbtk/kernel/src/ThirdParty/wx/treemultictrl/TreeMultiItemRoot.h,v $
00004 // $Revision: 1.1 $
00005 // $Date: 2008/03/28 13:42:18 $
00006 //---------------------------------------------------------------------------
00007 // Author:      Jorgen Bodde
00008 // Copyright:   (c) Jorgen Bodde
00009 // License:     wxWidgets License
00010 //---------------------------------------------------------------------------
00011 
00012 #ifndef __TREEMULTIITEMROOT_HPP_
00013 #define __TREEMULTIITEMROOT_HPP_
00014 
00015 #ifdef __GNUG__
00016     #pragma interface "TreeMultiItemRoot.cpp"
00017 #endif
00018 
00019 #ifndef WX_PRECOMP
00020     #include "wx/wx.h"
00021 #endif
00022 
00023 #include "TreeMultiItemBase.h"
00024 #include "TreeMultiItemNode.h"
00025 
00029 class TreeMultiItemRoot : public TreeMultiItemNode
00030 {
00031 public:
00032         TreeMultiItemRoot();
00033         virtual ~TreeMultiItemRoot();
00034 
00035         // IsClass method
00036         virtual TreeMultiItemRoot *IsTreeMultiItemRoot() const {
00037                 return (TreeMultiItemRoot *)this;
00038         };
00039 };
00040 
00041 #endif
00042 

Generated on Wed Nov 12 11:37:08 2008 for BBTK by  doxygen 1.5.6