| Index | |
| Strasheela | |
| Init | |
| GUtils | |
| LUtils | |
| MUtils | |
| Score | |
| SMapping | |
| SDistro | |
| Out | |
| Strasheela | |
| FD_edited | |
| Midi |
FlagsMixin
[auxiliary class] adds flag support to score objects.
class FlagsMixin (Inheritance-free)
attr flags
- addFlag(F)
Adds an arbitrary flag F to self. A flag must be a literal.
- hasFlag(?B F)
Tests whether self has flag F. Method returns a boolean.
- initFlags()
[aux method] Method must not be called by user.
- removeAllFlags()
[aux method] Method should not be called by user (method removes all flags from self).
- removeFlag(F)
Removes flag F from self.
end