CMS 3D CMS Logo

IgAjaxTreeModel.h

Go to the documentation of this file.
00001 #ifndef IGUANA_MODELS_IG_AJAX_TREE_MODEL_H
00002 # define IGUANA_MODELS_IG_AJAX_TREE_MODEL_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/Models/interface/config.h"
00007 # include "Iguana/Models/interface/IgXMLModel.h"
00008 
00009 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00010 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00011 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00012 
00013 class IgUIDModel;
00014 
00015 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00016 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00017 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00018 
00019 class IGUANA_MODELS_API IgAjaxTreeModel : public IgXMLModel
00020 {
00021 public:
00022     IgAjaxTreeModel (IgUIDModel *uidModel);
00023     // implicit copy constructor
00024     // implicit assignment operator
00025     // implicit destructor
00026 
00027     IgUIDModel * uidModel (void);
00028 
00029 private:
00030     IgUIDModel *        m_uidModel;    
00031 };
00032 
00033 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00034 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00035 
00036 #endif // IGUANA_MODELS_IG_AJAX_TREE_MODEL_H

Generated on Tue Jun 9 17:38:47 2009 for CMSSW by  doxygen 1.5.4