mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
cosmetics
This commit is contained in:
parent
5cacee08d1
commit
918a331de3
4
config.h
4
config.h
@ -35,6 +35,8 @@ private:
|
|||||||
map < string, multimap< int, pair <int, string> > > pluginSubViews;
|
map < string, multimap< int, pair <int, string> > > pluginSubViews;
|
||||||
map < string, map< int, map <int, string> > > pluginViewElements;
|
map < string, map< int, map <int, string> > > pluginViewElements;
|
||||||
map < string, map< int, map <int, string> > > pluginViewGrids;
|
map < string, map< int, map <int, string> > > pluginViewGrids;
|
||||||
|
vector<string> skins;
|
||||||
|
vector<string>::iterator skinIterator;
|
||||||
map < string, cSkinSetup* > skinSetups;
|
map < string, cSkinSetup* > skinSetups;
|
||||||
map < string, cSkinSetup* >::iterator setupIt;
|
map < string, cSkinSetup* >::iterator setupIt;
|
||||||
vector < pair <string, int> > skinSetupParameters;
|
vector < pair <string, int> > skinSetupParameters;
|
||||||
@ -84,8 +86,6 @@ public:
|
|||||||
cString skinPath;
|
cString skinPath;
|
||||||
cString logoPath;
|
cString logoPath;
|
||||||
cString epgImagePath;
|
cString epgImagePath;
|
||||||
vector<string> skins;
|
|
||||||
vector<string>::iterator skinIterator;
|
|
||||||
bool replaceDecPoint;
|
bool replaceDecPoint;
|
||||||
char decPoint;
|
char decPoint;
|
||||||
//Setup Parameter
|
//Setup Parameter
|
||||||
|
Loading…
Reference in New Issue
Block a user