Public Member Functions | List of all members
gazebo::gui::GridLines Class Reference

2D grid lines. More...

#include <GridLines.hh>

Inheritance diagram for gazebo::gui::GridLines:
Inheritance graph
[legend]

Public Member Functions

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

Detailed Description

2D grid lines.

A widget for adding and changing building levels.

Constructor & Destructor Documentation

gazebo::gui::GridLines::GridLines ( int  _width,
int  _height 
)

Constructor.

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

Destructor.

Member Function Documentation

void gazebo::gui::GridLines::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: