singerbot, automation editor and other improvements
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@462 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* effect_select_dialog.h - dialog to choose effect plugin
|
||||
*
|
||||
* Copyright (c) 2006 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
* Copyright (c) 2006-2007 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
* This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net
|
||||
*
|
||||
@@ -88,6 +88,10 @@ signals:
|
||||
void doubleClicked( const effectKey & _key );
|
||||
|
||||
|
||||
protected:
|
||||
virtual void resizeEvent( QResizeEvent * );
|
||||
|
||||
|
||||
protected slots:
|
||||
void onHighlighted( int _plugin );
|
||||
void onAddButtonReleased();
|
||||
@@ -100,7 +104,6 @@ private:
|
||||
effectKey m_currentSelection;
|
||||
|
||||
Q3ListBox * m_pluginList;
|
||||
QWidget * m_descriptionWidgetParent;
|
||||
QWidget * m_descriptionWidget;
|
||||
|
||||
} ;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* plugin.h - class plugin, the base-class and generic interface for all plugins
|
||||
*
|
||||
* Copyright (c) 2005-2006 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
* Copyright (c) 2005-2007 Tobias Doerffel <tobydox/at/users.sourceforge.net>
|
||||
*
|
||||
* This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net
|
||||
*
|
||||
@@ -134,10 +134,9 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
virtual QWidget * createDescriptionWidget(
|
||||
virtual void fillDescriptionWidget(
|
||||
QWidget *, engine *, const key & )
|
||||
{
|
||||
return( NULL );
|
||||
}
|
||||
virtual void listSubPluginKeys( engine *,
|
||||
plugin::descriptor *,
|
||||
|
||||
Reference in New Issue
Block a user