|
MythTV
0.26-pre
|
#include <progfind.h>
Public Member Functions | |
| RuProgFinder (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 129 of file progfind.h.
| RuProgFinder::RuProgFinder | ( | MythScreenStack * | parentStack, |
| bool | gg = false, |
||
| TV * | player = NULL, |
||
| bool | embedVideo = false |
||
| ) | [explicit] |
Definition at line 968 of file progfind.cpp.
| void RuProgFinder::initAlphabetList | ( | void | ) | [protected, virtual] |
Reimplemented from ProgFinder.
Definition at line 977 of file progfind.cpp.
| bool RuProgFinder::formatSelectedData | ( | QString & | data | ) | [protected, virtual] |
Reimplemented from ProgFinder.
Definition at line 1053 of file progfind.cpp.
| bool RuProgFinder::formatSelectedData | ( | QString & | data, |
| int | charNum | ||
| ) | [protected, virtual] |
Reimplemented from ProgFinder.
Definition at line 1059 of file progfind.cpp.
| void RuProgFinder::restoreSelectedData | ( | QString & | data | ) | [protected, virtual] |
Reimplemented from ProgFinder.
Definition at line 1066 of file progfind.cpp.
| void RuProgFinder::whereClauseGetSearchData | ( | QString & | where, |
| MSqlBindings & | bindings | ||
| ) | [protected, virtual] |
Reimplemented from ProgFinder.
Definition at line 987 of file progfind.cpp.
const char * RuProgFinder::searchChars [static, private] |
{
"А", "Б", "В", "Г", "Д", "Е", "Ё", "Ж", "З", "И",
"Й", "К", "Л", "М", "Н", "О", "П", "Р", "С", "Т",
"У", "Ф", "Х", "Ц", "Ч", "Ш", "Щ", "Ъ", "Ы", "ь",
"Э", "Ю", "Я", "0", "1", "2", "3", "4", "5", "6",
"7", "8", "9", "@", "A", "B", "C", "D", "E", "F",
"G", "H", "I", "J", "K", "L", "M", "N", "O", "P",
"Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", 0 }
Definition at line 143 of file progfind.h.
Referenced by initAlphabetList(), RuProgFinder(), and whereClauseGetSearchData().
int RuProgFinder::numberOfSearchChars [private] |
Definition at line 144 of file progfind.h.
Referenced by initAlphabetList(), and RuProgFinder().
1.7.6.1