KGAPI2::Drive::About::AdditionalRoleInfo

Search for usage in LXR

KGAPI2::Drive::About::AdditionalRoleInfo Class Reference

#include <about.h>

Classes

class  RoleSet
 

Public Types

using RoleSetPtr = QSharedPointer<RoleSet>
 
using RoleSetsList = QList<RoleSetPtr>
 

Public Member Functions

 AdditionalRoleInfo (const AdditionalRoleInfo &other)
 
bool operator!= (const AdditionalRoleInfo &other) const
 
bool operator== (const AdditionalRoleInfo &other) const
 
RoleSetsList roleSets () const
 
QString type () const
 

Detailed Description

DriveAbout::AdditionalRoleInfo holds the structure used for additionalRoleInfo[] property.

Definition at line 79 of file about.h.

Member Typedef Documentation

◆ RoleSetPtr

◆ RoleSetsList

Member Function Documentation

◆ operator!=()

bool KGAPI2::Drive::About::AdditionalRoleInfo::operator!= ( const AdditionalRoleInfo & other) const
inline

Definition at line 122 of file about.h.

◆ roleSets()

RoleSetsList KGAPI2::Drive::About::AdditionalRoleInfo::roleSets ( ) const
nodiscard

Returns the supported additional roles per primary role.

◆ type()

QString KGAPI2::Drive::About::AdditionalRoleInfo::type ( ) const
nodiscard

Returns the content type that this additional role info applies to.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:57:07 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.