KABC::Secrecy Class Reference
List of all members.
Detailed Description
Definition at line 30 of file secrecy.h.
Member Enumeration Documentation
Secrecy types.
- Public - for public access
- Private - only private access
- Confidential - access for confidential persons
- Enumerator:
-
Public |
|
Private |
|
Confidential |
|
Invalid |
|
Definition at line 45 of file secrecy.h.
Constructor & Destructor Documentation
Secrecy::Secrecy |
( |
int |
type = Invalid |
) |
|
Constructor.
- Parameters:
-
| type | The secrecy type, see Types. |
Definition at line 27 of file secrecy.cpp.
Member Function Documentation
bool Secrecy::isValid |
( |
|
) |
const |
void Secrecy::setType |
( |
int |
type |
) |
|
Sets the type, see Types.
Definition at line 47 of file secrecy.cpp.
int Secrecy::type |
( |
|
) |
const |
Returns the type, see Types.
Definition at line 52 of file secrecy.cpp.
Returns a list of all available secrecy types.
Definition at line 57 of file secrecy.cpp.
QString Secrecy::typeLabel |
( |
int |
type |
) |
[static] |
Returns a translated label for a given secrecy type.
Definition at line 67 of file secrecy.cpp.
QString Secrecy::asString |
( |
|
) |
const |
The documentation for this class was generated from the following files: