Abstract class representing identities.
More...
#include <Identity>
|
void | setIdentity (PolkitIdentity *identity) |
|
Abstract class representing identities.
- Author
- Lukas Tinkl ltink.nosp@m.l@re.nosp@m.dhat..nosp@m.com
This class encapsulates the PolkitIdentity interface.
- See also
- UnixGroup
-
UnixUser
◆ fromString()
Identity PolkitQt1::Identity::fromString |
( |
const QString & |
string | ) |
|
|
static |
Creates the Identity object from string representation
- Parameters
-
string | string representation of the object |
- Returns
- Pointer to new Identity instance
◆ 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
◆ toString()
QString PolkitQt1::Identity::toString |
( |
| ) |
const |
Serialization of object to the string
- Returns
- Serialized Identity object
The documentation for this class was generated from the following files: