GridLines Class Reference

2D grid lines. More...

#include <GridLines.hh>

Inherits QGraphicsItem.

Public Member Functions

 GridLines (int _width, int _height)
 Constructor. More...
 
 ~GridLines ()
 Destructor. More...
 
void SetSize (int _width, int _height)
 

Detailed Description

2D grid lines.

Constructor & Destructor Documentation

GridLines ( int  _width,
int  _height 
)

Constructor.

Parameters
[in]_widthWidth of grid lines in pixels.
[in]_heightHeight of grid lines in pixels.
~GridLines ( )

Destructor.

Member Function Documentation

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: