Trees | Index | Help |
|
---|
Module Dialogs |
|
Classes | |
---|---|
BpmEstimator |
Beats per minute value estimation layer. |
FileChooser |
File choosing layer. |
GetKey |
Key choosing layer. |
GetText |
Text input layer. |
ItemChooser |
Item menu layer. |
KeyTester |
Keyboard configuration testing layer. |
LoadingScreen |
Loading screen layer. |
MessageScreen |
Message screen layer. |
SongChooser |
Song choosing layer. |
Function Summary | |
---|---|
Ask the user to select a file. | |
Ask the user to one item from a list. | |
Ask the user to select a song. | |
Ask the user to estimate the beats per minute value of a song. | |
Fade the screen to a dark color to make whatever is on top easier to read. | |
Ask the user to choose a key. | |
Get a string of text from the user. | |
Show a loading screen until a condition is met. | |
Show a message to the user. | |
Have the user test the current keyboard configuration. | |
Wrap a piece of text inside given margins. | |
Run a dialog in a sub event loop until it is finished. |
Function Details |
---|
chooseFile(engine, masks=['*.*'], path='.', prompt='Choose a File')Ask the user to select a file.
|
chooseItem(engine, items, prompt, selected=None)Ask the user to one item from a list.
|
chooseSong(engine, prompt='Choose a Song', selectedSong=None, selectedLibrary=None)Ask the user to select a song.
|
estimateBpm(engine, song, prompt)Ask the user to estimate the beats per minute value of a song.
|
fadeScreen(v)Fade the screen to a dark color to make whatever is on top easier to read.
|
getKey(engine, prompt, key=None)Ask the user to choose a key.
|
getText(engine, prompt, text='')Get a string of text from the user.
|
showLoadingScreen(engine, condition, text='Loading...', allowCancel=False)Show a loading screen until a condition is met.
|
showMessage(engine, text)Show a message to the user.
|
testKeys(engine, prompt="Play with the keys and press Escape when you're done.")Have the user test the current keyboard configuration.
|
wrapText(font, pos, text, rightMargin=0.90000000000000002, scale=0.002, visibility=0.0)Wrap a piece of text inside given margins.
|
_runDialog(engine, dialog)Run a dialog in a sub event loop until it is finished. |
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat May 26 01:17:06 2007 | http://epydoc.sf.net |