| 39 | entryHeight() const { return _entryHeight; } |
| 40 | |
| 41 | void |
| 42 | setEntryHeight(unsigned int h) { _entryHeight = h; } |
| 43 | |
| 44 | unsigned int |
| 45 | entryWidth() const { return _entryWidth; } |
nothing calls this directly
no outgoing calls
no test coverage detected