| 30 | int AlignedTableCell::CLASS_ID = -1; |
| 31 | |
| 32 | AlignedTableCell::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 | |
| 45 | AlignedTableCell::~AlignedTableCell() |
| 46 | { |
nothing calls this directly
no outgoing calls
no test coverage detected