libkleo
cryptoconfig.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Enumerations | |
enum | ArgType { ArgType_None = 0, ArgType_String = 1, ArgType_Int = 2, ArgType_UInt = 3, ArgType_Path = 4, ArgType_URL = 5, ArgType_LDAPURL = 6, ArgType_DirPath = 7, NumArgType } |
enum | Level { Level_Basic = 0, Level_Advanced = 1, Level_Expert = 2 } |
Enumeration Type Documentation
enum ArgType |
Type of the argument.
- ArgType_None The option is set or not set, but no argument.
- ArgType_String An unformatted string.
- ArgType_Int A signed integer number.
- ArgType_UInt An unsigned integer number.
- ArgType_Path A string that describes the pathname of a file. The file does not necessarily need to exist. Separated from string so that e.g. a KUrlRequester can be used.
- ArgType_DirPath A string that describes the pathname of a directory. The directory does not necessarily need to exist. Separated from path so that e.g. a KUrlRequester can be used which only allows directories to be selected.
- ArgType_URL A URL
- ArgType_LDAPURL A LDAP URL Separated from URL so that a more specific widget can be shown, hiding the url syntax
Enumerator | |
---|---|
ArgType_None | |
ArgType_String | |
ArgType_Int | |
ArgType_UInt | |
ArgType_Path | |
ArgType_URL | |
ArgType_LDAPURL | |
ArgType_DirPath | |
NumArgType |
Definition at line 81 of file cryptoconfig.h.
enum Level |
- basic This option should always be offered to the user.
- advanced This option may be offered to advanced users.
- expert This option should only be offered to expert users.
Enumerator | |
---|---|
Level_Basic | |
Level_Advanced | |
Level_Expert |
Definition at line 60 of file cryptoconfig.h.
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
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.