|
Planeshift
|
Interface implemented by a pawsMeterPromptWindow listener. More...
#include <pawsmeterpromptwindow.h>
Public Member Functions | |
| virtual void | OnMeterEntered (const char *name, csString beats, csString beatType)=0 |
| This function is called when the user input a meter. | |
Interface implemented by a pawsMeterPromptWindow listener.
Definition at line 43 of file pawsmeterpromptwindow.h.
| virtual void iOnMeterEnteredListener::OnMeterEntered | ( | const char * | name, |
| csString | beats, | ||
| csString | beatType | ||
| ) | [pure virtual] |
This function is called when the user input a meter.
| name | the action's name. |
| beats | the beats. |
| beatType | the beat type. |
Implemented in pawsMusicWindow.
1.7.3