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  ~FWPSetCellEditor() override {};
30  bool HandleKey(Event_t*event) override;
32 };
33 
34 #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:82
bool HandleKey(Event_t *event) override
Definition: event.py:1