diff options
| author | louis <louis.braun@gmx.de> | 2015-02-12 18:50:58 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-02-12 18:50:58 +0100 |
| commit | 4d7700aecedf475038d57e10f45ab2dd4bcf806f (patch) | |
| tree | 2fefc56fe77c8f4137187515a5f2b57d78425fea /libtemplate/templatepixmap.h | |
| parent | 00ac852820a09f676157a7b487acf51f4fe95ff4 (diff) | |
| download | vdr-plugin-skindesigner-4d7700aecedf475038d57e10f45ab2dd4bcf806f.tar.gz vdr-plugin-skindesigner-4d7700aecedf475038d57e10f45ab2dd4bcf806f.tar.bz2 | |
plugin interface
Diffstat (limited to 'libtemplate/templatepixmap.h')
| -rw-r--r-- | libtemplate/templatepixmap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libtemplate/templatepixmap.h b/libtemplate/templatepixmap.h index 6cf3bd5..17bf7d3 100644 --- a/libtemplate/templatepixmap.h +++ b/libtemplate/templatepixmap.h @@ -47,6 +47,10 @@ public: void SetHeight(int height); void SetX(int x); void SetY(int y); + void SetWidthPercent(double width); + void SetHeightPercent(double height); + void SetXPercent(double x); + void SetYPercent(double y); void SetContainer(int x, int y, int w, int h); void SetGlobals(cGlobals *globals) { this->globals = globals; }; void AddFunction(string name, vector<pair<string, string> > ¶ms); |
