scripting::Wind Class Reference

#include <wind.hpp>

List of all members.

Public Member Functions

 Wind (_Wind *wind)
 ~Wind ()
void start ()
 Start wind.
void stop ()
 Stop wind.

Public Attributes

_Windwind

Private Member Functions

 Wind (const Wind &)
Windoperator= (const Wind &)


Detailed Description

Definition at line 27 of file wind.hpp.


Constructor & Destructor Documentation

scripting::Wind::Wind ( _Wind wind  ) 

Wind::~Wind (  ) 

Definition at line 28 of file wind.cpp.

00029 { }

scripting::Wind::Wind ( const Wind  )  [private]


Member Function Documentation

void Wind::start (  ) 

Start wind.

Definition at line 31 of file wind.cpp.

References Wind::start().

Referenced by scripting::wrapper::Wind_start_wrapper().

00032 {
00033   wind->start();
00034 }

void Wind::stop (  ) 

Stop wind.

Definition at line 36 of file wind.cpp.

References Wind::stop().

Referenced by scripting::wrapper::Wind_stop_wrapper().

00037 {
00038   wind->stop();
00039 }

Wind& scripting::Wind::operator= ( const Wind  )  [private]


Member Data Documentation

_Wind* scripting::Wind::wind

Definition at line 42 of file wind.hpp.


The documentation for this class was generated from the following files:
Generated on Mon Jun 9 03:38:40 2014 for SuperTux by  doxygen 1.5.1