FEDRA emulsion software from the OPERA Collaboration
EdbEDAObject Class Reference

#include <EdbEDA.h>

Inheritance diagram for EdbEDAObject:
Collaboration diagram for EdbEDAObject:

Public Member Functions

virtual void Draw (Option_t *option="")
 
 EdbEDAObject ()
 
bool GetDraw ()
 
voidGetReference ()
 
virtual void SetColorMode (int mode)
 
void SetDraw (bool b=kTRUE)
 
void SetReference (void *ref)
 
 ~EdbEDAObject ()
 

Private Attributes

int eDraw
 
voideRef
 

Constructor & Destructor Documentation

◆ EdbEDAObject()

EdbEDAObject::EdbEDAObject ( )
inline
39:eDraw(kTRUE),eRef(NULL){}
void * eRef
Definition: EdbEDA.h:37
int eDraw
Definition: EdbEDA.h:36
#define NULL
Definition: nidaqmx.h:84

◆ ~EdbEDAObject()

EdbEDAObject::~EdbEDAObject ( )
inline
40{}

Member Function Documentation

◆ Draw()

virtual void EdbEDAObject::Draw ( Option_t *  option = "")
inlinevirtual

Reimplemented in EdbEDAText, and EdbEDALine.

41{ printf("override this");}

◆ GetDraw()

bool EdbEDAObject::GetDraw ( )
inline
45{ return eDraw;}

◆ GetReference()

void * EdbEDAObject::GetReference ( )
inline
44{ return eRef;}

◆ SetColorMode()

virtual void EdbEDAObject::SetColorMode ( int  mode)
inlinevirtual

Reimplemented in EdbEDAText.

42{ printf("override this.\n");}

◆ SetDraw()

void EdbEDAObject::SetDraw ( bool  b = kTRUE)
inline
46{ eDraw=b;}

◆ SetReference()

void EdbEDAObject::SetReference ( void ref)
inline
43{ eRef=ref;}

Member Data Documentation

◆ eDraw

int EdbEDAObject::eDraw
private

◆ eRef

void* EdbEDAObject::eRef
private

The documentation for this class was generated from the following file: