2D grid lines. More...
#include <GridLines.hh>


Public Member Functions | |
| GridLines (int _width, int _height) | |
| Constructor. More... | |
| ~GridLines () | |
| Destructor. More... | |
| void | SetSize (int _width, int _height) |
2D grid lines.
A widget for adding and changing building levels.
| gazebo::gui::GridLines::GridLines | ( | int | _width, |
| int | _height | ||
| ) |
Constructor.
| [in] | _width | Width of grid lines in pixels. |
| [in] | _height | Height of grid lines in pixels. |
| gazebo::gui::GridLines::~GridLines | ( | ) |
Destructor.
| void gazebo::gui::GridLines::SetSize | ( | int | _width, |
| int | _height | ||
| ) |
| [in] | _width | Width of grid lines in pixels. |
| [in] | _height | Height of grid lines in pixels. |