HROOT-graf-0.10.0.1: csrc/HROOTGrafTBox.cpp
#include "MacroPatternMatch.h" #include "HROOTCoreTObject.h" #include "HROOTCoreTAttLine.h" #include "HROOTCoreTAttFill.h" #include "TBox.h" #include "HROOTGrafTBox.h" using namespace ROOT; #define CHECKPROTECT(x,y) FXIS_PAREN(IS_ ## x ## _ ## y ## _PROTECTED) #define TYPECASTMETHOD(cname,mname,oname) \ FXIIF( CHECKPROTECT(cname,mname) ) ( \ (from_nonconst_to_nonconst<oname,cname ## _t>), \ (from_nonconst_to_nonconst<cname,cname ## _t>) ) TOBJECT_DEF_VIRT(TBox) TATTLINE_DEF_VIRT(TBox) TATTFILL_DEF_VIRT(TBox) DELETABLE_DEF_VIRT(TBox) TBOX_DEF_VIRT(TBox) TBOX_DEF_NONVIRT(TBox) TBOX_DEF_ACCESSOR(TBox)