KGroupId Class Reference
from PyKDE5.kcoreaddons import *
Detailed Description
A platform independent group ID.
- See also:
- KUserOrGroupId
- Since:
- 5.0
Methods | |
| __init__ (self) | |
| __init__ (self, long uid) | |
| __init__ (self, KGroupId other) | |
| bool | isValid (self) |
| long | nativeId (self) |
| bool | operator != (self, KGroupId other) |
| bool | operator == (self, KGroupId other) |
| QString | toString (self) |
Method Documentation
| __init__ | ( | self ) |
Creates an invalid KGroupId
| __init__ | ( | self, | ||
| long | uid | |||
| ) |
| __init__ | ( | self, | ||
| KGroupId | other | |||
| ) |
| bool isValid | ( | self ) |
| long nativeId | ( | self ) |
| bool operator != | ( | self, | ||
| KGroupId | other | |||
| ) |
| bool operator == | ( | self, | ||
| KGroupId | other | |||
| ) |
| QString toString | ( | self ) |
KDE 5.0 PyKDE API Reference