You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdemultimedia/noatun/library/globalvideo.h

28 lines
339 B

#ifndef __GLOBALVIDEO_H
#define __GLOBALVIDEO_H
#include "noatun/video.h"
class GlobalVideo : public TQWidget
{
TQ_OBJECT
TQPopupMenu *menu;
VideoFrame *video;
public:
GlobalVideo();
public slots:
void appear();
void hide();
void slotAdaptSize(int w, int h);
protected:
void mouseReleaseEvent(TQMouseEvent *e);
};
#endif