Class used for passing details around.
More...
#include <Details>
Class used for passing details around.
- Author
- Radek Novacek rnova.nosp@m.cek@.nosp@m.redha.nosp@m.t.co.nosp@m.m
◆ Details() [1/2]
PolkitQt1::Details::Details |
( |
| ) |
|
◆ Details() [2/2]
PolkitQt1::Details::Details |
( |
PolkitDetails * |
pkDetails | ) |
|
|
explicit |
Creates Details object from PolkitDetails
- Warning
- Use this only if you are completely aware of what are you doing!
- Parameters
-
pkDetails | PolkitDetails object |
◆ insert()
void PolkitQt1::Details::insert |
( |
const QString & |
key, |
|
|
const QString & |
value |
|
) |
| |
Inserts key key
with value value
.
- Parameters
-
◆ keys()
QStringList PolkitQt1::Details::keys |
( |
| ) |
const |
Gets a list of all keys.
- Returns
- List of all keys.
◆ lookup()
QString PolkitQt1::Details::lookup |
( |
const QString & |
key | ) |
const |
Get the value for key
- Parameters
-
- Returns
- Value of the key
key
, otherwise empty QString.
The documentation for this class was generated from the following files: