MCPcopy Create free account
hub / github.com/dillo-browser/dillo / AlignedTableCell

Method AlignedTableCell

dw/alignedtablecell.cc:32–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30int AlignedTableCell::CLASS_ID = -1;
31
32AlignedTableCell::AlignedTableCell (AlignedTableCell *ref, bool limitTextWidth):
33 AlignedTextblock (limitTextWidth)
34{
35 DBG_OBJ_CREATE ("dw::AlignedTableCell");
36 registerName ("dw::AlignedTableCell", &CLASS_ID);
37
38 /** \bug ignoreLine1OffsetSometimes does not work? */
39 //ignoreLine1OffsetSometimes = true;
40 charWordIndex = -1;
41 setRefTextblock (ref);
42 setButtonSensitive(true);
43}
44
45AlignedTableCell::~AlignedTableCell()
46{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected