kleopatra
#include <tooltippreferences.h>
Public Member Functions | |
TooltipPreferences () | |
~TooltipPreferences () | |
void | setShowCertificateDetails (bool v) |
void | setShowOwnerInformation (bool v) |
void | setShowValidity (bool v) |
bool | showCertificateDetails () const |
bool | showOwnerInformation () const |
bool | showValidity () const |
Protected Attributes | |
bool | mShowCertificateDetails |
bool | mShowOwnerInformation |
bool | mShowValidity |
Detailed Description
Definition at line 12 of file tooltippreferences.h.
Constructor & Destructor Documentation
TooltipPreferences::TooltipPreferences | ( | ) |
Definition at line 8 of file tooltippreferences.cpp.
TooltipPreferences::~TooltipPreferences | ( | ) |
Definition at line 24 of file tooltippreferences.cpp.
Member Function Documentation
|
inline |
Set Show certificate details.
Definition at line 56 of file tooltippreferences.h.
|
inline |
Set Show certificate owner information.
Definition at line 39 of file tooltippreferences.h.
|
inline |
Set Show certificate validity.
Definition at line 22 of file tooltippreferences.h.
|
inline |
Get Show certificate details.
Definition at line 65 of file tooltippreferences.h.
|
inline |
Get Show certificate owner information.
Definition at line 48 of file tooltippreferences.h.
|
inline |
Get Show certificate validity.
Definition at line 31 of file tooltippreferences.h.
Member Data Documentation
|
protected |
Definition at line 75 of file tooltippreferences.h.
|
protected |
Definition at line 74 of file tooltippreferences.h.
|
protected |
Definition at line 73 of file tooltippreferences.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.