/*************************************************************************** playerview.h - description ------------------- begin : Fri Sep 15 10:27:05 CET 2006 copyright : (C) 2006 by Harald Krippel email : harald@the-develop.net ***************************************************************************/ /*************************************************************************** * * * 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. * * * ***************************************************************************/ #ifndef PLAYERVIEW_H #define PLAYERVIEW_H #ifdef HAVE_CONFIG_H #include #endif #include "listviews.hpp" class QLabel; class PlayerView : public QObject { Q_OBJECT public: PlayerView(QObject *parent = 0); ~PlayerView(); void newWirebox( FolderListItem * i); public slots: protected: private: Glcontrol *gl; }; #endif // PLAYERVIEW_H