* Constructor. */
| 105 | * Constructor. |
| 106 | */ |
| 107 | ArticleDefinitionRect::ArticleDefinitionRect() : x(0), y(0), width(0), height(0) {} |
| 108 | |
| 109 | /** |
| 110 | * Sets the rectangle parameters in a function. |
nothing calls this directly
no outgoing calls
no test coverage detected