![]() |
![]() |
00001 #ifndef IGUANA_STUDIO_IG_VIEW_DB_H 00002 # define IGUANA_STUDIO_IG_VIEW_DB_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "Iguana/Studio/interface/config.h" 00007 # include "Iguana/Framework/interface/IgPluginFactory.h" 00008 # include "Iguana/Framework/interface/IgPluginInfo.h" 00009 00010 //<<<<<< PUBLIC DEFINES >>>>>> 00011 //<<<<<< PUBLIC CONSTANTS >>>>>> 00012 //<<<<<< PUBLIC TYPES >>>>>> 00013 00014 class IgPage; 00015 class IgView; 00016 class IgPluginInfo; 00017 00018 //<<<<<< PUBLIC VARIABLES >>>>>> 00019 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00020 //<<<<<< CLASS DECLARATIONS >>>>>> 00021 00022 class IGUANA_STUDIO_API IgViewDB : public IgPluginFactory<IgView * (IgPage *)> 00023 { 00024 public: 00025 static IgViewDB *get (void); 00026 00027 private: 00028 IgViewDB (void); 00029 static IgViewDB s_instance; 00030 }; 00031 00032 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00033 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00034 00035 #endif // IGUANA_STUDIO_IG_SITE_DB_H