|
MythTV
0.26-pre
|
Public Member Functions | |
| metadata_path_sort (bool ignore_case) | |
| bool | operator() (const VideoMetadata &lhs, const VideoMetadata &rhs) |
| bool | operator() (const VideoMetadata *lhs, const VideoMetadata *rhs) |
| bool | operator() (const smart_dir_node &lhs, const smart_dir_node &rhs) |
Private Member Functions | |
| bool | sort (const VideoMetadata *lhs, const VideoMetadata *rhs) |
| bool | sort (const QString &lhs, const QString &rhs) |
Private Attributes | |
| bool | m_ignore_case |
Definition at line 169 of file videolist.cpp.
| metadata_path_sort::metadata_path_sort | ( | bool | ignore_case | ) | [inline] |
Definition at line 171 of file videolist.cpp.
| bool metadata_path_sort::operator() | ( | const VideoMetadata & | lhs, |
| const VideoMetadata & | rhs | ||
| ) | [inline] |
Definition at line 173 of file videolist.cpp.
| bool metadata_path_sort::operator() | ( | const VideoMetadata * | lhs, |
| const VideoMetadata * | rhs | ||
| ) | [inline] |
Definition at line 178 of file videolist.cpp.
| bool metadata_path_sort::operator() | ( | const smart_dir_node & | lhs, |
| const smart_dir_node & | rhs | ||
| ) | [inline] |
Definition at line 183 of file videolist.cpp.
| bool metadata_path_sort::sort | ( | const VideoMetadata * | lhs, |
| const VideoMetadata * | rhs | ||
| ) | [inline, private] |
Definition at line 189 of file videolist.cpp.
Referenced by operator()().
| bool metadata_path_sort::sort | ( | const QString & | lhs, |
| const QString & | rhs | ||
| ) | [inline, private] |
Definition at line 194 of file videolist.cpp.
bool metadata_path_sort::m_ignore_case [private] |
Definition at line 206 of file videolist.cpp.
Referenced by sort().
1.7.6.1