Module Song :: Class SongInfo
[hide private]
[frames] | no frames]

Class SongInfo

source code

object --+
         |
        SongInfo

Instance Methods [hide private]
 
__init__(self, infoFileName)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_set(self, attr, value) source code
 
getObfuscatedScores(self) source code
 
save(self) source code
 
_get(self, attr, type='', default='') source code
 
getDifficulties(self) source code
 
getName(self) source code
 
setName(self, value) source code
 
getArtist(self) source code
 
getCassetteColor(self) source code
 
setCassetteColor(self, color) source code
 
setArtist(self, value) source code
 
getScoreHash(self, difficulty, score, stars, name) source code
 
getDelay(self) source code
 
setDelay(self, value) source code
 
getHighscores(self, difficulty) source code
 
uploadHighscores(self, url, songHash) source code
 
addHighscore(self, difficulty, score, stars, name) source code
 
isTutorial(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  name
  artist
  delay
  tutorial
  difficulties
  cassetteColor

Inherited from object: __class__

Method Details [hide private]

__init__(self, infoFileName)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

name

Get Method:
Song.SongInfo.getName(self)
Set Method:
Song.SongInfo.setName(self, value)
Delete Method:
''

artist

Get Method:
Song.SongInfo.getArtist(self)
Set Method:
Song.SongInfo.setArtist(self, value)
Delete Method:
''

delay

Get Method:
Song.SongInfo.getDelay(self)
Set Method:
Song.SongInfo.setDelay(self, value)
Delete Method:
''

tutorial

Get Method:
Song.SongInfo.isTutorial(self)
Set Method:
''
Delete Method:
''

difficulties

Get Method:
Song.SongInfo.getDifficulties(self)
Set Method:
''
Delete Method:
''

cassetteColor

Get Method:
Song.SongInfo.getCassetteColor(self)
Set Method:
Song.SongInfo.setCassetteColor(self, color)
Delete Method:
''