|
MythTV 0.25-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 472 of file videolist.cpp.
| fake_unnamed::metadata_path_sort::metadata_path_sort | ( | bool | ignore_case | ) | [inline] |
Definition at line 474 of file videolist.cpp.
| bool fake_unnamed::metadata_path_sort::operator() | ( | const VideoMetadata & | lhs, |
| const VideoMetadata & | rhs | ||
| ) | [inline] |
Definition at line 476 of file videolist.cpp.
| bool fake_unnamed::metadata_path_sort::operator() | ( | const VideoMetadata * | lhs, |
| const VideoMetadata * | rhs | ||
| ) | [inline] |
Definition at line 481 of file videolist.cpp.
| bool fake_unnamed::metadata_path_sort::operator() | ( | const smart_dir_node & | lhs, |
| const smart_dir_node & | rhs | ||
| ) | [inline] |
Definition at line 486 of file videolist.cpp.
| bool fake_unnamed::metadata_path_sort::sort | ( | const VideoMetadata * | lhs, |
| const VideoMetadata * | rhs | ||
| ) | [inline, private] |
Definition at line 492 of file videolist.cpp.
Referenced by operator()().
| bool fake_unnamed::metadata_path_sort::sort | ( | const QString & | lhs, |
| const QString & | rhs | ||
| ) | [inline, private] |
Definition at line 497 of file videolist.cpp.
Definition at line 509 of file videolist.cpp.
Referenced by sort().
1.7.4