|
Planeshift
|
This is the main input widget of pawsMeterPromptWindow. More...
#include <pawsmeterpromptwindow.h>
Public Member Functions | |
| const char * | GetBeats () |
| Gets the current beats. | |
| csString | GetBeatType () |
| Gets the current beat type. | |
| void | Initialize (const char *initialBeats, const char *initialBeatType, size_t beatsMaxLength) |
| Initialize pawsMeterInput with its starting values. | |
| pawsMeterInput () | |
| Constructor. | |
| pawsMeterInput (const pawsMeterInput &origin) | |
| Copy constructor. | |
This is the main input widget of pawsMeterPromptWindow.
Definition at line 60 of file pawsmeterpromptwindow.h.
| pawsMeterInput::pawsMeterInput | ( | ) |
Constructor.
| pawsMeterInput::pawsMeterInput | ( | const pawsMeterInput & | origin | ) |
Copy constructor.
| origin | the pawsMeterInput to copy. |
| const char* pawsMeterInput::GetBeats | ( | ) |
Gets the current beats.
| csString pawsMeterInput::GetBeatType | ( | ) |
Gets the current beat type.
| void pawsMeterInput::Initialize | ( | const char * | initialBeats, |
| const char * | initialBeatType, | ||
| size_t | beatsMaxLength | ||
| ) |
Initialize pawsMeterInput with its starting values.
| initialBeats | the text that is visualized as beats when the window is opened. |
| initialBeatType | the text that is visualized as beat type when the window is opened. |
| beatsMaxLength | the maximum number of digits that the user can input for beats. |
1.7.3