CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
FWGeometryTableViewBase::FWViewCombo Class Reference

#include <FWGeometryTableViewBase.h>

Inheritance diagram for FWGeometryTableViewBase::FWViewCombo:

Public Member Functions

 FWViewCombo (const TGWindow *p, FWGeometryTableViewBase *t)
 
virtual Bool_t HandleButton (Event_t *event)
 
void setElement (TEveElement *x)
 
virtual ~FWViewCombo ()
 

Private Attributes

TEveElement * m_el
 
FWGeometryTableViewBasem_tableView
 

Detailed Description

Definition at line 50 of file FWGeometryTableViewBase.h.

Constructor & Destructor Documentation

FWGeometryTableViewBase::FWViewCombo::FWViewCombo ( const TGWindow *  p,
FWGeometryTableViewBase t 
)
inline

Definition at line 56 of file FWGeometryTableViewBase.h.

56  :
57  TGTextButton(p, "Select Views", -1, TGButton::GetDefaultGC()(), TGTextButton::GetDefaultFontStruct(), kRaisedFrame | kDoubleBorder ), m_tableView(t), m_el(0) {}
virtual FWGeometryTableViewBase::FWViewCombo::~FWViewCombo ( )
inlinevirtual

Definition at line 58 of file FWGeometryTableViewBase.h.

58 {}

Member Function Documentation

Bool_t FWGeometryTableViewBase::FWViewCombo::HandleButton ( Event_t *  event)
virtual

Definition at line 51 of file FWGeometryTableViewBase.cc.

void FWGeometryTableViewBase::FWViewCombo::setElement ( TEveElement *  x)
inline

Definition at line 59 of file FWGeometryTableViewBase.h.

References m_el, and x.

Member Data Documentation

TEveElement* FWGeometryTableViewBase::FWViewCombo::m_el
private

Definition at line 54 of file FWGeometryTableViewBase.h.

Referenced by setElement().

FWGeometryTableViewBase* FWGeometryTableViewBase::FWViewCombo::m_tableView
private

Definition at line 53 of file FWGeometryTableViewBase.h.