Planeshift
Public Member Functions

pawsMeterInput Class Reference

This is the main input widget of pawsMeterPromptWindow. More...

#include <pawsmeterpromptwindow.h>

List of all members.

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.

Detailed Description

This is the main input widget of pawsMeterPromptWindow.

Definition at line 60 of file pawsmeterpromptwindow.h.


Constructor & Destructor Documentation

pawsMeterInput::pawsMeterInput ( )

Constructor.

pawsMeterInput::pawsMeterInput ( const pawsMeterInput origin)

Copy constructor.

Parameters:
originthe pawsMeterInput to copy.

Member Function Documentation

const char* pawsMeterInput::GetBeats ( )

Gets the current beats.

Returns:
the current beats.
csString pawsMeterInput::GetBeatType ( )

Gets the current beat type.

Returns:
the current beat type.
void pawsMeterInput::Initialize ( const char *  initialBeats,
const char *  initialBeatType,
size_t  beatsMaxLength 
)

Initialize pawsMeterInput with its starting values.

Parameters:
initialBeatsthe text that is visualized as beats when the window is opened.
initialBeatTypethe text that is visualized as beat type when the window is opened.
beatsMaxLengththe maximum number of digits that the user can input for beats.

The documentation for this class was generated from the following file: