Go to the source code of this file.
Classes | |
| class | ParentalLevel |
Functions | |
| bool | operator!= (const ParentalLevel &lhs, const ParentalLevel &rhs) |
| bool | operator== (const ParentalLevel &lhs, const ParentalLevel &rhs) |
| bool | operator< (const ParentalLevel &lhs, const ParentalLevel &rhs) |
| bool | operator> (const ParentalLevel &lhs, const ParentalLevel &rhs) |
| bool | operator<= (const ParentalLevel &lhs, const ParentalLevel &rhs) |
| bool | operator>= (const ParentalLevel &lhs, const ParentalLevel &rhs) |
| bool | checkParentPassword (ParentalLevel::Level to_level, ParentalLevel::Level current=ParentalLevel::plNone) |
| bool operator!= | ( | const ParentalLevel & | lhs, | |
| const ParentalLevel & | rhs | |||
| ) |
Definition at line 123 of file parentalcontrols.cpp.
| bool operator== | ( | const ParentalLevel & | lhs, | |
| const ParentalLevel & | rhs | |||
| ) |
Definition at line 128 of file parentalcontrols.cpp.
| bool operator< | ( | const ParentalLevel & | lhs, | |
| const ParentalLevel & | rhs | |||
| ) |
Definition at line 133 of file parentalcontrols.cpp.
| bool operator> | ( | const ParentalLevel & | lhs, | |
| const ParentalLevel & | rhs | |||
| ) |
Definition at line 138 of file parentalcontrols.cpp.
| bool operator<= | ( | const ParentalLevel & | lhs, | |
| const ParentalLevel & | rhs | |||
| ) |
Definition at line 143 of file parentalcontrols.cpp.
| bool operator>= | ( | const ParentalLevel & | lhs, | |
| const ParentalLevel & | rhs | |||
| ) |
Definition at line 148 of file parentalcontrols.cpp.
| bool checkParentPassword | ( | ParentalLevel::Level | to_level, | |
| ParentalLevel::Level | current = ParentalLevel::plNone | |||
| ) |
Definition at line 294 of file parentalcontrols.cpp.
Referenced by VideoTree::setParentalLevel(), VideoDialog::setParentalLevel(), VideoCallback(), VideoDialog::VideoDialog(), and VideoTree::VideoTree().
1.5.5