![]() |
|
|||
File indexing completed on 2024-04-06 12:11:32
0001 #ifndef Fireworks_Core_FWModelExpressionSelector_h 0002 #define Fireworks_Core_FWModelExpressionSelector_h 0003 // -*- C++ -*- 0004 // 0005 // Package: Core 0006 // Class : FWModelExpressionSelector 0007 // 0008 /**\class FWModelExpressionSelector FWModelExpressionSelector.h Fireworks/Core/interface/FWModelExpressionSelector.h 0009 0010 Description: <one line class summary> 0011 0012 Usage: 0013 <usage> 0014 0015 */ 0016 // 0017 // Original Author: Chris Jones 0018 // Created: Wed Jan 23 10:37:13 EST 2008 0019 // 0020 0021 // system include files 0022 #include <string> 0023 0024 // user include files 0025 #include <Rtypes.h> 0026 0027 // forward declarations 0028 class FWEventItem; 0029 0030 class FWModelExpressionSelector { 0031 public: 0032 FWModelExpressionSelector() {} 0033 //virtual ~FWModelExpressionSelector(); 0034 0035 // ---------- const member functions --------------------- 0036 /** Throws an FWExpressionException if there is a problem */ 0037 void select(FWEventItem* iItem, const std::string& iExpression, Color_t iColor = -1) const; 0038 0039 // ---------- static member functions -------------------- 0040 0041 // ---------- member functions --------------------------- 0042 0043 FWModelExpressionSelector(const FWModelExpressionSelector&) = delete; // stop default 0044 0045 const FWModelExpressionSelector& operator=(const FWModelExpressionSelector&) = delete; // stop default 0046 0047 // ---------- member data -------------------------------- 0048 }; 0049 0050 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |