OSDN Git Service

Slightly different approach to move the disque.
[lamexp/LameXP.git] / src / Dialog_MetaInfo.h
index fcca527..8097e1c 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2011 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2013 LoRd_MuldeR <MuldeR2@GMX.de>
 //
 // 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
@@ -40,9 +40,16 @@ private slots:
        void upButtonClicked(void);
        void downButtonClicked(void);
        void editButtonClicked(void);
-       void contextMenuRequested(const QPoint &pos);
+       void infoContextMenuRequested(const QPoint &pos);
+       void artworkContextMenuRequested(const QPoint &pos);
+       void copyMetaInfoActionTriggered(void);
+       void clearMetaInfoActionTriggered(void);
        void clearArtworkActionTriggered(void);
 
+protected:
+       bool eventFilter(QObject *obj, QEvent *event);
+
 private:
-       QMenu *m_contextMenu;
+       QMenu *m_contextMenuInfo;
+       QMenu *m_contextMenuArtwork;
 };