CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FWSimpleRepresentationChecker.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWSimpleRepresentationChecker_h
2 #define Fireworks_Core_FWSimpleRepresentationChecker_h
3 // -*- C++ -*-
4 //
5 // Package: Core
6 // Class : FWSimpleRepresentationChecker
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Tue Nov 25 10:54:22 EST 2008
19 // $Id: FWSimpleRepresentationChecker.h,v 1.4 2010/06/02 22:37:42 chrjones Exp $
20 //
21 
22 // system include files
23 #include "Reflex/Type.h"
24 
25 // user include files
27 
28 // forward declarations
29 
31 
32 public:
33  FWSimpleRepresentationChecker(const std::string& iTypeidName,
34  const std::string& iPurpose,
35  unsigned int iBitPackedViews,
36  bool iRepresentsSubPart);
38 
39  // ---------- const member functions ---------------------
40  virtual FWRepresentationInfo infoFor(const std::string& iTypeName) const;
41 
42  // ---------- static member functions --------------------
43 
44  // ---------- member functions ---------------------------
45 
46 private:
48 
50 
51  // ---------- member data --------------------------------
52  const std::string m_typeidName;
53 };
54 
55 
56 #endif
virtual FWRepresentationInfo infoFor(const std::string &iTypeName) const
FWSimpleRepresentationChecker(const std::string &iTypeidName, const std::string &iPurpose, unsigned int iBitPackedViews, bool iRepresentsSubPart)
const FWSimpleRepresentationChecker & operator=(const FWSimpleRepresentationChecker &)