#include <DetectorDescription/RegressionTest/interface/DDHtmlFormatter.h>
Public Member Functions | |
DDHtmlSpDetails (const string &cat, const string &txt) | |
bool | details (ostream &os, const DDName &) |
ns_type & | names () |
Definition at line 163 of file DDHtmlFormatter.h.
DDHtmlSpDetails::DDHtmlSpDetails | ( | const string & | cat, | |
const string & | txt | |||
) | [inline] |
Implements DDHtmlDetails.
Definition at line 117 of file DDHtmlFormatter.cc.
References DDHtmlDetails::f_, DDHtmlFormatter::h3(), and DDHtmlFormatter::header().
00118 { 00119 os << f_.header("SpecPars Details") 00120 << f_.h3(">> formatting under construction <<"); 00121 os << DDSpecifics(nm); return true; 00122 }
ns_type & DDHtmlSpDetails::names | ( | ) | [virtual] |
Implements DDHtmlDetails.
Definition at line 95 of file DDHtmlFormatter.cc.
References findNameSpaces(), lp, and DDHtmlDetails::names_.
00096 { 00097 DDSpecifics lp; 00098 findNameSpaces(lp, names_); 00099 return names_; 00100 }