access the X,Y,W,H fields.
| 319 | // data access |
| 320 | int X() const { return m_X; }; // access the X,Y,W,H fields. |
| 321 | int Y() const { return m_Y; }; |
| 322 | int W() const { return m_W; }; |
| 323 | int H() const { return m_H; }; |
| 324 |
no outgoing calls
no test coverage detected