|
| void | onBrowserDownloadsClicked () |
| |
| void | onBrowserUpClicked () |
| |
| void | onBrowserStartClicked () |
| |
| void | initContentTableWidget () |
| |
| void | initContentGridLayout () |
| |
| void | onViewClosedDocksAboutToShow () |
| |
| void | onShowHiddenDockWidgetAction () |
| |
| void | setCoreActions () |
| |
| void | onRunClicked () |
| |
| void | loadContent (const QHash< QString, QString > &contentHash) |
| |
| void | onStartCoreClicked () |
| |
| void | onTableWidgetEnterPressed () |
| |
| void | onTableWidgetDeletePressed () |
| |
| void | selectBrowserDir (QString path) |
| |
| void | resizeThumbnails (bool one, bool two, bool three) |
| |
| void | onResizeThumbnailOne () |
| |
| void | onResizeThumbnailTwo () |
| |
| void | onResizeThumbnailThree () |
| |
| void | appendLogMessage (const QString &msg) |
| |
| void | onGotLogMessage (const QString &msg) |
| |
| void | onGotStatusMessage (QString msg, unsigned priority, unsigned duration, bool flush) |
| |
| void | reloadPlaylists () |
| |
| void | deferReloadPlaylists () |
| |
| void | onGotReloadPlaylists () |
| |
| void | onGotReloadShaderParams () |
| |
| void | onGotReloadCoreOptions () |
| |
| void | showWelcomeScreen () |
| |
| void | onIconViewClicked () |
| |
| void | onListViewClicked () |
| |
| void | onTabWidgetIndexChanged (int index) |
| |
| void | deleteCurrentPlaylistItem () |
| |
| void | onFileDropWidgetContextMenuRequested (const QPoint &pos) |
| |
| void | showAbout () |
| |
| void | showDocs () |
| |
| void | updateRetroArchNightly () |
| |
| void | onUpdateRetroArchFinished (bool success) |
| |
| void | onThumbnailPackExtractFinished (bool success) |
| |
| void | deferReloadShaderParams () |
| |
| void | downloadThumbnail (QString system, QString title, QUrl url=QUrl()) |
| |
| void | downloadAllThumbnails (QString system, QUrl url=QUrl()) |
| |
| void | downloadPlaylistThumbnails (QString playlistPath) |
| |
| void | downloadNextPlaylistThumbnail (QString system, QString title, QString type, QUrl url=QUrl()) |
| |
|
| | MainWindow (QWidget *parent=NULL) |
| |
| | ~MainWindow () |
| |
| TreeView * | dirTreeView () |
| |
| ListWidget * | playlistListWidget () |
| |
| TableWidget * | contentTableWidget () |
| |
| FlowLayout * | contentGridLayout () |
| |
| QWidget * | contentGridWidget () |
| |
| QWidget * | searchWidget () |
| |
| QLineEdit * | searchLineEdit () |
| |
| QComboBox * | launchWithComboBox () |
| |
| QToolButton * | startCorePushButton () |
| |
| QToolButton * | coreInfoPushButton () |
| |
| QToolButton * | runPushButton () |
| |
| QToolButton * | stopPushButton () |
| |
| QTabWidget * | browserAndPlaylistTabWidget () |
| |
| QVector< QHash< QString, QString > > | getPlaylistDefaultCores () |
| |
| ViewOptionsDialog * | viewOptionsDialog () |
| |
| QSettings * | settings () |
| |
| QVector< QHash< QString, QString > > | getCoreInfo () |
| |
| void | setTheme (Theme theme=THEME_SYSTEM_DEFAULT) |
| |
| Theme | theme () |
| |
| Theme | getThemeFromString (QString themeString) |
| |
| QString | getThemeString (Theme theme) |
| |
| QHash< QString, QString > | getSelectedCore () |
| |
| void | showStatusMessage (QString msg, unsigned priority, unsigned duration, bool flush) |
| |
| bool | showMessageBox (QString msg, MessageBoxType msgType=MSGBOX_TYPE_INFO, Qt::WindowModality modality=Qt::ApplicationModal, bool showDontAsk=true, bool *dontAsk=NULL) |
| |
| bool | setCustomThemeFile (QString filePath) |
| |
| void | setCustomThemeString (QString qss) |
| |
| const QString & | customThemeString () const |
| |
| GridItem * | doDeferredImageLoad (GridItem *item, QString path) |
| |
| void | setCurrentViewType (ViewType viewType) |
| |
| QString | getCurrentViewTypeString () |
| |
| ViewType | getCurrentViewType () |
| |
| void | setAllPlaylistsListMaxCount (int count) |
| |
| void | setAllPlaylistsGridMaxCount (int count) |
| |
| PlaylistEntryDialog * | playlistEntryDialog () |
| |
| void | addFilesToPlaylist (QStringList files) |
| |
| QString | getCurrentPlaylistPath () |
| |
| QHash< QString, QString > | getCurrentContentHash () |
| |
| QString | getSpecialPlaylistPath (SpecialPlaylist playlist) |
| |
| QVector< QPair< QString, QString > > | getPlaylists () |
| |
| QString | getScrubbedString (QString str) |
| |
|
| void | onLoadCoreClicked (const QStringList &extensionFilters=QStringList()) |
| |
| void | onUnloadCoreMenuAction () |
| |
| void | onTimeout () |
| |
| void | onCoreLoaded () |
| |
| void | onCurrentListItemChanged (QListWidgetItem *current, QListWidgetItem *previous) |
| |
| void | onCurrentTableItemChanged (QTableWidgetItem *current, QTableWidgetItem *previous) |
| |
| void | onCurrentTableItemDataChanged (QTableWidgetItem *item) |
| |
| void | onCurrentListItemDataChanged (QListWidgetItem *item) |
| |
| void | currentItemChanged (const QHash< QString, QString > &hash) |
| |
| void | onSearchEnterPressed () |
| |
| void | onSearchLineEditEdited (const QString &text) |
| |
| void | addPlaylistItemsToTable (const QStringList &paths, bool all=false) |
| |
| void | addPlaylistHashToTable (const QVector< QHash< QString, QString > > &items) |
| |
| void | addPlaylistItemsToGrid (const QStringList &paths, bool all=false) |
| |
| void | addPlaylistHashToGrid (const QVector< QHash< QString, QString > > &items) |
| |
| void | onContentItemDoubleClicked (QTableWidgetItem *item) |
| |
| void | onCoreLoadWindowClosed () |
| |
| void | onTreeViewItemsSelected (QModelIndexList selectedIndexes) |
| |
| void | onSearchResetClicked () |
| |
| void | onLaunchWithComboBoxIndexChanged (int index) |
| |
| void | onFileBrowserTreeContextMenuRequested (const QPoint &pos) |
| |
| void | onPlaylistWidgetContextMenuRequested (const QPoint &pos) |
| |
| void | onStopClicked () |
| |
| void | onDeferredImageLoaded () |
| |
| void | onZoomValueChanged (int value) |
| |
| void | onContentGridInited () |
| |
| void | onUpdateGridItemPixmapFromImage (GridItem *item) |
| |
| void | onPendingItemUpdates () |
| |
| void | onGridItemDoubleClicked () |
| |
| void | onGridItemClicked (ThumbnailWidget *thumbnailWidget=NULL) |
| |
| void | onPlaylistFilesDropped (QStringList files) |
| |
| void | onShaderParamsClicked () |
| |
| void | onCoreOptionsClicked () |
| |
| void | onShowErrorMessage (QString msg) |
| |
| void | onShowInfoMessage (QString msg) |
| |
| void | onContributorsClicked () |
| |
| void | onItemChanged () |
| |
| void | onGridItemChanged (QString title) |
| |
| void | onFileSystemDirLoaded (const QString &path) |
| |
| void | onDownloadScroll (QString path) |
| |
| void | onDownloadScrollAgain (QString path) |
| |
| int | onExtractArchive (QString path, QString extractionDir, QString tempExtension, retro_task_callback_t cb) |
| |
| void | onUpdateNetworkError (QNetworkReply::NetworkError code) |
| |
| void | onUpdateNetworkSslErrors (const QList< QSslError > &errors) |
| |
| void | onRetroArchUpdateDownloadFinished () |
| |
| void | onUpdateDownloadProgress (qint64 bytesReceived, qint64 bytesTotal) |
| |
| void | onUpdateDownloadReadyRead () |
| |
| void | onUpdateDownloadCanceled () |
| |
| void | onThumbnailDownloadNetworkError (QNetworkReply::NetworkError code) |
| |
| void | onThumbnailDownloadNetworkSslErrors (const QList< QSslError > &errors) |
| |
| void | onThumbnailDownloadFinished () |
| |
| void | onThumbnailDownloadProgress (qint64 bytesReceived, qint64 bytesTotal) |
| |
| void | onThumbnailDownloadReadyRead () |
| |
| void | onThumbnailDownloadCanceled () |
| |
| void | onDownloadThumbnail (QString system, QString title) |
| |
| void | onThumbnailPackDownloadNetworkError (QNetworkReply::NetworkError code) |
| |
| void | onThumbnailPackDownloadNetworkSslErrors (const QList< QSslError > &errors) |
| |
| void | onThumbnailPackDownloadFinished () |
| |
| void | onThumbnailPackDownloadProgress (qint64 bytesReceived, qint64 bytesTotal) |
| |
| void | onThumbnailPackDownloadReadyRead () |
| |
| void | onThumbnailPackDownloadCanceled () |
| |
| void | onPlaylistThumbnailDownloadNetworkError (QNetworkReply::NetworkError code) |
| |
| void | onPlaylistThumbnailDownloadNetworkSslErrors (const QList< QSslError > &errors) |
| |
| void | onPlaylistThumbnailDownloadFinished () |
| |
| void | onPlaylistThumbnailDownloadProgress (qint64 bytesReceived, qint64 bytesTotal) |
| |
| void | onPlaylistThumbnailDownloadReadyRead () |
| |
| void | onPlaylistThumbnailDownloadCanceled () |
| |