Sayonara Player
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 NCover
 NFetcher
 CAllmusic
 CAmazon
 CAudioscrobbler
 CBaseThe CoverFetcherInterface interface
 CDeezer
 CDirectFetcher
 CDiscogs
 CGoogleThe GoogleCoverFetcher class. See CoverFetcherInterface
 CManagerRetrieve Download Urls for Cover Searcher. CoverFetcherInterface can be registered, so for example a last.fm cover fetcher via the register_cover_fetcher method. A specific CoverFetcherInterface may be retrieved by using the get_coverfetcher method
 CUrlAn Url is defined by its identifier and a custom url string. The identifier is the same as being used in the Cover::Fetcher::Base classes. The url is a standard string you also can enter in your browser. The identifier can be used to ask its active status in the Cover::Fetcher::Manager for example
 CWebsiteParses a website for all images. This cover fetcher behaves different from the others because every Cover::Fetcher::Base has a special website attached to it. This one does not have a special website. The search address will return the input itself because when searching for "https://kexp.org" this is exactly the search address
 CYandex
 CAlternativeLookupThe CoverLookupAlternative class
 CChangeNotfier
 CExtractor
 CLocation
 CLookupThe CoverLookup class
 CLookupBaseThe CoverLookupInterface class
 CWebCoverFetcher
 NDB
 CAlbums
 CArtistIdInfo
 CArtists
 CBase
 CBookmarks
 CConnector
 CCovers
 CEqualizer
 CFixes
 CLibrary
 CLibraryDatabase
 CModule
 CPlaylist
 CPodcasts
 CRangeMapping
 CSession
 CSettings
 CShortcuts
 CSmartPlaylists
 CStandardConnectorFixes
 CStreams
 CTracks
 CVisualStyles
 NDbus
 NMpris
 CMediaPlayer2
 CAdapator
 CMediaKeysInterface
 CMediaKeysInterfaceGnome
 CMediaKeysInterfaceMate
 CNotifications
 CSessionManager
 NDirectory
 CContextMenuThe DirectoryContextMenu class
 CFileListModel
 CFileListView
 CIconProviderThe IconProvider class
 CIconWorkerThread
 CMetaDataScanner
 CModelThe SearchableFileTreeModel class
 CTreeViewThe DirectoryTreeView class
 NDynamicPlayback
 CArtistMatch
 CEntry
 CHandler
 CLfmSimilarArtistFetcher
 CLfmSimilarArtistFetcherFactory
 CLocalSimilarArtistFetcher
 CParsingResult
 CSimilarArtistFetcher
 CSimilarArtistFetcherFactory
 NEngine
 NCallbacks
 CTrackContext
 NUtils
 CGObjectAutoFree
 CAutoUnref
 CDont_Use_Integers_In_GObject_Set
 CEngine
 CHandler
 CLevelDataReceiverThe LevelDataReceiver class
 CPipeline
 CPipelineFactory
 CRawAudioDataReceiverThe RawSoundReceiver interface
 CSimplePipelineFactory
 CSpectrumDataReceiverThe SpectrumReceiver class
 CStandardPipelineFactory
 NGui
 NLibrary
 CContainer
 CAbstractStationPlugin
 CAbstrWidgetTemplateThe AbstrWidgetTemplate class
 CAsyncDropHandler
 CByteArrayConverter
 CCalendarDialog
 CCalendarWidget
 CCheckableItem
 CCheckableListView
 CComboBox
 CComboBoxDelegate
 CCompleterA QCompleter where you can easily change the underlying QStringList without allocating a new object
 CContextMenu
 CContextMenuFilterThe ContextMenuFilter class
 CCoverButtonThe CoverButton class
 CCoverPreferenceActionThe CoverPreferenceAction class
 CCustomMimeData
 CDialogDialog with Settings connection. Also contains triggers for language_changed() and skin_changed(). Emits sig_closed() when closed
 CDirectoryChooser
 CDoubleCalendarDialog
 CDragableThe Dragable class
 CDragableConnector
 CEqualizerSliderThe EqSlider class
 CExtensionSetCollection of extensions. Handles extensions currently active or inactive and the extension toolbar
 CFloatingLabelThe FloatingLabel class. A QLabel where the text floats from left to right and vice versa so there's no need for word wrapping anymore
 CGenericFilterThe GenericFilter class
 CHeaderView
 CHideFilterThe HideFilter class
 CImageButton
 CImageSelectionDialogA selection dialog that displays an image and also its size
 CKeyPressFilterThe KeyPressFilter class
 CLibraryPreferenceActionThe LibraryPreferenceAction class
 CLineEditGUI class for String fields meant to convert content to first upper case by a context menu
 CLineInputDialogDialog for entering one line. Listen for the sig_closed() signal for the Gui::Dialog class and request the text value afterwards if LineInputDialog::ReturnValue is set to LineInputDialog::ReturnValue::Ok
 CMainWindowThe SayonaraMainWindow class
 CMenuToolButton
 CMergeMenu
 CMiniSearcher
 CMiniSearchEventFilter
 CMouseEnterFilterThe MouseEnterFilter class
 CMouseLeaveFilterThe MouseLeaveFilter class
 CMouseMoveFilterThe MouseMoveFilter class
 CMousePressedFilterThe MouseMoveFilter class
 CMouseReleasedFilterThe MouseMoveFilter class
 CPaintFilterThe PaintFilter class
 CPlayerPreferencesActionThe PlayerPreferencesAction class
 CPlaylistGeneratorPreferenceAction
 CPlaylistPreferenceActionThe PlaylistPreferenceAction class
 CPreferenceActionA PreferenceAction can be added to each widget supporting QActions. When triggering this action, the PreferenceDialog is openend with the appropriate entry chosen
 CProgressBarCreate a new Progress bar indicating progress of its parent widget Set the position. Every time when QWidget::show() or QWidget::setVisible(true) is called the progress bar is shown
 CRatingEditor
 CRatingLabel
 CResizeFilterThe ShowFilter class
 CSearchPreferenceActionThe SearchPreferenceAction class
 CSearchSlider
 CShortcutPreferenceAction
 CShowFilterThe ShowFilter class
 CSlider
 CSplitter
 CSplitterHandle
 CStreamPreferenceAction
 CStreamRecorderPreferenceActionThe StreamRecorderPreferenceAction class
 CStyledItemDelegateAssures a certain height of rows in a table and tree view
 CWidgetWidget with Settings connection. Also contains triggers for language_changed() and skin_changed() \nThe widget's content can be exported to a Dialog via the box_into_dialog() method
 CWidgetTemplateTemplate for Sayonara Widgets. This template is responsible for holding a reference to the settings
 CWidgetTemplateParentThe WidgetTemplateParent class
 NID3v2
 CAlbumArtistFrame
 CComposerFrame
 CCoverFrame
 CDiscnumberFrame
 CID3v2Frame
 CLyricsFrame
 CPopularimeterFrame
 NLastFM
 CBase
 CLoginInfo
 CLoginThread
 CTrackChangedThread
 CWebAccess
 NLibrary
 CAlbumCoverFetchThreadThis class organizes requests for new Covers for the AlbumCoverView. When looking for covers, not all requests should be fired simultaneously, so there should be a buffer assuring that covers are found one by one. Albums are organized by hashes, each album has a CoverLocation. A new request is added to the queue by calling add_data(). A new request is handled BEFORE old requests. The thread is locked until the done() function is called. The thread emits the signal sig_next(). The cover location and the hash which should be processed next can be fetched by current_hash() and current_coverLocation()
 CAlbumModel
 CAlbumView
 CArtistModel
 CArtistView
 CCacheProcessor
 CCacheResult
 CColumnHeaderThe ColumnHeader class
 CColumnHeaderAlbum
 CColumnHeaderArtist
 CColumnHeaderTrack
 CContextMenu
 CCopyProcessor
 CCoverDelegate
 CCoverModel
 CCoverView
 CCoverViewContextMenu
 CCoverViewPixmapCacheA cache class. Internally handled as QCache class
 CCoverViewSortorderInfo
 CDiscActionA single action representing one or all discs
 CDiscPopupMenuA menu containing various DiscAction objects
 CFileExtensionBar
 CFilter
 CGenreTreeItem
 CGenreViewThe GenreView class
 CGenreViewContextMenuContext Menu for the tree view. Notification of the tree view action is done by using a bool setting listener to Set::Lib_GenreTree So there's not signal for it. Everything else can be accessed using the methods of Gui::ContextMenu
 CGUI_AbstractLibrary
 CGUI_CoverView
 CGUI_EmptyLibraryThe GUI_EmptyLibrary class
 CGUI_LibraryInfoBoxA info box containing library statistics ::
 CGUI_LibraryReloadDialogReload dialog containing a combo box which allows you choosing between fast and deep reloading
 CGUI_LocalLibrary
 CHeaderView
 CImportCache
 CImporter
 CInfoThe Info class
 CInfoAccessor
 CItemModel
 CItemView
 CLibraryContainer
 CLocalLibraryMenuA menu in the player's menubar containing some library actions
 CLocalLibraryObserver
 CManager
 CMenuButtonViews
 CMergeData
 CPlayActionEventHandler
 CPluginCombobox
 CPluginComboBoxDelegate
 CPluginHandler
 CRatingDelegateA special delegate class for tables containing a rating
 CReloadThread
 CReloadThreadFileScanner
 CSearchBar
 CSortings
 CTableView
 CTrackModel
 CTrackView
 NLyrics
 CLookup
 CLyrics
 CServer
 CServerEntry
 NModels
 CCover
 CDiscnumber
 CPopularimeter
 NMP4
 CAlbumArtistFrame
 CCoverFrame
 CDiscnumberFrame
 CITunesRatingFrame
 CLyrics
 CMediaMonkeyRateFrame
 CMP4Frame
 CRtngFrame
 NPipelineExtensions
 NProbing
 CGenericProbingData
 CBroadcastable
 CBroadcaster
 CCrossfader
 CDelayedPlaybackInvoker
 CEqualizer
 CPitcher
 CPlaystateController
 CPositionAccessor
 CRawDataReceiver
 CStreamRecordable
 CStreamRecorderBin
 CVisualizerBin
 NPlayerPluginInterface for PlayerPlugin classes. get_name() and language_changed() must be overwritten
 CBase
 CHandler
 NPlaylist
 CAccessor
 CActionMenu
 CBookmarksMenuThe BookmarksMenu class
 CBottomBar
 CBottomBarButton
 CChangeNotifier
 CChooser
 CCommandProcessor
 CContextMenu
 CCreator
 CDBInterface
 CDelegateThe PlaylistItemDelegate class
 CHandler
 CLibraryInteractor
 CLoaderThe PlaylistLoader class
 CLoaderImpl
 CLocalPathPlaylistCreator
 CLocalPathProcessor
 CModeThe Mode class
 CModel
 CPlaylist
 CShuffleHistory
 CSortingMenu
 CStopBehavior
 CTabBar
 CTabMenuThe PlaylistTabMenu class
 CTabWidget
 CView
 NPreferences
 CActionThe action, which is used to access the Preference
 CBase
 NSC
 CAlbumView
 CArtistView
 CContextMenu
 CDatabase
 CDataFetcher
 CGUI_ArtistSearch
 CGUI_Library
 CJsonParser
 CLibrary
 CLibraryContainer
 CLibraryDatabase
 COAuthTokenInfo
 CSearchInformation
 CSearchInformationList
 CTokenObserver
 CTrackView
 NSession
 CEntry
 CManager
 NSmartPlaylists
 CDateConverter
 CStringConverter
 CTimeSpan
 CTimeSpanConverter
 NSomaFM
 CAsyncDropHandler
 CGUI_SomaFM
 CLibrary
 CLibraryContainer
 CStation
 CStationModel
 NStreamRecorder
 NUtils
 CTargetPath
 CData
 CStreamRecorder
 NTaggingThe GUI_TagEdit class
 CAbstractFrame
 CAbstractFrameHelper
 CChangeInformation
 CChangeNotifierThe MetaDataChangeNotifier class (Singleton)
 CCoverEditor
 CEditor
 CExpressionThe TagExpression class
 CFileTypeResolver
 CParsedTag
 CTagReader
 CTagWriter
 CUserOperations
 NUi
 CGUI_AlternativeCovers
 CGUI_AudioConverter
 CGUI_Bookmarks
 CGUI_Broadcast
 CGUI_BroadcastPreferences
 CGUI_ConfigureStation
 CGUI_Controls
 CGUI_ControlsNew
 CGUI_CoverEdit
 CGUI_CoverPreferences
 CGUI_CoverView
 CGUI_Crossfader
 CGUI_CssEditor
 CGUI_DeleteDialog
 CGUI_DirectoryView
 CGUI_EditLibrary
 CGUI_EmptyLibrary
 CGUI_EnginePreferences
 CGUI_Equalizer
 CGUI_FailMessageBox
 CGUI_FileExtensionPreferences
 CGUI_History
 CGUI_IconPreferences
 CGUI_ImportDialog
 CGUI_LanguagePreferences
 CGUI_LastFmPreferences
 CGUI_LevelPainter
 CGUI_LibraryInfoBox
 CGUI_LibraryPreferences
 CGUI_LibraryReloadDialog
 CGUI_LocalLibrary
 CGUI_Logger
 CGUI_Lyrics
 CGUI_LyricsPreferences
 CGUI_NotificationPreferences
 CGUI_OtherSettings
 CGUI_Player
 CGUI_PlayerPlugin
 CGUI_PlayerPreferences
 CGUI_PlaylistChooser
 CGUI_PlaylistGeneratorPreferences
 CGUI_PlaylistPreferences
 CGUI_Podcasts
 CGUI_PreferenceDialog
 CGUI_ProxyPreferences
 CGUI_SearchPreferences
 CGUI_ShortcutEntry
 CGUI_ShortcutPreferences
 CGUI_Shutdown
 CGUI_SomaFM
 CGUI_SoundcloudArtistSearch
 CGUI_SoundcloudLibrary
 CGUI_Spectrum
 CGUI_Speed
 CGUI_SpeedPreferences
 CGUI_StationSearcher
 CGUI_Stream
 CGUI_StreamPreferences
 CGUI_StreamRecorderPreferences
 CGUI_Style
 CGUI_TagEdit
 CGUI_TagFromPath
 CGUI_TargetPlaylistDialog
 CGUI_UiPreferences
 CGuiSmartPlaylists
 CInfoDialog
 CLineInputDialog
 CPlaylistWindow
 NUtilHelper functions
 CArchiveExtractor
 CDirectoryReader
 CFilepath
 CFileSystem
 CImageThe Image class
 CMeasureApp
 CSetA set structure. Inherited from std::set with some useful methods. For integer and String this set is ordered
 CTreeThe Tree class
 CVersion
 NUtils
 CTimer
 NXiph
 CAlbumArtistFrame
 CCoverFrame
 CDiscnumberFrame
 CFmpsRatingFrame
 CFmpsUserRatingFrame
 CLyricsFrame
 CRatingFrame
 CXiphFrame
 CAbstractLibrary
 CAbstractPlaylistParser
 CAbstractStationHandler
 CAbstractWebClientStopper
 CAbstrSetting
 CAbstrSettingNotifier
 CAddOperation
 CAlbum
 CAlbumInfo
 CAlbumList
 CApplication
 CArtist
 CArtistInfo
 CArtistList
 CASXParser
 CAudioDataProvider
 CBookmark
 CBookmarks
 CBookmarkStorage
 CCastosPodcastParser
 CCastosPodcastSearcher
 CChangeOperation
 CChangePathOperation
 CColorList
 CColorStyle
 CCommandLineData
 CCommandLineParser
 CConfigurePodcastDialog
 CConfigureStreamDialog
 CConverter
 CConverterFactory
 CCoverDataProvider
 CCoverDataReceiver
 CCustomFieldThe CustomField class a CustomField is some additional entry than can be set for MetaData, Albums and Artists and will be displayed on the Info Dialog These custom fields are intendend for Plugins
 CCustomPlaylist
 CDirectorySelectionHandler
 CDynamicPlaybackChecker
 CEmptyLibraryContainer
 CEqualizer
 CEqualizerSettingThe EQ_Setting class. Container for Equalizer configurations
 CExternUrlsDragDropHandler
 CFileCopyThread
 CFileDeleteThread
 CFileMoveThread
 CFileOperations
 CFileOperationThread
 CFileRenameThread
 CFMStreamParser
 CFMStreamSearcher
 CGenre
 CGenreFetcher
 CGUI_AlternativeCoversThe GUI_AlternativeCovers class
 CGUI_AudioConverter
 CGUI_BookmarksThe GUI_Bookmarks class
 CGUI_Broadcast
 CGUI_BroadcastPreferences
 CGUI_ConfigureStation
 CGUI_Controls
 CGUI_ControlsBase
 CGUI_ControlsNew
 CGUI_CoverEdit
 CGUI_CoverPreferences
 CGUI_Crossfader
 CGUI_CssEditor
 CGUI_DeleteDialog
 CGUI_DirectoryView
 CGUI_EditLibrary
 CGUI_EnginePreferences
 CGUI_EqualizerThe GUI_Equalizer class
 CGUI_FailMessageBoxThe GUI_FailMessageBox class
 CGUI_FileExpressionDialog
 CGUI_FileExtensionPreferences
 CGUI_History
 CGUI_IconPreferences
 CGUI_ImportDialog
 CGUI_InfoDialog
 CGUI_LanguagePreferences
 CGUI_LastFmPreferences
 CGUI_LevelPainter
 CGUI_LibraryPreferences
 CGUI_Logger
 CGUI_Lyrics
 CGUI_LyricsPreferences
 CGUI_NotificationPreferences
 CGUI_OtherSettings
 CGUI_Player
 CGUI_PlayerPlugin
 CGUI_PlayerPreferences
 CGUI_Playlist
 CGUI_PlaylistChooser
 CGUI_PlaylistGeneratorPreferences
 CGUI_PlaylistPreferences
 CGUI_Podcasts
 CGUI_PreferenceDialog
 CGUI_ProxyPreferences
 CGUI_SearchPreferences
 CGUI_ShortcutEntryThe delegate class for displaying a shortcut
 CGUI_ShortcutPreferencesThe GUI_ShortcutPreferences class
 CGUI_Shutdown
 CGUI_SpectrogramPainter
 CGUI_Spectrum
 CGUI_Speed
 CGUI_SpeedPreferences
 CGUI_StationSearcher
 CGUI_Stream
 CGUI_StreamPreferences
 CGUI_StreamRecorderPreferences
 CGUI_StyleSettings
 CGUI_TagEdit
 CGUI_TagFromPath
 CGUI_TargetPlaylistDialog
 CGUI_TrayIcon
 CGUI_UiPreferences
 CGuiSmartPlaylists
 CHistoryContainer
 CHistoryEntryModel
 CHistoryEntryWidget
 CHistoryTableView
 CIcyWebAccess
 CInfoDialogContainer
 CInfoDialogContainerAsyncHandler
 CInputField
 CInstanceChecker
 CInstanceThread
 CLameConverter
 CLang
 CLanguagePreferences
 CLanguageData
 CLanguageStringThe LanguageString class
 CLevelDataProvider
 CLibraryItemThe LibraryItem class
 CLibraryItemInfo
 CLibraryListModel
 CLibraryPlaylistInteractor
 CLibraryTrackAccessor
 CLocalLibrary
 CLocalLibraryContainer
 CLogEntry
 CLoggerThe Logger class
 CLogListener
 CLogObject
 CLyricsLibraryContainer
 CM3UParser
 CMenubar
 CMessageReceiverInterfaceThe GlobalMessageReceiverInterface class
