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

libkleo

Public Member Functions | List of all members
QGpgMENewCryptoConfigEntry Class Reference

#include <qgpgmenewcryptoconfig.h>

Inherits CryptoConfigEntry.

Public Member Functions

 QGpgMENewCryptoConfigEntry (const boost::shared_ptr< QGpgMENewCryptoConfigGroup > &group, const GpgME::Configuration::Option &option)
 
 ~QGpgMENewCryptoConfigEntry ()
 
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 path () const
 
void resetToDefault ()
 
void setBoolValue (bool)
 
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
 

Detailed Description

Definition at line 59 of file qgpgmenewcryptoconfig.h.

Constructor & Destructor Documentation

QGpgMENewCryptoConfigEntry::QGpgMENewCryptoConfigEntry ( const boost::shared_ptr< QGpgMENewCryptoConfigGroup > &  group,
const GpgME::Configuration::Option &  option 
)

Definition at line 316 of file qgpgmenewcryptoconfig.cpp.

QGpgMENewCryptoConfigEntry::~QGpgMENewCryptoConfigEntry ( )

Definition at line 368 of file qgpgmenewcryptoconfig.cpp.

Member Function Documentation

CryptoConfigEntry::ArgType QGpgMENewCryptoConfigEntry::argType ( ) const

Definition at line 421 of file qgpgmenewcryptoconfig.cpp.

bool QGpgMENewCryptoConfigEntry::boolValue ( ) const

Definition at line 436 of file qgpgmenewcryptoconfig.cpp.

QString QGpgMENewCryptoConfigEntry::description ( ) const

Definition at line 382 of file qgpgmenewcryptoconfig.cpp.

int QGpgMENewCryptoConfigEntry::intValue ( ) const

Definition at line 451 of file qgpgmenewcryptoconfig.cpp.

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

Definition at line 545 of file qgpgmenewcryptoconfig.cpp.

bool QGpgMENewCryptoConfigEntry::isDirty ( ) const

Definition at line 688 of file qgpgmenewcryptoconfig.cpp.

bool QGpgMENewCryptoConfigEntry::isList ( ) const

Definition at line 405 of file qgpgmenewcryptoconfig.cpp.

bool QGpgMENewCryptoConfigEntry::isOptional ( ) const

Definition at line 395 of file qgpgmenewcryptoconfig.cpp.

bool QGpgMENewCryptoConfigEntry::isReadOnly ( ) const

Definition at line 400 of file qgpgmenewcryptoconfig.cpp.

bool QGpgMENewCryptoConfigEntry::isRuntime ( ) const

Definition at line 410 of file qgpgmenewcryptoconfig.cpp.

bool QGpgMENewCryptoConfigEntry::isSet ( ) const

Definition at line 431 of file qgpgmenewcryptoconfig.cpp.

CryptoConfigEntry::Level QGpgMENewCryptoConfigEntry::level ( ) const

Definition at line 415 of file qgpgmenewcryptoconfig.cpp.

QString QGpgMENewCryptoConfigEntry::name ( ) const

Definition at line 377 of file qgpgmenewcryptoconfig.cpp.

unsigned int QGpgMENewCryptoConfigEntry::numberOfTimesSet ( ) const

Definition at line 526 of file qgpgmenewcryptoconfig.cpp.

QString QGpgMENewCryptoConfigEntry::path ( ) const

Definition at line 387 of file qgpgmenewcryptoconfig.cpp.

void QGpgMENewCryptoConfigEntry::resetToDefault ( )

Definition at line 578 of file qgpgmenewcryptoconfig.cpp.

void QGpgMENewCryptoConfigEntry::setBoolValue ( bool  b)

Definition at line 583 of file qgpgmenewcryptoconfig.cpp.

void QGpgMENewCryptoConfigEntry::setIntValue ( int  i)

Definition at line 608 of file qgpgmenewcryptoconfig.cpp.

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

Definition at line 659 of file qgpgmenewcryptoconfig.cpp.

void QGpgMENewCryptoConfigEntry::setNumberOfTimesSet ( unsigned int  i)

Definition at line 637 of file qgpgmenewcryptoconfig.cpp.

void QGpgMENewCryptoConfigEntry::setStringValue ( const QString &  str)

Definition at line 592 of file qgpgmenewcryptoconfig.cpp.

void QGpgMENewCryptoConfigEntry::setStringValueList ( const QStringList &  lst)

Definition at line 644 of file qgpgmenewcryptoconfig.cpp.

void QGpgMENewCryptoConfigEntry::setUIntValue ( unsigned int  i)

Definition at line 615 of file qgpgmenewcryptoconfig.cpp.

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

Definition at line 666 of file qgpgmenewcryptoconfig.cpp.

void QGpgMENewCryptoConfigEntry::setURLValue ( const KUrl &  url)

Definition at line 622 of file qgpgmenewcryptoconfig.cpp.

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

Definition at line 673 of file qgpgmenewcryptoconfig.cpp.

QString QGpgMENewCryptoConfigEntry::stringValue ( ) const

Definition at line 443 of file qgpgmenewcryptoconfig.cpp.

QStringList QGpgMENewCryptoConfigEntry::stringValueList ( ) const

Definition at line 533 of file qgpgmenewcryptoconfig.cpp.

unsigned int QGpgMENewCryptoConfigEntry::uintValue ( ) const

Definition at line 458 of file qgpgmenewcryptoconfig.cpp.

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

Definition at line 552 of file qgpgmenewcryptoconfig.cpp.

KUrl QGpgMENewCryptoConfigEntry::urlValue ( ) const

Definition at line 512 of file qgpgmenewcryptoconfig.cpp.

KUrl::List QGpgMENewCryptoConfigEntry::urlValueList ( ) const

Definition at line 559 of file qgpgmenewcryptoconfig.cpp.


The documentation for this class was generated from the following files:
  • qgpgmenewcryptoconfig.h
  • qgpgmenewcryptoconfig.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