diff options
author | louis <louis.braun@gmx.de> | 2014-02-06 17:38:55 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-02-06 17:38:55 +0100 |
commit | 567769ee87fa203172b361ea3694f553f394b1c9 (patch) | |
tree | 2293a36b453cb1469041b81d68ded84c47875aba /tools.h | |
parent | 9f127fbbb5e0cc508879bb380f214d72db9439e8 (diff) | |
download | vdr-plugin-tvguide-567769ee87fa203172b361ea3694f553f394b1c9.tar.gz vdr-plugin-tvguide-567769ee87fa203172b361ea3694f553f394b1c9.tar.bz2 |
changed video directory choosage behaviour
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,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 ReadRecordingDirectories(std::vector<std::string> *folders, cList<cNestedItem> *rootFolders, cString path);
void DrawRoundedCorners(cPixmap *p, int posX, int posY, int width, int height, int radius, int borderWidth, tColor borderColor);
class splitstring : public std::string {
|