CMS 3D CMS Logo

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 
22 #include "TGTextEntry.h"
24 
25 class FWPSetCellEditor : public TGTextEntry
26 {
27 public:
28  FWPSetCellEditor(const TGWindow* w, const char* txt) : TGTextEntry(w, txt) {};
29  virtual ~FWPSetCellEditor() {};
30  virtual bool HandleKey(Event_t*event);
32 };
33 
34 #endif
virtual bool HandleKey(Event_t *event)
const double w
Definition: UKUtility.cc:23
FWPSetCellEditor(const TGWindow *w, const char *txt)
bool apply(FWPSetTableManager::PSetData &data, FWPSetTableManager::PSetData &parent)
virtual ~FWPSetCellEditor()
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
Definition: event.py:1