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

Class LibraryInfo

source code

object --+
         |
        LibraryInfo

Instance Methods [hide private]
 
__init__(self, libraryName, infoFileName)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_set(self, attr, value) source code
 
save(self) source code
 
_get(self, attr, type='', default='') source code
 
getName(self) source code
 
setName(self, value) source code
 
getColor(self) source code
 
setColor(self, color) source code

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

Properties [hide private]
  name
  color

Inherited from object: __class__

Method Details [hide private]

__init__(self, libraryName, 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.LibraryInfo.getName(self)
Set Method:
Song.LibraryInfo.setName(self, value)
Delete Method:
''

color

Get Method:
Song.LibraryInfo.getColor(self)
Set Method:
Song.LibraryInfo.setColor(self, color)
Delete Method:
''