///////////////////////////////////////////////////////////////////////////
| 38 | |
| 39 | //////////////////////////////////////////////////////////////////////////////// |
| 40 | ViewTask::ViewTask() |
| 41 | : _width(0), |
| 42 | _left_margin(0), |
| 43 | _header(0), |
| 44 | _sort_header(0), |
| 45 | _odd(0), |
| 46 | _even(0), |
| 47 | _intra_padding(1), |
| 48 | _intra_odd(0), |
| 49 | _intra_even(0), |
| 50 | _extra_padding(0), |
| 51 | _extra_odd(0), |
| 52 | _extra_even(0), |
| 53 | _truncate_lines(0), |
| 54 | _truncate_rows(0), |
| 55 | _lines(0), |
| 56 | _rows(0) {} |
| 57 | |
| 58 | //////////////////////////////////////////////////////////////////////////////// |
| 59 | ViewTask::~ViewTask() { |
nothing calls this directly
no outgoing calls
no test coverage detected