![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const bool & | isDisabled () const |
| Optional filter by IsDisabled=true or false. | |
| void | setIsDisabled (bool newIsDisabled) |
| bool | isDisabledNull () const |
| void | setIsDisabledNull () |
| const bool & | isHidden () const |
| Optional filter by IsHidden=true or false. | |
| void | setIsHidden (bool newIsHidden) |
| bool | isHiddenNull () const |
| void | setIsHiddenNull () |
| const bool & Jellyfin::Loader::GetUsersParams::isDisabled | ( | ) | const |
Optional filter by IsDisabled=true or false.
| bool Jellyfin::Loader::GetUsersParams::isDisabledNull | ( | ) | const |
| const bool & Jellyfin::Loader::GetUsersParams::isHidden | ( | ) | const |
Optional filter by IsHidden=true or false.
| bool Jellyfin::Loader::GetUsersParams::isHiddenNull | ( | ) | const |
| void Jellyfin::Loader::GetUsersParams::setIsDisabled | ( | bool | newIsDisabled | ) |
| void Jellyfin::Loader::GetUsersParams::setIsDisabledNull | ( | ) |
| void Jellyfin::Loader::GetUsersParams::setIsHidden | ( | bool | newIsHidden | ) |
| void Jellyfin::Loader::GetUsersParams::setIsHiddenNull | ( | ) |