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 #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
FWPSetTableManager.h
FWPSetCellEditor::HandleKey
bool HandleKey(Event_t *event) override
Definition: FWPSetCellEditor.cc:282
FWPSetCellEditor::apply
bool apply(FWPSetTableManager::PSetData &data, FWPSetTableManager::PSetData &parent)
Definition: FWPSetCellEditor.cc:219
w
const double w
Definition: UKUtility.cc:23
FWPSetTableManager::PSetData
Definition: FWPSetTableManager.h:38
FWPSetCellEditor::FWPSetCellEditor
FWPSetCellEditor(const TGWindow *w, const char *txt)
Definition: FWPSetCellEditor.h:26
FWPSetCellEditor
Definition: FWPSetCellEditor.h:24
data
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79
event
Definition: event.py:1
class-composition.parent
parent
Definition: class-composition.py:88
FWPSetCellEditor::~FWPSetCellEditor
~FWPSetCellEditor() override
Definition: FWPSetCellEditor.h:27