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

kio/kio

Deprecated List
Member KDataToolInfo::icon () const KDE_DEPRECATED
, use iconName()
Member KDataToolInfo::miniIcon () const KDE_DEPRECATED
, use iconName()
Member KDEDesktopMimeType::executeService (const TQString &path, KDEDesktopMimeType::Service &service) KDE_DEPRECATED
, see the other executeService
Member KFileMimeTypeInfo::Cummulative
Use Cumulative instead
Member KFilterDev::createFilterDevice (KFilterBase *base, TQFile *file) KDE_DEPRECATED
. Use deviceForFile instead. To be removed in KDE 3.0
Member KIO::FileCopyJob::setSourceSize (off_t size) KDE_DEPRECATED
Member KIO::Job::canceled (KIO::Job *job)
.
Member KIO::NetAccess::copy (const KURL &src, const KURL &target) KDE_DEPRECATED
. Use the function above instead.
Member KIO::NetAccess::del (const KURL &url) KDE_DEPRECATED
. Use the function above instead. Passing NULL as the additional argument will give the same behaviour, but you should try to identify a suitable parent widget if at all possible.
Member KIO::NetAccess::dircopy (const KURL &src, const KURL &target) KDE_DEPRECATED
. Use the function above instead.
Member KIO::NetAccess::download (const KURL &src, TQString &target) KDE_DEPRECATED
. Use the function above instead.
Member KIO::NetAccess::exists (const KURL &url, TQWidget *window) KDE_DEPRECATED
. Use the function above instead.
Since
3.2
Member KIO::NetAccess::exists (const KURL &url) KDE_DEPRECATED
. Use the function above instead.
Member KIO::NetAccess::exists (const KURL &url, bool source) KDE_DEPRECATED
. Use the function above instead.
Member KIO::NetAccess::mimetype (const KURL &url) KDE_DEPRECATED
. Use the function above instead. Passing NULL as the additional argument will give the same behaviour, but you should try to identify a suitable parent widget if at all possible.
Member KIO::NetAccess::mkdir (const KURL &url, int permissions=-1) KDE_DEPRECATED
. Use the function above instead. Passing NULL as the additional argument will give the same behaviour, but you should try to identify a suitable parent widget if at all possible.
Member KIO::NetAccess::stat (const KURL &url, KIO::UDSEntry &entry) KDE_DEPRECATED
. Use the function above instead.
Member KIO::NetAccess::upload (const TQString &src, const KURL &target) KDE_DEPRECATED
. Use the function above instead.
Member KIO::PasswordDialog::setEnableUserField (bool enable, bool=false)
. Use setUserReadOnly(bool).
Member KIO::Slave::connection ()
This method is obsolete, use the accessor methods within KIO::Slave instead. Old code directly accessing connection() will not be able to access special protocols.
Member KIO::SlaveBase::createAuthCacheKey (const KURL &url)
as of 3.1. Use openPassDlg instead. TODO: Remove before KDE 4.0 Creates a basic key to be used to cache the password.
Parameters
urlthe url from which the key is supposed to be generated
Member KIO::SlaveBase::delCachedAuthentication (const TQString &key)
as of 3.1. Use openPassDlg instead. TODO: Remove before KDE 4.0
Member KIO::SlaveBase::hasMetaData (const TQString &key)
kept for binary compatibility Queries for the existence of a certain config/meta-data entry send by the application to the slave.
Member KIO::SlaveBase::metaData (const TQString &key)
kept for binary compatibility Queries for config/meta-data sent by the application to the slave.
Member KIO::SlaveBase::multipleAuthCaching () const
as of 3.1. Use openPassDlg instead. TODO: Remove before KDE 4.0
Member KIO::SlaveBase::pingCacheDaemon () const
as of 3.1. TODO: Remove before KDE 4.0
Member KIO::SlaveBase::sendAuthenticationKey (const TQCString &gKey, const TQCString &key, bool keep)
as of 3.1. Use openPassDlg instead. TODO: Remove before KDE 4.0
Member KIO::SlaveBase::setMultipleAuthCaching (bool)
as of 3.1. Use openPassDlg instead. TODO: Remove before KDE 4.0
Member KIO::SlaveInterface::authorizationKey (const TQCString &, const TQCString &, bool)
. Obsolete as of 3.1. Replaced by kpassword, a kded module.
Member KIO::SlaveInterface::delAuthorization (const TQCString &grpkey)
. Obsolete as of 3.1. Replaced by kpassword, a kded module.
Member KIO::SlaveInterface::openPassDlg (const TQString &prompt, const TQString &user, const TQString &caption, const TQString &comment, const TQString &label, bool readOnly) KDE_DEPRECATED
. Use openPassDlg( AuthInfo& ) instead.
Member KIO::SlaveInterface::openPassDlg (const TQString &prompt, const TQString &user, bool readOnly) KDE_DEPRECATED
. Use openPassDlg( AuthInfo& ) instead.
Member KIO::TCPSlaveBase::AtEOF ()
Due to inconsistency with KDE naming convention.
Member KIO::TCPSlaveBase::CleanSSL ()
Due to inconsistency with KDE naming convention.
Member KIO::TCPSlaveBase::CloseDescriptor ()
Due to inconsistency with KDE naming convention.
Member KIO::TCPSlaveBase::ConnectToHost (const TQString &host, unsigned int port, bool sendError)
Due to inconsistency with KDE naming convention.
Member KIO::TCPSlaveBase::GetPort (unsigned short int p)
Due to inconsistency with KDE naming convention.
Member KIO::TCPSlaveBase::InitializeSSL ()
Due to inconsistency with KDE naming convention.
Member KIO::TCPSlaveBase::Read (void *data, ssize_t len)
Due to inconsistency with KDE naming convention.
Member KIO::TCPSlaveBase::ReadLine (char *data, ssize_t len)
Due to inconsistency with KDE naming convention.
Member KIO::TCPSlaveBase::usingTLS ()
kept for binary compatibility Are we using TLS?
Member KIO::TCPSlaveBase::Write (const void *data, ssize_t len)
Due to inconsistency with KDE naming convention.
Class KMimeMagic
Use KMimeType::findByContent() instead May be removed in KDE 4.0. Determine auto-magically the type of file, not only by using its extension, but also by reading its contents.
Class KMimeMagicResult
Use KMimeType::findByContent() instead May be removed in KDE 4.0. Returned by KMimeMagic find...Type methods.
Class KOpenWithHandler
. Kept for source compatibility, does nothing nowadays. Do not use in new source. KRun can open the openwith dialog directly now. Use KRun::displayOpenWithDialog() if you were using KOpenWithHandler directly.
Member KProtocolInfo::canCopyFromFile (const TQString &protocol) KDE_DEPRECATED
Member KProtocolInfo::canCopyToFile (const TQString &protocol) KDE_DEPRECATED
Member KProtocolInfo::defaultMimetype (const TQString &protocol) KDE_DEPRECATED
Member KProtocolInfo::inputType (const TQString &protocol) KDE_DEPRECATED
Member KProtocolInfo::isSourceProtocol (const TQString &protocol) KDE_DEPRECATED
Member KProtocolInfo::listing (const TQString &protocol) KDE_DEPRECATED
Returns the list of fields this protocol returns when listing The current possibilities are Name, Type, Size, Date, AccessDate, Access, Owner, Group, Link, URL, MimeType
Member KProtocolInfo::outputType (const TQString &protocol) KDE_DEPRECATED
Member KProtocolInfo::supportsDeleting (const TQString &protocol) KDE_DEPRECATED
Member KProtocolInfo::supportsLinking (const TQString &protocol) KDE_DEPRECATED
Member KProtocolInfo::supportsListing (const TQString &protocol) KDE_DEPRECATED
Member KProtocolInfo::supportsMakeDir (const TQString &protocol) KDE_DEPRECATED
Member KProtocolInfo::supportsMoving (const TQString &protocol) KDE_DEPRECATED
Member KProtocolInfo::supportsReading (const TQString &protocol) KDE_DEPRECATED
Member KProtocolInfo::supportsWriting (const TQString &protocol) KDE_DEPRECATED
Member KServiceTypeProfile::allowAsDefault (const TQString &_service) const
Remove in KDE 4, unused. Checks whether the given _service can be used as default.
Parameters
_servicethe name of the service to check
Returns
true if allowed as default
Member KServiceTypeProfile::preference (const TQString &_service) const
Remove in KDE 4, unused. Returns the users preference of the given service.
Parameters
_servicethe name of the service to check
Returns
the user's preference number of the given _service, or 0 the service is unknown.
Class KShred
Erase a file in a way that makes recovery impossible – well, no guarentee of that, but at least as difficult as reasonably possible. For this, KShred write several times over the existing file, using different patterns, before deleting it.
Author
Andreas F. Pour bugs@.nosp@m.miet.nosp@m.erra..nosp@m.com
David Faure faure.nosp@m.@kde.nosp@m..org (integration into KDE and progress signal)
Member KURIFilterData::hasBeenFiltered () const
Member Observer::openPassDlg (const TQString &prompt, TQString &user, TQString &pass, bool readOnly)
use KIO::AutoInfo

kio/kio

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

kio/kio

Skip menu "kio/kio"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kio/kio by doxygen 1.8.8
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |