Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:30

0001 #ifndef Fireworks_Core_FWDataCategories_h
0002 #define Fireworks_Core_FWDataCategories_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     Core
0006 // Class  :     FWDataCategories
0007 //
0008 /**\class FWDataCategories FWDataCategories.h Fireworks/Core/interface/FWDataCategories.h
0009 
0010  Description: <one line class summary>
0011 
0012  Usage:
0013     <usage>
0014 
0015 */
0016 //
0017 // Original Author:  Chris Jones
0018 //         Created:  Wed Feb 18 18:32:48 CST 2009
0019 //
0020 
0021 // system include files
0022 
0023 // user include files
0024 
0025 // forward declarations
0026 enum FWDataCategories { kGraphics, kFilter, kSelect, kData, kViewableSize };
0027 
0028 #endif