• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

libkleo

Public Member Functions | Protected Member Functions | List of all members
QGpgMECryptoConfigEntry Class Reference

#include <qgpgmecryptoconfig.h>

Inherits CryptoConfigEntry.

Public Member Functions

 QGpgMECryptoConfigEntry (QGpgMECryptoConfigGroup *group, const QStringList &parsedLine)
 
 ~QGpgMECryptoConfigEntry ()
 
ArgType argType () const
 
bool boolValue () const
 
QString description () const
 
int intValue () const
 
std::vector< int > intValueList () const
 
bool isDirty () const
 
bool isList () const
 
bool isOptional () const
 
bool isReadOnly () const
 
bool isRuntime () const
 
bool isSet () const
 
Level level () const
 
QString name () const
 
unsigned int numberOfTimesSet () const
 
QString outputString () const
 
QString path () const
 
void resetToDefault ()
 
void setBoolValue (bool)
 
void setDirty (bool b)
 
void setIntValue (int)
 
void setIntValueList (const std::vector< int > &)
 
void setNumberOfTimesSet (unsigned int)
 
void setStringValue (const QString &)
 
void setStringValueList (const QStringList &)
 
void setUIntValue (unsigned int)
 
void setUIntValueList (const std::vector< unsigned int > &)
 
void setURLValue (const KUrl &)
 
void setURLValueList (const KUrl::List &)
 
QString stringValue () const
 
QStringList stringValueList () const
 
unsigned int uintValue () const
 
std::vector< unsigned int > uintValueList () const
 
KUrl urlValue () const
 
KUrl::List urlValueList () const
 

Protected Member Functions

bool isStringType () const
 
QVariant stringToValue (const QString &value, bool unescape) const
 
QString toString (bool escape) const
 

Detailed Description

Definition at line 141 of file qgpgmecryptoconfig.h.

Constructor & Destructor Documentation

QGpgMECryptoConfigEntry::QGpgMECryptoConfigEntry ( QGpgMECryptoConfigGroup *  group,
const QStringList &  parsedLine 
)

Definition at line 470 of file qgpgmecryptoconfig.cpp.

QGpgMECryptoConfigEntry::~QGpgMECryptoConfigEntry ( )

Definition at line 561 of file qgpgmecryptoconfig.cpp.

Member Function Documentation

ArgType QGpgMECryptoConfigEntry::argType ( ) const
inline

Definition at line 154 of file qgpgmecryptoconfig.h.

bool QGpgMECryptoConfigEntry::boolValue ( ) const

Definition at line 595 of file qgpgmecryptoconfig.cpp.

QString QGpgMECryptoConfigEntry::description ( ) const
inline

Definition at line 147 of file qgpgmecryptoconfig.h.

int QGpgMECryptoConfigEntry::intValue ( ) const

Definition at line 607 of file qgpgmecryptoconfig.cpp.

std::vector< int > QGpgMECryptoConfigEntry::intValueList ( ) const

Definition at line 696 of file qgpgmecryptoconfig.cpp.

bool QGpgMECryptoConfigEntry::isDirty ( ) const
inline

Definition at line 177 of file qgpgmecryptoconfig.h.

bool QGpgMECryptoConfigEntry::isList ( ) const

Definition at line 580 of file qgpgmecryptoconfig.cpp.

bool QGpgMECryptoConfigEntry::isOptional ( ) const

Definition at line 570 of file qgpgmecryptoconfig.cpp.

bool QGpgMECryptoConfigEntry::isReadOnly ( ) const

Definition at line 575 of file qgpgmecryptoconfig.cpp.

bool QGpgMECryptoConfigEntry::isRuntime ( ) const

Definition at line 585 of file qgpgmecryptoconfig.cpp.

bool QGpgMECryptoConfigEntry::isSet ( ) const

Definition at line 590 of file qgpgmecryptoconfig.cpp.

bool QGpgMECryptoConfigEntry::isStringType ( ) const
protected

Definition at line 918 of file qgpgmecryptoconfig.cpp.

Level QGpgMECryptoConfigEntry::level ( ) const
inline

Definition at line 153 of file qgpgmecryptoconfig.h.

QString QGpgMECryptoConfigEntry::name ( ) const
inline

Definition at line 146 of file qgpgmecryptoconfig.h.

unsigned int QGpgMECryptoConfigEntry::numberOfTimesSet ( ) const

Definition at line 682 of file qgpgmecryptoconfig.cpp.

QString QGpgMECryptoConfigEntry::outputString ( ) const

Definition at line 912 of file qgpgmecryptoconfig.cpp.

QString QGpgMECryptoConfigEntry::path ( ) const
inline

Definition at line 148 of file qgpgmecryptoconfig.h.

void QGpgMECryptoConfigEntry::resetToDefault ( )

Definition at line 741 of file qgpgmecryptoconfig.cpp.

void QGpgMECryptoConfigEntry::setBoolValue ( bool  b)

Definition at line 755 of file qgpgmecryptoconfig.cpp.

void QGpgMECryptoConfigEntry::setDirty ( bool  b)

Definition at line 926 of file qgpgmecryptoconfig.cpp.

void QGpgMECryptoConfigEntry::setIntValue ( int  i)

Definition at line 779 of file qgpgmecryptoconfig.cpp.

void QGpgMECryptoConfigEntry::setIntValueList ( const std::vector< int > &  lst)

Definition at line 825 of file qgpgmecryptoconfig.cpp.

void QGpgMECryptoConfigEntry::setNumberOfTimesSet ( unsigned int  i)

Definition at line 806 of file qgpgmecryptoconfig.cpp.

void QGpgMECryptoConfigEntry::setStringValue ( const QString &  str)

Definition at line 766 of file qgpgmecryptoconfig.cpp.

void QGpgMECryptoConfigEntry::setStringValueList ( const QStringList &  lst)

Definition at line 815 of file qgpgmecryptoconfig.cpp.

void QGpgMECryptoConfigEntry::setUIntValue ( unsigned int  i)

Definition at line 788 of file qgpgmecryptoconfig.cpp.

void QGpgMECryptoConfigEntry::setUIntValueList ( const std::vector< unsigned int > &  lst)

Definition at line 839 of file qgpgmecryptoconfig.cpp.

void QGpgMECryptoConfigEntry::setURLValue ( const KUrl &  url)

Definition at line 795 of file qgpgmecryptoconfig.cpp.

void QGpgMECryptoConfigEntry::setURLValueList ( const KUrl::List &  urls)

Definition at line 853 of file qgpgmecryptoconfig.cpp.

QVariant QGpgMECryptoConfigEntry::stringToValue ( const QString &  value,
bool  unescape 
) const
protected

Definition at line 516 of file qgpgmecryptoconfig.cpp.

QString QGpgMECryptoConfigEntry::stringValue ( ) const

Definition at line 602 of file qgpgmecryptoconfig.cpp.

QStringList QGpgMECryptoConfigEntry::stringValueList ( ) const

Definition at line 689 of file qgpgmecryptoconfig.cpp.

QString QGpgMECryptoConfigEntry::toString ( bool  escape) const
protected

Definition at line 867 of file qgpgmecryptoconfig.cpp.

unsigned int QGpgMECryptoConfigEntry::uintValue ( ) const

Definition at line 614 of file qgpgmecryptoconfig.cpp.

std::vector< unsigned int > QGpgMECryptoConfigEntry::uintValueList ( ) const

Definition at line 709 of file qgpgmecryptoconfig.cpp.

KUrl QGpgMECryptoConfigEntry::urlValue ( ) const

Definition at line 668 of file qgpgmecryptoconfig.cpp.

KUrl::List QGpgMECryptoConfigEntry::urlValueList ( ) const

Definition at line 722 of file qgpgmecryptoconfig.cpp.


The documentation for this class was generated from the following files:
  • qgpgmecryptoconfig.h
  • qgpgmecryptoconfig.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

libkleo

Skip menu "libkleo"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal