lot of changes in artwork-/theming-handling
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@103 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -102,6 +102,11 @@ public:
|
||||
return( m_workingDir + SAMPLES_PATH );
|
||||
}
|
||||
|
||||
QString defaultArtworkDir( void ) const
|
||||
{
|
||||
return( m_dataDir + DEFAULT_THEME_PATH );
|
||||
}
|
||||
|
||||
QString artworkDir( void ) const
|
||||
{
|
||||
return( m_artworkDir );
|
||||
|
||||
@@ -53,7 +53,6 @@ struct descriptor
|
||||
|
||||
QPixmap getIconPixmap( const char * _name, int _w = -1, int _h = -1 );
|
||||
QString getText( const char * _name );
|
||||
void loadTranslation( const QString & _tname );
|
||||
|
||||
}
|
||||
|
||||
@@ -63,8 +62,7 @@ namespace PLUGIN_NAME
|
||||
{
|
||||
|
||||
QPixmap getIconPixmap( const char * _name, int _w = -1, int _h = -1 );
|
||||
QString getText( const char * _name );
|
||||
void loadTranslation( const QString & _tname );
|
||||
//QString getText( const char * _name );
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -82,7 +82,7 @@ public:
|
||||
const char * author;
|
||||
int version;
|
||||
pluginTypes type;
|
||||
embed::descriptor logo;
|
||||
const QPixmap * logo;
|
||||
} ;
|
||||
|
||||
// contructor of a plugin
|
||||
|
||||
Reference in New Issue
Block a user