#include <DDHtmlFormatter.h>
Public Member Functions | |
const std::string & | category () |
DDHtmlDetails (const std::string &cat, const std::string &txt) | |
virtual bool | details (std::ostream &os, const DDName &)=0 |
virtual ns_type & | names ()=0 |
const std::string & | text () |
virtual | ~DDHtmlDetails () |
Protected Attributes | |
std::string | cat_ |
DDHtmlFormatter | f_ |
ns_type | names_ |
std::string | txt_ |
Definition at line 101 of file DDHtmlFormatter.h.
DDHtmlDetails::DDHtmlDetails | ( | const std::string & | cat, |
const std::string & | txt | ||
) |
Definition at line 92 of file DDHtmlFormatter.cc.
|
inlinevirtual |
Definition at line 107 of file DDHtmlFormatter.h.
|
inline |
|
pure virtual |
Implemented in DDHtmlSpDetails, DDHtmlRoDetails, DDHtmlSoDetails, DDHtmlMaDetails, and DDHtmlLpDetails.
Referenced by dd_to_html().
|
pure virtual |
Implemented in DDHtmlSpDetails, DDHtmlRoDetails, DDHtmlSoDetails, DDHtmlMaDetails, and DDHtmlLpDetails.
Referenced by dd_to_html().
|
inline |
Definition at line 109 of file DDHtmlFormatter.h.
Referenced by Vispa.Views.TableView.TableWidgetItem::__lt__(), and dd_to_html().
|
protected |
Definition at line 112 of file DDHtmlFormatter.h.
|
protected |
Definition at line 113 of file DDHtmlFormatter.h.
Referenced by DDHtmlLpDetails::details(), DDHtmlMaDetails::details(), DDHtmlSoDetails::details(), DDHtmlRoDetails::details(), and DDHtmlSpDetails::details().
|
mutableprotected |
Definition at line 111 of file DDHtmlFormatter.h.
Referenced by DDHtmlLpDetails::names(), DDHtmlMaDetails::names(), DDHtmlSoDetails::names(), DDHtmlRoDetails::names(), and DDHtmlSpDetails::names().
|
protected |
Definition at line 112 of file DDHtmlFormatter.h.