A space.
More...
#include <spacer.h>
|
| | Spacer (int w=5, int h=5) |
| | Constructor.
|
| |
| void | draw (gcn::Graphics *g) override |
| | Draws nothing.
|
| |
A space.
Definition at line 32 of file spacer.h.
◆ Spacer()
| Spacer::Spacer |
( |
int |
w = 5, |
|
|
int |
h = 5 |
|
) |
| |
Constructor.
- Note
- Can be called empty, will default to a space of 5x5 pixels.
- Parameters
-
| w | width in pixels. |
| h | height in pixels. |
Definition at line 24 of file spacer.cpp.
◆ draw()
| void Spacer::draw |
( |
gcn::Graphics * |
g | ) |
|
|
inlineoverride |
Draws nothing.
Definition at line 48 of file spacer.h.
The documentation for this class was generated from the following files: