2D grid lines. More...
#include <GridLines.hh>
Inherits QGraphicsItem.
Public Member Functions | |
| GridLines (int _width, int _height) | |
| Constructor.  More... | |
| ~GridLines ()=default | |
| Destructor.  More... | |
| void | SetSize (int _width, int _height) | 
2D grid lines.
| GridLines | ( | int | _width, | 
| int | _height | ||
| ) | 
Constructor.
| [in] | _width | Width of grid lines in pixels. | 
| [in] | _height | Height of grid lines in pixels. | 
      
  | 
  default | 
Destructor.
| void SetSize | ( | int | _width, | 
| int | _height | ||
| ) | 
| [in] | _width | Width of grid lines in pixels. | 
| [in] | _height | Height of grid lines in pixels. |