CMS 3D CMS Logo

FWTableCellRendererBase.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: TableWidget
4 // Class : FWTableCellRendererBase
5 //
6 // Implementation:
7 // <Notes on implementation>
8 //
9 // Original Author: Chris Jones
10 // Created: Mon Feb 2 16:40:26 EST 2009
11 //
12 
13 // system include files
14 
15 // user include files
17 
18 //
19 // constants, enums and typedefs
20 //
21 
22 //
23 // static data member definitions
24 //
25 
26 //
27 // constructors and destructor
28 //
30 
31 // FWTableCellRendererBase::FWTableCellRendererBase(const FWTableCellRendererBase& rhs)
32 // {
33 // // do actual copying here;
34 // }
35 
37 
38 //
39 // assignment operators
40 //
41 // const FWTableCellRendererBase& FWTableCellRendererBase::operator=(const FWTableCellRendererBase& rhs)
42 // {
43 // //An exception safe implementation is
44 // FWTableCellRendererBase temp(rhs);
45 // swap(rhs);
46 //
47 // return *this;
48 // }
49 
50 //
51 // member functions
52 //
53 void FWTableCellRendererBase::buttonEvent(Event_t* /*iClickEvent*/, int /*iRelClickX*/, int /*iRelClickY*/) {}
54 
55 //
56 // const member functions
57 //
58 
59 //
60 // static member functions
61 //
virtual void buttonEvent(Event_t *iClickEvent, int iRelClickX, int iRelClickY)