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

tdeio/tdeio

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
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 TDEIO::AutoInfo
Member TDEIO::FileCopyJob::setSourceSize (off_t size) KDE_DEPRECATED
Member TDEIO::Job::canceled (TDEIO::Job *job)
.
Member TDEIO::NetAccess::copy (const KURL &src, const KURL &target) KDE_DEPRECATED
. Use the function above instead.
Member TDEIO::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 TDEIO::NetAccess::dircopy (const KURL &src, const KURL &target) KDE_DEPRECATED
. Use the function above instead.
Member TDEIO::NetAccess::download (const KURL &src, TQString &target) KDE_DEPRECATED
. Use the function above instead.
Member TDEIO::NetAccess::exists (const KURL &url, bool source) KDE_DEPRECATED
. Use the function above instead.
Member TDEIO::NetAccess::exists (const KURL &url, TQWidget *window) KDE_DEPRECATED
. Use the function above instead.
Since
3.2
Member TDEIO::NetAccess::exists (const KURL &url) KDE_DEPRECATED
. Use the function above instead.
Member TDEIO::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 TDEIO::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 TDEIO::NetAccess::stat (const KURL &url, TDEIO::UDSEntry &entry) KDE_DEPRECATED
. Use the function above instead.
Member TDEIO::NetAccess::upload (const TQString &src, const KURL &target) KDE_DEPRECATED
. Use the function above instead.
Member TDEIO::PasswordDialog::setEnableUserField (bool enable, bool=false)
. Use setUserReadOnly(bool).
Member TDEIO::Slave::connection ()
This method is obsolete, use the accessor methods within TDEIO::Slave instead. Old code directly accessing connection() will not be able to access special protocols.
Member TDEIO::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 TDEIO::SlaveBase::delCachedAuthentication (const TQString &key)
as of 3.1. Use openPassDlg instead. TODO: Remove before KDE 4.0
Member TDEIO::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 TDEIO::SlaveBase::metaData (const TQString &key)
kept for binary compatibility Queries for config/meta-data sent by the application to the slave.
Member TDEIO::SlaveBase::multipleAuthCaching () const
as of 3.1. Use openPassDlg instead. TODO: Remove before KDE 4.0
Member TDEIO::SlaveBase::pingCacheDaemon () const
as of 3.1. TODO: Remove before KDE 4.0
Member TDEIO::SlaveBase::sendAuthenticationKey (const TQCString &gKey, const TQCString &key, bool keep)
as of 3.1. Use openPassDlg instead. TODO: Remove before KDE 4.0
Member TDEIO::SlaveBase::setMultipleAuthCaching (bool)
as of 3.1. Use openPassDlg instead. TODO: Remove before KDE 4.0
Member TDEIO::SlaveInterface::authorizationKey (const TQCString &, const TQCString &, bool)
. Obsolete as of 3.1. Replaced by kpassword, a kded module.
Member TDEIO::SlaveInterface::delAuthorization (const TQCString &grpkey)
. Obsolete as of 3.1. Replaced by kpassword, a kded module.
Member TDEIO::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 TDEIO::SlaveInterface::openPassDlg (const TQString &prompt, const TQString &user, bool readOnly) KDE_DEPRECATED
. Use openPassDlg( AuthInfo& ) instead.
Member TDEIO::TCPSlaveBase::AtEOF ()
Due to inconsistency with KDE naming convention.
Member TDEIO::TCPSlaveBase::CleanSSL ()
Due to inconsistency with KDE naming convention.
Member TDEIO::TCPSlaveBase::CloseDescriptor ()
Due to inconsistency with KDE naming convention.
Member TDEIO::TCPSlaveBase::ConnectToHost (const TQString &host, unsigned int port, bool sendError)
Due to inconsistency with KDE naming convention.
Member TDEIO::TCPSlaveBase::GetPort (unsigned short int p)
Due to inconsistency with KDE naming convention.
Member TDEIO::TCPSlaveBase::InitializeSSL ()
Due to inconsistency with KDE naming convention.
Member TDEIO::TCPSlaveBase::Read (void *data, ssize_t len)
Due to inconsistency with KDE naming convention.
Member TDEIO::TCPSlaveBase::ReadLine (char *data, ssize_t len)
Due to inconsistency with KDE naming convention.
Member TDEIO::TCPSlaveBase::usingTLS ()
kept for binary compatibility Are we using TLS?
Member TDEIO::TCPSlaveBase::Write (const void *data, ssize_t len)
Due to inconsistency with KDE naming convention.

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
  •     tdecore
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  • tdeioslave
  •   http
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeio/tdeio by doxygen 1.8.8
This website is maintained by Timothy Pearson.