PolkitQt1::Identity
Public Types |
Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
List of all members
PolkitQt1::Identity Class Reference
#include <Identity>
Inheritance diagram for PolkitQt1::Identity:

Public Types | |
typedef QList< Identity > | List |
Public Member Functions | |
Identity (const Identity &other) | |
Identity (PolkitIdentity *polkitIdentity) | |
PolkitIdentity * | identity () const |
bool | isValid () const |
Identity & | operator= (const Identity &other) |
QString | toString () const |
UnixGroupIdentity | toUnixGroupIdentity () |
UnixUserIdentity | toUnixUserIdentity () |
Static Public Member Functions | |
static Identity | fromString (const QString &string) |
Protected Member Functions | |
void | setIdentity (PolkitIdentity *identity) |
Detailed Description
Abstract class representing identities.
This class encapsulates the PolkitIdentity interface.
- See also
- UnixGroup
- UnixUser
Definition at line 46 of file polkitqt1-identity.h.
Member Function Documentation
◆ fromString()
Creates the Identity object from string representation.
- Parameters
-
string string representation of the object
- Returns
- Pointer to new Identity instance
Definition at line 103 of file polkitqt1-identity.cpp.
◆ identity()
PolkitIdentity * PolkitQt1::Identity::identity | ( | ) | const |
Gets PolkitIdentity object.
- Warning
- It shouldn't be used directly unless you are completely aware of what are you doing
- Returns
- Pointer to PolkitIdentity instance
Definition at line 75 of file polkitqt1-identity.cpp.
◆ toString()
QString PolkitQt1::Identity::toString | ( | ) | const |
Serialization of object to the string.
- Returns
- Serialized Identity object
Definition at line 97 of file polkitqt1-identity.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 22 2023 03:57:25 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 22 2023 03:57:25 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.