implement this class in order to have the possibility to show messages
 CMetaData
 CBookmark
 CMetaDataInfo
 CMetaDataList
 CMinMaxIntegerDialog
 CMoveOperation
 CNotificationHandler
 CNotificator
 COggConverter
 COpusConverter
 COrgFreedesktopNotificationsInterface
 COrgGnomeSessionManagerInterface
 COrgGnomeSettingsDaemonMediaKeysInterface
 COrgMateSettingsDaemonMediaKeysInterface
 COrgMprisMediaPlayer2Adaptor
 COrgMprisMediaPlayer2PlayerAdaptor
 CPlaylistGeneratorConfigurator
 CPlayManager
 CPLSParser
 CPluginCloseButtonThe MenuButton class.
A button that sends a signal when clicked.
This Class is meant for inheritance like MenuToolButton does
 CPodcast
 CPodcastHandler
 CPodcastSearcherHandler
 CPreferenceRegistry
 CPreferenceUi
 CQList
 CQMap
 CQPair
 CRadioBrowserParser
 CRadioBrowserSearcher
 CRadioStation
 CRadioUrl
 CRandomGenerator
 CRawAudioDataProvider
 CRawColorStyle
 CRawShortcutMapThe RawShortcutMap struct consisting of a specifier writable into database and a shortcut. This class is used for converting a shortcut map into its database representation
 CRemoveOperation
 CRenameOperation
 CSearchableTableModel
 CSearchableTableView
 CSearchModel
 CSearchView
 CSelectionViewInterface
 CSetting
 CSettingConvertible
 CSettingIdentifier
 CSettingNotifier
 CSettings
 CShortcutA single shortcut managed by ShortcutHandler. This class holds information about the default shortcuts, the user defined shortcuts, a name attached to each shortcut an identifier which is written into the database and a list of the corresponding shortcuts in the Qt format
 CShortcutHandlerA singleton class for retrieving shortcuts
 CShortcutLineEditThe ShortcutLineEdit class
 CShutdown
 CSmartPlaylist
 CSmartPlaylistByCreateDate
 CSmartPlaylistByListeningDate
 CSmartPlaylistByRating
 CSmartPlaylistByRelativeDate
 CSmartPlaylistByYear
 CSmartPlaylistDatabaseEntry
 CSmartPlaylistManager
 CSmartPlaylistRandomAlbum
 CSmartPlaylistRandomTracks
 CSomaFMStationDelegate
 CSomaFMStationView
 CSoundModifier
 CSpectrumDataProvider
 CSpectrumLabel
 CSpid
 CStation
 CStationParser
 CStationParserFactory
 CStationSearcher
 CStationSearcherHandler
 CStream
 CStreamDataSenderThe StreamDataSender class. This class is used for sending the raw bytes
 CStreamHandler
 CStreamHttpParserParses requests out of the Client
 CStreamParser
 CStreamSearcherHandler
 CStreamServerThe StreamServer class. This class is listening for new connections and holds and administrates current connections
 CStreamServerHandler
 CStreamWriterThe StreamWriter class. This class is the interface between StreamDataSender and StreamServer. It watches the client socket and spreads data to its client
 CStringValidator
 CStyleSettings
 CTagButton
 CTagLineEditThe TagLineEdit class
 CTextSelectionHolds start and size of a selection
 CTimeSpanChooser
 CTranslator
 CTrayIconContextMenu
 CUi_GUI_AlternativeCovers
 CUi_GUI_AudioConverter
 CUi_GUI_Bookmarks
 CUi_GUI_Broadcast
 CUi_GUI_BroadcastPreferences
 CUi_GUI_ConfigureStation
 CUi_GUI_Controls
 CUi_GUI_ControlsNew
 CUi_GUI_CoverEdit
 CUi_GUI_CoverPreferences
 CUi_GUI_CoverView
 CUi_GUI_Crossfader
 CUi_GUI_CssEditor
 CUi_GUI_DeleteDialog
 CUi_GUI_DirectoryView
 CUi_GUI_EditLibrary
 CUi_GUI_EmptyLibrary
 CUi_GUI_EnginePreferences
 CUi_GUI_Equalizer
 CUi_GUI_FailMessageBox
 CUi_GUI_FileExtensionPreferences
 CUi_GUI_History
 CUi_GUI_IconPreferences
 CUi_GUI_ImportDialog
 CUi_GUI_LanguagePreferences
 CUi_GUI_LastFmPreferences
 CUi_GUI_LevelPainter
 CUi_GUI_LibraryInfoBox
 CUi_GUI_LibraryPreferences
 CUi_GUI_LibraryReloadDialog
 CUi_GUI_LocalLibrary
 CUi_GUI_Logger
 CUi_GUI_Lyrics
 CUi_GUI_LyricsPreferences
 CUi_GUI_NotificationPreferences
 CUi_GUI_OtherSettings
 CUi_GUI_Player
 CUi_GUI_PlayerPlugin
 CUi_GUI_PlayerPreferences
 CUi_GUI_PlaylistChooser
 CUi_GUI_PlaylistGeneratorPreferences
 CUi_GUI_PlaylistPreferences
 CUi_GUI_Podcasts
 CUi_GUI_PreferenceDialog
 CUi_GUI_ProxyPreferences
 CUi_GUI_SearchPreferences
 CUi_GUI_ShortcutEntry
 CUi_GUI_ShortcutPreferences
 CUi_GUI_Shutdown
 CUi_GUI_SomaFM
 CUi_GUI_SoundcloudArtistSearch
 CUi_GUI_SoundcloudLibrary
 CUi_GUI_Spectrum
 CUi_GUI_Speed
 CUi_GUI_SpeedPreferences
 CUi_GUI_StationSearcher
 CUi_GUI_Stream
 CUi_GUI_StreamPreferences
 CUi_GUI_StreamRecorderPreferences
 CUi_GUI_Style
 CUi_GUI_TagEdit
 CUi_GUI_TagFromPath
 CUi_GUI_TargetPlaylistDialog
 CUi_GUI_UiPreferences
 CUi_GuiSmartPlaylists
 CUi_InfoDialog
 CUi_LineInputDialog
 CUi_PlaylistWindow
 CVersionCheckerChecks if the version is up to date when instantiated
 CVisualColorStyleChooser
 CVisualPlugin
 CWebClient
 CWebClientFactory
 CWebClientImpl