VLC-Qt 0.8.0- (Different version)
VideoDelegate.h
00001 /****************************************************************************
00002 * VLC-Qt - Qt and libvlc connector library
00003 * Copyright (C) 2012 Tadej Novak <tadej@tano.si>
00004 *
00005 * This library is free software: you can redistribute it and/or modify
00006 * it under the terms of the GNU Lesser General Public License as published
00007 * by the Free Software Foundation, either version 3 of the License, or
00008 * (at your option) any later version.
00009 *
00010 * This library is distributed in the hope that it will be useful,
00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
00013 * GNU Lesser General Public License for more details.
00014 *
00015 * You should have received a copy of the GNU Lesser General Public License
00016 * along with this library. If not, see <http://www.gnu.org/licenses/>.
00017 *****************************************************************************/
00018 
00019 #ifndef VLCQT_VIDEODELEGATE_H_
00020 #define VLCQT_VIDEODELEGATE_H_
00021 
00022 #include <QtCore/QObject>
00023 #include <QtGui/qwindowdefs.h>
00024 
00025 #include "SharedExportCore.h"
00026 
00027 class VlcMediaPlayer;
00028 
00035 class VLCQT_CORE_EXPORT VlcVideoDelegate
00036 {
00037 public:
00041     VlcVideoDelegate();
00042 
00046     ~VlcVideoDelegate();
00047 
00055     virtual WId request() = 0;
00056 
00060     virtual void release() = 0;
00061 };
00062 
00063 #endif // VLCQT_VIDEODELEGATE_H_
 All Classes Namespaces Functions Enumerations