LameXP/src/Dialog_MainWindow.h

213 lines
7.8 KiB
C
Raw Normal View History

2010-11-06 23:04:47 +01:00
///////////////////////////////////////////////////////////////////////////////
// LameXP - Audio Encoder Front-End
2012-01-02 00:52:27 +01:00
// Copyright (C) 2004-2012 LoRd_MuldeR <MuldeR2@GMX.de>
2010-11-06 23:04:47 +01:00
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License along
// with this program; if not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
//
// http://www.gnu.org/licenses/gpl-2.0.txt
///////////////////////////////////////////////////////////////////////////////
#pragma once
#include "../tmp/UIC_MainWindow.h"
//Class declarations
class QFileSystemModelEx;
2010-11-06 23:04:47 +01:00
class WorkingBanner;
class MessageHandlerThread;
class AudioFileModel;
class MetaInfoModel;
2010-11-12 19:02:01 +01:00
class SettingsModel;
class QButtonGroup;
class FileListModel;
class AbstractEncoder;
class QMenu;
2010-12-22 01:01:01 +01:00
class DropBox;
class CustomEventFilter;
2010-11-06 23:04:47 +01:00
class MainWindow: public QMainWindow, private Ui::MainWindow
{
Q_OBJECT
public:
MainWindow(FileListModel *fileListModel, AudioFileModel *metaInfo, SettingsModel *settingsModel, QWidget *parent = 0);
2010-11-06 23:04:47 +01:00
~MainWindow(void);
bool isAccepted() { return m_accepted; }
2010-11-06 23:04:47 +01:00
private slots:
void aboutButtonClicked(void);
void addFileDelayed(const QString &filePath, bool tryASAP = false);
2010-11-06 23:04:47 +01:00
void addFilesButtonClicked(void);
void addFilesDelayed(const QStringList &filePaths, bool tryASAP = false);
void addFavoriteFolderActionTriggered(void);
void addFolderDelayed(const QString &folderPath, bool recursive);
2011-05-21 13:07:17 +02:00
void aftenCodingModeChanged(int value);
void aftenDRCModeChanged(int value);
void aftenFastAllocationChanged(bool checked);
void aftenSearchSizeChanged(int value);
void autoDetectInstancesChanged(bool checked);
void bitrateManagementEnabledChanged(bool checked);
void bitrateManagementMaxChanged(int value);
void bitrateManagementMinChanged(int value);
void browseCustomTempFolderButtonClicked(void);
void centerOutputFolderModel(void);
2012-03-29 19:08:33 +02:00
void centerOutputFolderModel_doAsync(void);
2011-05-21 13:07:17 +02:00
void channelModeChanged(int value);
void checkForBetaUpdatesActionTriggered(bool checked);
void checkUpdatesActionActivated(void);
2010-11-06 23:04:47 +01:00
void clearFilesButtonClicked(void);
2011-05-21 13:07:17 +02:00
void clearMetaButtonClicked(void);
void closeButtonClicked(void);
void customParamsChanged(void);
void customParamsHelpRequested(QObject*);
2011-05-21 13:07:17 +02:00
void customTempFolderChanged(const QString &text);
void disableNeroAacNotificationsActionTriggered(bool checked);
void disableShellIntegrationActionTriggered(bool);
2011-06-26 15:33:44 +02:00
void disableSlowStartupNotificationsActionTriggered(bool checked);
2011-05-21 13:07:17 +02:00
void disableSoundsActionTriggered(bool checked);
void disableUpdateReminderActionTriggered(bool checked);
void documentActionActivated(void);
void editMetaButtonClicked(void);
void encodeButtonClicked(void);
void exportCsvContextActionTriggered(void);
2010-11-06 23:04:47 +01:00
void fileDownButtonClicked(void);
void fileUpButtonClicked(void);
2011-05-21 13:07:17 +02:00
void findFileContextActionTriggered(void);
void forceStereoDownmixEnabledChanged(bool checked);
2010-11-06 23:04:47 +01:00
void gotoDesktopButtonClicked(void);
void gotoFavoriteFolder(void);
2011-05-21 13:07:17 +02:00
void gotoHomeFolderButtonClicked(void);
2010-11-06 23:04:47 +01:00
void gotoMusicFolderButtonClicked(void);
void handleDelayedFiles(void);
void hibernateComputerActionTriggered(bool checked);
2011-05-21 13:07:17 +02:00
void importCueSheetActionTriggered(bool checked);
void importCsvContextActionTriggered(void);
void initOutputFolderModel(void);
void initOutputFolderModel_doAsync(void);
2011-05-21 13:07:17 +02:00
void languageActionActivated(QAction *action);
void languageFromFileActionActivated(bool checked);
void makeFolderButtonClicked(void);
void metaTagsEnabledChanged(void);
void neroAAC2PassChanged(bool checked);
2011-05-21 13:07:17 +02:00
void neroAACProfileChanged(int value);
void normalizationEnabledChanged(bool checked);
void normalizationMaxVolumeChanged(double volume);
void normalizationModeChanged(int mode);
2011-05-21 13:07:17 +02:00
void notifyOtherInstance(void);
void openFolderActionActivated(void);
void opusSettingsChanged(void);
2011-05-21 13:07:17 +02:00
void outputFolderContextMenu(const QPoint &pos);
void outputFolderDirectoryLoaded(const QString &path);
void outputFolderEditFinished(void);
void outputFolderItemExpanded(const QModelIndex &item);
void outputFolderRowsInserted(const QModelIndex &parent, int start, int end);
2011-05-21 13:07:17 +02:00
void outputFolderViewClicked(const QModelIndex &index);
void outputFolderViewMoved(const QModelIndex &index);
void playlistEnabledChanged(void);
void prependRelativePathChanged(void);
void previewContextActionTriggered(void);
void refreshFolderContextActionTriggered(void);
2011-05-21 13:07:17 +02:00
void removeFileButtonClicked(void);
void renameOutputEnabledChanged(bool checked);
void renameOutputPatternChanged(void);
void renameOutputPatternChanged(const QString &text);
2011-05-21 13:07:17 +02:00
void resetAdvancedOptionsButtonClicked(void);
void restoreCursor(void);
void samplingRateChanged(int value);
void saveToSourceFolderChanged(void);
2011-09-18 02:01:45 +02:00
void showAnnounceBox(void);
2011-05-21 13:07:17 +02:00
void showDetailsButtonClicked(void);
void showDropBoxWidgetActionTriggered(bool checked);
void showFolderContextActionTriggered(void);
void showRenameMacros(const QString &text);
2011-05-21 13:07:17 +02:00
void sourceFilesContextMenu(const QPoint &pos);
void sourceFilesScrollbarMoved(int);
2011-05-21 13:07:17 +02:00
void sourceModelChanged(void);
void styleActionActivated(QAction *action);
void tabActionActivated(QAction *action);
void tabPageChanged(int idx);
void toneAdjustBassChanged(double value);
void toneAdjustTrebleChanged(double value);
void toneAdjustTrebleReset(void);
2011-05-21 13:07:17 +02:00
void updateBitrate(int value);
void updateEncoder(int id);
void updateLameAlgoQuality(int value);
void updateMaximumInstances(int value);
2011-05-21 13:07:17 +02:00
void updateRCMode(int id);
void useCustomTempFolderChanged(bool checked);
2011-05-21 13:07:17 +02:00
void visitHomepageActionActivated(void);
void windowShown(void);
2010-11-06 23:04:47 +01:00
protected:
virtual void changeEvent(QEvent *e);
virtual void closeEvent(QCloseEvent *event);
virtual void dragEnterEvent(QDragEnterEvent *event);
virtual void dropEvent(QDropEvent *event);
virtual bool eventFilter(QObject *obj, QEvent *event);
virtual void resizeEvent(QResizeEvent *event);
virtual void showEvent(QShowEvent *event);
virtual void keyPressEvent(QKeyEvent *e);
virtual bool event(QEvent *e);
virtual bool winEvent(MSG *message, long *result);
2010-11-06 23:04:47 +01:00
private:
void addFiles(const QStringList &files);
void addFolder(const QString &path, bool recursive = false, bool delayed = false);
bool checkForUpdates(void);
void refreshFavorites(void);
2011-05-21 13:07:17 +02:00
bool m_accepted;
bool m_firstTimeShown;
uint m_outputFolderViewInitCounter;
bool m_outputFolderViewCentering;
2011-05-21 13:07:17 +02:00
const bool m_neroEncoderAvailable;
const bool m_fhgEncoderAvailable;
const bool m_qaacEncoderAvailable;
2011-05-21 13:07:17 +02:00
2010-11-06 23:04:47 +01:00
WorkingBanner *m_banner;
QStringList *m_delayedFileList;
QTimer *m_delayedFileTimer;
2011-05-21 13:07:17 +02:00
DropBox *m_dropBox;
QLabel *m_dropNoteLabel;
FileListModel *m_fileListModel;
QFileSystemModelEx *m_fileSystemModel;
MessageHandlerThread *m_messageHandler;
AudioFileModel *m_metaData;
MetaInfoModel *m_metaInfoModel;
2011-05-21 13:07:17 +02:00
QMenu *m_outputFolderContextMenu;
2010-11-12 19:02:01 +01:00
SettingsModel *m_settings;
QMenu *m_sourceFilesContextMenu;
QMenu *m_outputFolderFavoritesMenu;
QLabel *m_outputFolderNoteBox;
2011-05-21 13:07:17 +02:00
QAction *m_findFileContextAction;
QAction *m_previewContextAction;
QAction *m_showDetailsContextAction;
QAction *m_showFolderContextAction;
QAction *m_refreshFolderContextAction;
QAction *m_addFavoriteFolderAction;
QAction *m_exportCsvContextAction;
QAction *m_importCsvContextAction;
2011-05-21 13:07:17 +02:00
QActionGroup *m_languageActionGroup;
QActionGroup *m_styleActionGroup;
QActionGroup *m_tabActionGroup;
QButtonGroup *m_encoderButtonGroup;
QButtonGroup *m_modeButtonGroup;
CustomEventFilter *m_evenFilterCustumParamsHelp;
2010-11-06 23:04:47 +01:00
};