Sayonara Player
Modules | Typedefs | Namespaces | Classes | Enumerations
Helper

Detailed Description

everything what's highly reusable

Modules

 EngineHelper
 
 Playlist Helpers
 Classes for handling playlist DB saving and loading.
 
 Playlist Parser
 Parsers for pls, m3u and asx.
 
 MetaData Helper
 
 Settings classes
 the Settings framework
 
 Library Helper
 Static Library types and enumerations.
 

Typedefs

using StringPair = QPair< QString, QString >
 Sayonara Typedefs.
 

Namespaces

 Util::File
 FileUtils functions.
 
 Util
 Helper functions.
 

Classes

class  DirectoryReader
 Directory reader functions. More...
 
class  Logger
 The Logger class. More...
 
class  RandomGenerator
 The RandomGenerator class. More...
 
class  SP::Set< T >
 A set structure. Inherited from std::set with some useful methods. For integer and String this set is ordered. More...
 
class  SayonaraClass
 The SayonaraClass class provides access to Settings and notifications. More...
 
class  SmartCompare
 The SmartCompare class. More...
 
class  SP::Tree< T >
 The Tree class. More...
 
class  AsyncWebAccess
 Asynchgronous web access class. More...
 

Enumerations

enum  PlayState : unsigned char {
  Playing =0,
  Paused,
  Stopped,
  FirstStartup
}
 The PlayState enum.