Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
Loading...
Searching...
No Matches
Jellyfin::Loader::RenameVirtualFolderParams Class Reference

#include <requesttypes.h>

Public Member Functions

const QString & name () const
 The name of the virtual folder.

 
void setName (QString newName)
 
bool nameNull () const
 
void setNameNull ()
 
const QString & newName () const
 The new name.

 
void setNewName (QString newNewName)
 
bool newNameNull () const
 
void setNewNameNull ()
 
const bool & refreshLibrary () const
 Whether to refresh the library.

 
void setRefreshLibrary (bool newRefreshLibrary)
 
bool refreshLibraryNull () const
 
void setRefreshLibraryNull ()
 

Member Function Documentation

◆ name()

const QString & Jellyfin::Loader::RenameVirtualFolderParams::name ( ) const

The name of the virtual folder.

◆ nameNull()

bool Jellyfin::Loader::RenameVirtualFolderParams::nameNull ( ) const

◆ newName()

const QString & Jellyfin::Loader::RenameVirtualFolderParams::newName ( ) const

The new name.

◆ newNameNull()

bool Jellyfin::Loader::RenameVirtualFolderParams::newNameNull ( ) const

◆ refreshLibrary()

const bool & Jellyfin::Loader::RenameVirtualFolderParams::refreshLibrary ( ) const

Whether to refresh the library.

◆ refreshLibraryNull()

bool Jellyfin::Loader::RenameVirtualFolderParams::refreshLibraryNull ( ) const

◆ setName()

void Jellyfin::Loader::RenameVirtualFolderParams::setName ( QString newName)

◆ setNameNull()

void Jellyfin::Loader::RenameVirtualFolderParams::setNameNull ( )

◆ setNewName()

void Jellyfin::Loader::RenameVirtualFolderParams::setNewName ( QString newNewName)

◆ setNewNameNull()

void Jellyfin::Loader::RenameVirtualFolderParams::setNewNameNull ( )

◆ setRefreshLibrary()

void Jellyfin::Loader::RenameVirtualFolderParams::setRefreshLibrary ( bool newRefreshLibrary)

◆ setRefreshLibraryNull()

void Jellyfin::Loader::RenameVirtualFolderParams::setRefreshLibraryNull ( )

The documentation for this class was generated from the following files: