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 //
20 // constants, enums and typedefs
21 //
22 
23 //
24 // static data member definitions
25 //
26 
27 //
28 // constructors and destructor
29 //
31 {
32 }
33 
34 // FWTableCellRendererBase::FWTableCellRendererBase(const FWTableCellRendererBase& rhs)
35 // {
36 // // do actual copying here;
37 // }
38 
40 {
41 }
42 
43 //
44 // assignment operators
45 //
46 // const FWTableCellRendererBase& FWTableCellRendererBase::operator=(const FWTableCellRendererBase& rhs)
47 // {
48 // //An exception safe implementation is
49 // FWTableCellRendererBase temp(rhs);
50 // swap(rhs);
51 //
52 // return *this;
53 // }
54 
55 //
56 // member functions
57 //
58 void
59 FWTableCellRendererBase::buttonEvent(Event_t* /*iClickEvent*/, int /*iRelClickX*/, int /*iRelClickY*/)
60 {}
61 
62 //
63 // const member functions
64 //
65 
66 //
67 // static member functions
68 //
virtual void buttonEvent(Event_t *iClickEvent, int iRelClickX, int iRelClickY)