CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
FWPSetCellEditor.h
Go to the documentation of this file.
1 #ifndef Fireworks_FWInterface_FWPSetCellEditor_h
2 #define Fireworks_FWInterface_FWPSetCellEditor_h
3 // -*- C++ -*-
4 //
5 // Package: FWInterface
6 // Class : FWPSetCellEditor
7 //
16 //
17 // Original Author:
18 // Created: Mon Feb 28 20:45:02 CET 2011
19 //
20 
21 #include "TGTextEntry.h"
23 
24 class FWPSetCellEditor : public TGTextEntry {
25 public:
26  FWPSetCellEditor(const TGWindow* w, const char* txt) : TGTextEntry(w, txt){};
27  ~FWPSetCellEditor() override{};
28  bool HandleKey(Event_t* event) override;
30 };
31 
32 #endif
const double w
Definition: UKUtility.cc:23
~FWPSetCellEditor() override
FWPSetCellEditor(const TGWindow *w, const char *txt)
bool apply(FWPSetTableManager::PSetData &data, FWPSetTableManager::PSetData &parent)
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79
bool HandleKey(Event_t *event) override