00001 #ifndef IGUANA_STUDIO_IG_Q_V_SPLITTER_SITE_H 00002 # define IGUANA_STUDIO_IG_Q_V_SPLITTER_SITE_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "Iguana/Studio/interface/IgQSplitterSite.h" 00007 00008 //<<<<<< PUBLIC DEFINES >>>>>> 00009 //<<<<<< PUBLIC CONSTANTS >>>>>> 00010 //<<<<<< PUBLIC TYPES >>>>>> 00011 //<<<<<< PUBLIC VARIABLES >>>>>> 00012 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00013 //<<<<<< CLASS DECLARATIONS >>>>>> 00014 00015 class IGUANA_STUDIO_API IgQVSplitterSite : public IgQSplitterSite 00016 { 00017 public: 00018 IgQVSplitterSite (IgState *state, IgSite *parent); 00019 // implicit copy constructor 00020 // implicit assignment operator 00021 // implicit destructor 00022 00023 static const char * catalogLabel (void); 00024 }; 00025 00026 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00027 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00028 00029 #endif // IGUANA_STUDIO_IG_Q_V_SPLITTER_SITE_H