Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
KIO::AuthInfoThis class is intended to make it easier to prompt for, cache and retrieve authorization information
KIO::NetRC::AutoLoginContains auto login information
KIO::ChmodJobThis job changes permissions on a list of files or directories, optionally in a recursive manner
KIO::ConnectionThis class provides a simple means for IPC between two applications via a pipe
KIO::CopyJobCopyJob is used to move, copy or symlink files and directories
KIO::DataProtocolThis kioslave provides support of data urls as specified by rfc 2397
KIO::DataSlaveThis class provides a high performance implementation for the data url scheme (rfc2397)
KIO::DavJobThe transfer job pumps data into and/or out of a Slave
KIO::DeleteJobA more complex Job to delete files and directories
KProtocolInfo::ExtraFieldDefinition of an extra field in the UDS entries, returned by a listDir operation
KIO::FileCopyJobThe FileCopyJob copies data from one place to another
KIO::ForwardingSlaveBaseThis class should be used as a base for ioslaves acting as a forwarder to other ioslaves
KFileMimeTypeInfo::GroupInfoInformation about a meta information group
KFileMimeTypeInfo::ItemInfoThis is the class for one item of a KFileMimeTypeInfo
KIO::JobThe base class for all jobs
KACLThe KCAL class encapsulates a POSIX Access Control List
KArKAr is a class for reading archives in ar format
KArchiveKArchive is a base class for reading and writing archives
KArchiveDirectoryRepresents a directory entry in a KArchive
KArchiveEntryA base class for entries in an KArchive
KArchiveFileRepresents a file entry in a KArchive
KAutoMountThis class implements synchronous mounting of devices, as well as showing a file-manager window after mounting a device, optionally
KAutoUnmountThis class implements synchronous unmounting of devices, It is a wrapper around the asychronous KIO::special() call for unmount, used by KMimeType
KDataToolA generic tool that processes data
KDataToolActionThis class helps applications implement support for KDataTool
KDataToolInfoThis is a convenience class for KService
KDCOPServiceStarterA generic DCOP service starter, using KTrader
KDEDesktopMimeTypeMime type for desktop files
KDirListerThe dir lister deals with the kiojob used to list and update a directory and has signals for the user of this class (e.g
KDirNotifyAn abstract class that receives notifications of added and removed files in any directory, local or remote
KDirWatchWatch directories and files for changes
KEMailSettingsThis is just a small class to facilitate accessing e-mail settings in a sane way, and allowing any program to manage multiple e-mail profiles effortlessly
KExecMimeTypeThe mime type for executable files
KFileFilterA KFileFilter is a simple base class for file filters
KFileItemA KFileItem is a generic class to handle a file, local or remote
KFileMetaInfoMeta Information about a file
KFileMetaInfoGroupA group of meta information items about a file
KFileMetaInfoItemA meta information item about a file
KFileMimeTypeInfoRepresents the capabilities of a KFilePlugin for a given mimetype
KFilePluginBase class for a meta information plugin
KFileShareCommon functionality for the file sharing (communication with the backend)
KFilterBaseThis is the base class for compression filters such as gzip and bzip2
KFilterDevA class for reading and writing compressed data onto a device (e.g
KFolderTypeFolder mime type
KImageIOInterface to the KDE Image IO plugin architecture
KLimitedIODeviceA readonly device that reads from an underlying device from a given point to another (e.g
KMimeMagic
KMimeMagicResult
KMimeTypeRepresent a mime type, like "text/plain", and the data that is associated with it
KMimeTypeChooserThis widget provides a checkable list of all available mimetypes, and a list of selected ones, as well as a corresponding list of file extensions, an optional text and an optional edit button (not working yet)
KMimeTypeChooserDialogA Dialog to choose some mimetypes
KMimeTypeResolver< IconItem, Parent >This class implements the "delayed-mimetype-determination" feature, for konqueror's directory views (and KFileDialog's :)
KNFSShareSimilar functionality like KFileShare, but works only for NFS and do not need any suid script
KOCRDialogBase class for OCR Dialogs
KOCRDialogFactoryA factory for creating a KOCRDialog
KOpenWithHandler
KProtocolInfoInformation about I/O (Internet, etc
KProtocolManagerProvides information about I/O (Internet, etc
KRemoteEncodingAllows encoding and decoding properly remote filenames into Unicode
KRunTo open files with their associated applications in KDE, use KRun
KSambaShareSimilar functionality like KFileShare, but works only for Samba and do not need any suid script
KScanDialogThis is a base class for scanning dialogs
KScanDialogFactoryA factory for creating a KScanDialog
KServiceRepresent a service, i.e
KServiceGroupKServiceGroup represents a group of service, for example screensavers
KServiceOfferThis class holds the user-specific preferences of a service (whether it can be a default offer or not, how big is the preference for this offer,
KServiceTypeA service type is the generic notion for a mimetype, a type of service instead of a type of file
KServiceTypeProfileKServiceTypeProfile represents the user's preferences for services of a service type
KShellCompletionThis class does shell-like completion of file names
KShred
KSimpleFileFilterA simple file filter that can filter hidden dot files, by name, by mime type and by mode
KTarA class for reading / writing (optionally compressed) tar archives
KTraderA Trader interface, similar to the CORBA Trader
KURIFilterManages the filtering of URIs
KURIFilterDataA basic message object used for exchanging filtering information between the filter plugins and the application requesting the filtering service
KURIFilterPluginBase class for URI filter plugins
KURIFilterPluginListA list of filter plugins
KURLCompletionThis class does completion of URLs including user directories (~user) and environment variables
KURLPixmapProviderImplementation of KPixmapProvider
KZipThis class implements a kioslave to access zip files from KDE
KIO::ListJobA ListJob is allows you to get the get the content of a directory
KIO::MetaDataMetaData is a simple map of key/value strings
KIO::MetaInfoJobMetaInfoJob is a KIO Job to retrieve meta information from files
KIO::MimetypeJobA MimetypeJob is a TransferJob that allows you to get the mime type of an URL
KIO::MkdirJobA KIO job that creates a directory
KIO::MultiGetJobThe MultiGetJob is a TransferJob that allows you to get several files from a single server
KIO::NetAccessNet Transparency
KIO::NetRCA Singleton class that provides access to passwords stored in .netrc files for automatic login purposes
ObserverObserver for KIO::Job progress information
KIO::PasswordDialogA dialog for requesting a login and a password from the end user
KIO::PreviewJobKIO Job to get a thumbnail picture
KIO::ProgressBaseThis class does all initialization stuff for progress, like connecting signals to slots
KIO::DataSlave::QueueStructStructure for queueing
KIO::RenameDlgA dialog for the options to rename two files
RenameDlgPluginThis is the base class for all RenameDlg plugins
KIO::SchedulerThe KIO::Scheduler manages io-slaves for the application
KDEDesktopMimeType::ServiceStructure representing a service, in the list of services returned by builtinServices and userDefinedServices
KIO::SimpleJobA simple job (one url and one command)
KIO::SlaveAttention developers: If you change the implementation of KIO::Slave, do *not* use connection() or slaveconn but the respective KIO::Slave accessor methods
KIO::SlaveBaseThere are two classes that specifies the protocol between application (job) and kioslave
KIO::SlaveConfigSlaveConfig
KIO::SlaveInterfaceThere are two classes that specifies the protocol between application (KIO::Job) and kioslave
KIO::StatJobA KIO job that retrieves information about a file or directory
KIO::StatusbarProgressThis is a special IO progress widget
KIO::StoredTransferJobStoredTransferJob is a TransferJob (for downloading or uploading data) that also stores a QByteArray with the data, making it simpler to use than the standard TransferJob
KIO::TCPSlaveBaseThere are two classes that specifies the protocol between application (job) and kioslave
ThumbCreatorThis is the baseclass for "thumbnail-plugins" in KDE
KIO::TransferJobThe transfer job pumps data into and/or out of a Slave
KDE Home | KDE Accessibility Home | Description of Access Keys