• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeio/tdeio
 

tdeio/tdeio

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
TDEIO::AuthInfoThis class is intended to make it easier to prompt for, cache and retrieve authorization information
TDEIO::NetRC::AutoLoginContains auto login information
TDEIO::ChmodJobThis job changes permissions on a list of files or directories, optionally in a recursive manner
TDEIO::ConnectionThis class provides a simple means for IPC between two applications via a pipe
TDEIO::CopyJobCopyJob is used to move, copy or symlink files and directories
TDEIO::DataProtocolThis tdeioslave provides support of data urls as specified by rfc 2397
TDEIO::DataSlaveThis class provides a high performance implementation for the data url scheme (rfc2397)
TDEIO::DavJobThe transfer job pumps data into and/or out of a Slave
TDEIO::DeleteJobA more complex Job to delete files and directories
KProtocolInfo::ExtraFieldDefinition of an extra field in the UDS entries, returned by a listDir operation
TDEIO::FileCopyJobThe FileCopyJob copies data from one place to another
TDEIO::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
TDEIO::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 TDEIO::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 TDETrader
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
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 tdeioslave to access zip files from KDE
TDEIO::ListJobA ListJob is allows you to get the get the content of a directory
TDEIO::LocalURLJobA TDEIO job that finds a local URL
TDEIO::MetaDataMetaData is a simple map of key/value strings
TDEIO::MetaInfoJobMetaInfoJob is a TDEIO Job to retrieve meta information from files
TDEIO::MimetypeJobA MimetypeJob is a TransferJob that allows you to get the mime type of an URL
TDEIO::MkdirJobA TDEIO job that creates a directory
TDEIO::MultiGetJobThe MultiGetJob is a TransferJob that allows you to get several files from a single server
TDEIO::NetAccessNet Transparency
TDEIO::NetRCA Singleton class that provides access to passwords stored in .netrc files for automatic login purposes
ObserverObserver for TDEIO::Job progress information
TDEIO::PasswordDialogA dialog for requesting a login and a password from the end user
TDEIO::PreviewJobTDEIO Job to get a thumbnail picture
TDEIO::ProgressBaseThis class does all initialization stuff for progress, like connecting signals to slots
TDEIO::DataSlave::QueueStructStructure for queueing
TDEIO::RenameDlgA dialog for the options to rename two files
RenameDlgPluginThis is the base class for all RenameDlg plugins
TDEIO::SchedulerThe TDEIO::Scheduler manages io-slaves for the application
KDEDesktopMimeType::ServiceStructure representing a service, in the list of services returned by builtinServices and userDefinedServices
TDEIO::SimpleJobA simple job (one url and one command)
TDEIO::SlaveAttention developers: If you change the implementation of TDEIO::Slave, do *not* use connection() or slaveconn but the respective TDEIO::Slave accessor methods
TDEIO::SlaveBaseThere are two classes that specifies the protocol between application (job) and tdeioslave
TDEIO::SlaveConfigSlaveConfig
TDEIO::SlaveInterfaceThere are two classes that specifies the protocol between application (TDEIO::Job) and tdeioslave
TDEIO::StatJobA TDEIO job that retrieves information about a file or directory
TDEIO::StatusbarProgressThis is a special IO progress widget
TDEIO::StoredTransferJobStoredTransferJob is a TransferJob (for downloading or uploading data) that also stores a TQByteArray with the data, making it simpler to use than the standard TransferJob
TDEIO::TCPSlaveBaseThere are two classes that specifies the protocol between application (job) and tdeioslave
TDETraderA Trader interface, similar to the CORBA Trader
ThumbCreatorThis is the baseclass for "thumbnail-plugins" in KDE
TDEIO::TransferJobThe transfer job pumps data into and/or out of a Slave

tdeio/tdeio

Skip menu "tdeio/tdeio"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdeio/tdeio

Skip menu "tdeio/tdeio"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeio/tdeio by doxygen 1.7.1
This website is maintained by Timothy Pearson.