#include <progfind.h>
Public Member Functions | |
| HeProgFinder (MythScreenStack *parentStack, bool gg=false, TV *player=NULL, bool embedVideo=false) | |
Protected Member Functions | |
| virtual void | initAlphabetList () |
| virtual bool | formatSelectedData (QString &data) |
| virtual bool | formatSelectedData (QString &data, int charNum) |
| virtual void | restoreSelectedData (QString &data) |
| virtual void | whereClauseGetSearchData (QString &where, MSqlBindings &bindings) |
Private Attributes | |
| int | numberOfSearchChars |
Static Private Attributes | |
| static const char * | searchChars [] |
Definition at line 111 of file progfind.h.
| HeProgFinder::HeProgFinder | ( | MythScreenStack * | parentStack, | |
| bool | gg = false, |
|||
| TV * | player = NULL, |
|||
| bool | embedVideo = false | |||
| ) | [explicit] |
Definition at line 879 of file progfind.cpp.
| void HeProgFinder::initAlphabetList | ( | void | ) | [protected, virtual] |
Reimplemented from ProgFinder.
Definition at line 888 of file progfind.cpp.
| bool HeProgFinder::formatSelectedData | ( | QString & | data | ) | [protected, virtual] |
Reimplemented from ProgFinder.
Definition at line 938 of file progfind.cpp.
| bool HeProgFinder::formatSelectedData | ( | QString & | data, | |
| int | charNum | |||
| ) | [protected, virtual] |
Reimplemented from ProgFinder.
Definition at line 944 of file progfind.cpp.
| void HeProgFinder::restoreSelectedData | ( | QString & | data | ) | [protected, virtual] |
Reimplemented from ProgFinder.
Definition at line 951 of file progfind.cpp.
| void HeProgFinder::whereClauseGetSearchData | ( | QString & | where, | |
| MSqlBindings & | bindings | |||
| ) | [protected, virtual] |
Reimplemented from ProgFinder.
Definition at line 898 of file progfind.cpp.
const char * HeProgFinder::searchChars [static, private] |
{
"\u05d0", "\u05d1", "\u05d2", "\u05d3", "\u05d4", "\u05d5", "\u05d6", "\u05d7", "\u05d8",
"\u05d9", "\u05db", "\u05dc", "\u05de", "\u05e0", "\u05e1", "\u05e2", "\u05e4", "\u05e6",
"\u05e7", "\u05e8", "\u05e9", "\u05ea", "E", "#", 0 }
Definition at line 125 of file progfind.h.
Referenced by HeProgFinder(), initAlphabetList(), and whereClauseGetSearchData().
int HeProgFinder::numberOfSearchChars [private] |
Definition at line 126 of file progfind.h.
Referenced by HeProgFinder(), and initAlphabetList().
1.6.3