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.
k9copy/src/k9prefmpeg4.h

60 lines
1.2 KiB

//
// C++ Interface:
//
// Description:
//
//
// Author: Jean-Michel PETIT <k9copy@free.fr>, (C) 2006
//
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef K9PREFMPEG4_H
#define K9PREFMPEG4_H
#include "prefMPEG4.h"
#include "k9common.h"
class k9prefMPEG4 : public prefMPEG4
{
Q_OBJECT
public:
k9prefMPEG4(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~k9prefMPEG4();
/*$PUBLIC_FUNCTIONS$*/
void save();
void load();
public slots:
/*$PUBLIC_SLOTS$*/
protected:
/*$PROTECTED_FUNCTIONS$*/
protected slots:
/*$PROTECTED_SLOTS$*/
virtual void ckMp4AspectRatioClick();
virtual void rgVideoSizeChanged();
virtual void cbMp4CodecActivated( int ){};
virtual void cbMp4AudioCodecActivated( int ){};
virtual void ck2passesClicked(){};
virtual void sbMp4SizeValueChanged( int ){};
virtual void sbAudioGainValueChanged( int ){};
virtual void sbMp4NumberCDValueChanged( int ) {};
virtual void leMp4WidthTextChanged( const TQString & ) {};
virtual void leMp4HeightTextChanged( const TQString & ) {};
virtual void leMp4AudioBitrateTextChanged( const TQString & ) {};
virtual void leMp4VideoBitrateTextChanged( const TQString & ) {};
virtual void ckUseCacheClick() {};
};
#endif