GridLines Class Reference

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)
 

Detailed Description

2D grid lines.

Constructor & Destructor Documentation

§ GridLines()

GridLines ( int  _width,
int  _height 
)

Constructor.

Parameters
[in]_widthWidth of grid lines in pixels.
[in]_heightHeight of grid lines in pixels.

§ ~GridLines()

~GridLines ( )
default

Destructor.

Member Function Documentation

§ SetSize()

void SetSize ( int  _width,
int  _height 
)
Returns
Set the size of grid lines in pixels.
Parameters
[in]_widthWidth of grid lines in pixels.
[in]_heightHeight of grid lines in pixels.

The documentation for this class was generated from the following file: