CMS 3D CMS Logo

IgMDIView.h

Go to the documentation of this file.
00001 #ifndef IGUANA_STUDIO_IG_MDI_VIEW_H
00002 # define IGUANA_STUDIO_IG_MDI_VIEW_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/Studio/interface/config.h"
00007 
00008 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00009 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00010 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00011 
00012 class IgPage;
00013 
00014 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00015 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00016 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00017 
00018 class IGUANA_STUDIO_API IgMDIView
00019 {
00020 public:
00021     IgMDIView (IgPage *page, const char *window = 0);
00022     // implicit copy constructor
00023     // implicit assignment operator
00024     // implicit destructor
00025 
00026 };
00027 
00028 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00029 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00030 
00031 #endif // IGUANA_STUDIO_IG_MDI_VIEW_H

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