summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-01-26 09:42:27 +0100
committerlouis <louis.braun@gmx.de>2014-01-26 09:42:27 +0100
commitba90eeecb93ceeff123b33b2cbe27c4e3fcec787 (patch)
treeebc86c1b326f64122c1d979538e5b0d8750c8049 /tools.h
parent2a3eecd99e9d7d8a138543ebdb892347f68aeaa2 (diff)
downloadvdr-plugin-tvguide-ba90eeecb93ceeff123b33b2cbe27c4e3fcec787.tar.gz
vdr-plugin-tvguide-ba90eeecb93ceeff123b33b2cbe27c4e3fcec787.tar.bz2
directories for timers and searchtimers can be edited
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools.h b/tools.h
index 612f86d..e9feaa5 100644
--- a/tools.h
+++ b/tools.h
@@ -8,6 +8,7 @@
std::string CutText(std::string text, int width, const cFont *font);
std::string StrToLowerCase(std::string str);
+std::string GetDirectoryFromTimer(std::string file);
void DrawRoundedCorners(cPixmap *p, int posX, int posY, int width, int height, int radius, int borderWidth, tColor borderColor);
class splitstring : public std::string {