| 42 | setEntryHeight(unsigned int h) { _entryHeight = h; } |
| 43 | |
| 44 | unsigned int |
| 45 | entryWidth() const { return _entryWidth; } |
| 46 | |
| 47 | void |
| 48 | setEntryWidth(unsigned int w) { _entryWidth = w; } |
nothing calls this directly
no outgoing calls
no test coverage detected