KIO
#include "authinfo.h"
#include <config.h>
#include <sys/stat.h>
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>
#include <QtCore/QByteArray>
#include <QtCore/QDir>
#include <QtCore/QFile>
#include <QtDBus/QDBusArgument>
#include <QtDBus/QDBusMetaType>
#include <kde_file.h>
#include <kdebug.h>
#include <kstandarddirs.h>
Go to the source code of this file.
Macros | |
#define | NETRC_READ_BUF_SIZE 4096 |
Typedefs | |
typedef QList< NetRC::AutoLogin > | LoginList |
typedef QMap< QString, LoginList > | LoginMap |
Functions | |
QDataStream & | operator<< (QDataStream &s, const ExtraField &extraField) |
QDBusArgument & | operator<< (QDBusArgument &argument, const ExtraField &extraField) |
const QDBusArgument & | operator>> (const QDBusArgument &argument, ExtraField &extraField) |
QDataStream & | operator>> (QDataStream &s, ExtraField &extraField) |
Macro Definition Documentation
◆ NETRC_READ_BUF_SIZE
#define NETRC_READ_BUF_SIZE 4096 |
Definition at line 41 of file authinfo.cpp.
Typedef Documentation
◆ LoginList
typedef QList<NetRC::AutoLogin> LoginList |
Definition at line 259 of file authinfo.cpp.
◆ LoginMap
Definition at line 260 of file authinfo.cpp.
Function Documentation
◆ operator<<() [1/2]
QDataStream & operator<< | ( | QDataStream & | s, |
const ExtraField & | extraField | ||
) |
Definition at line 76 of file authinfo.cpp.
◆ operator<<() [2/2]
QDBusArgument & operator<< | ( | QDBusArgument & | argument, |
const ExtraField & | extraField | ||
) |
Definition at line 94 of file authinfo.cpp.
◆ operator>>() [1/2]
const QDBusArgument & operator>> | ( | const QDBusArgument & | argument, |
ExtraField & | extraField | ||
) |
Definition at line 103 of file authinfo.cpp.
◆ operator>>() [2/2]
QDataStream & operator>> | ( | QDataStream & | s, |
ExtraField & | extraField | ||
) |
Definition at line 84 of file authinfo.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.