Mana
Loading...
Searching...
No Matches
Public Member Functions | List of all members

A space. More...

#include <spacer.h>

Inheritance diagram for Spacer:

Public Member Functions

 Spacer (int w=5, int h=5)
 Constructor.
 
void draw (gcn::Graphics *g) override
 Draws nothing.
 

Detailed Description

A space.

Definition at line 32 of file spacer.h.

Constructor & Destructor Documentation

◆ Spacer()

Spacer::Spacer ( int  w = 5,
int  h = 5 
)

Constructor.

Note
Can be called empty, will default to a space of 5x5 pixels.
Parameters
wwidth in pixels.
hheight in pixels.

Definition at line 24 of file spacer.cpp.

Member Function Documentation

◆ 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: