|
|
typedef QMap<QString, KKeyEntry> |
#include <kaccel.h>
typedef unsigned long |
#include <kapp.h>
bool |
#include <kapp.h>
Check, if a file may be accessed in a given mode. This is a wrapper around the access() system call. checkAccess() calls access() with the given parameters. If this is OK, checkAccess() returns true. If not, and W_OK is part of mode, it is checked if there is write access to the directory. If yes, checkAccess() returns true. In all other cases checkAccess() returns false.
Other than access() this function EXPLICITELY ignores non-existant files if checking for write access.
Parameters:
pathname | The full path of the file you want to test |
mode | The access mode, as in the access() system call. |
Returns: Whether the access is allowed, true = Access allowed
typedef struct |
#include <kckey.h>
typedef QValueList<QCString> |
#include <kcmdlineargs.h>
typedef QValueList<KCompTreeNode *> |
#include <kcompletion_private.h>
inline bool |
#include <kconfigdata.h>
compares two KEntryKeys (needed for QMap).
typedef QMap<KEntryKey, KEntry> |
#include <kconfigdata.h>
type specifying a map of entries (key,value pairs). The keys are actually a key in a particular config file group together with the group name.
typedef QMap<KEntryKey, KEntry>::Iterator |
#include <kconfigdata.h>
type for iterating over keys in a KEntryMap in sorted order.
typedef QMap<KEntryKey, KEntry>::ConstIterator |
#include <kconfigdata.h>
type for iterating over keys in a KEntryMap in sorted order. It is const, thus you cannot change the entries in the iterator, only examine them.
inline QDataStream & |
#include <kdatastream.h>
inline QDataStream & |
#include <kdatastream.h>
void * |
#include <kde_dmalloc.h>
These operators are used in conjunction with the dmalloc memory debugging library.
void * |
#include <kde_dmalloc.h>
void |
#include <kdebug.h>
void |
#include <kdebug.h>
typedef kdbgstream & (* |
#include <kdebug.h>
typedef kndbgstream & (* |
#include <kdebug.h>
inline kdbgstream & |
#include <kdebug.h>
inline kdbgstream & |
#include <kdebug.h>
kdbgstream & |
#include <kdebug.h>
inline kndbgstream & |
#include <kdebug.h>
inline kndbgstream & |
#include <kdebug.h>
inline kndbgstream & |
#include <kdebug.h>
kdbgstream |
#include <kdebug.h>
kdbgstream |
#include <kdebug.h>
inline kndbgstream |
#include <kdebug.h>
inline kndbgstream |
#include <kdebug.h>
kdbgstream |
#include <kdebug.h>
kdbgstream |
#include <kdebug.h>
kdbgstream |
#include <kdebug.h>
kdbgstream |
#include <kdebug.h>
kdbgstream |
#include <kdebug.h>
kdbgstream |
#include <kdebug.h>
template<class T> inline const T& |
#include <kglobal.h>
A typesafe function to find the maximum of the two arguments.
template<class T> inline const T& |
#include <kglobal.h>
uint |
#include <kglobalaccel.h>
Returns the X key modifier for the key code keyCode.
uint |
#include <kglobalaccel.h>
Returns the X key sym for the key code keyCode.
QPixmap |
#include <kiconloader.h>
Load a desktop icon.
QPixmap |
#include <kiconloader.h>
Load a desktop icon.
QIconSet |
#include <kiconloader.h>
Load a desktop icon, and apply the neccesary effects to get an IconSet.
QPixmap |
#include <kiconloader.h>
Load a toolbar icon.
QPixmap |
#include <kiconloader.h>
Load a toolbar icon.
QIconSet |
#include <kiconloader.h>
Load a toolbar icon, and apply the neccesary effects to get an IconSet.
QPixmap |
#include <kiconloader.h>
Load a small icon.
QPixmap |
#include <kiconloader.h>
Load a small icon.
QIconSet |
#include <kiconloader.h>
Load a small icon, and apply the neccesary effects to get an IconSet.
QPixmap |
#include <kiconloader.h>
Load a main toolbar icon.
QPixmap |
#include <kiconloader.h>
Load a main toolbar icon.
QIconSet |
#include <kiconloader.h>
Load a main toolbar icon, and apply the effects to get an IconSet.
QPixmap |
#include <kiconloader.h>
Load a user icon.
QPixmap |
#include <kiconloader.h>
Load a user icon.
QIconSet |
#include <kiconloader.h>
Load a user icon, and apply the effects to get an IconSet.
int |
#include <kiconloader.h>
Returns the current icon size for a specific group.
QString |
#include <klocale.h>
i18n is the function that does everything you need to translate a string. You just wrap around every user visible string a i18n call to get a QString with the string in the user's prefered language.
QString |
#include <klocale.h>
If the string is too ambigious to be translated well to a non-english language, use this form of i18n to separate lookup string and english text
See also: translate
typedef unsigned long |
#include <krootprop.h>
typedef sockaddr_in6 |
#include <ksock.h>
typedef sockaddr_in |
#include <ksock.h>
QString |
#include <kstddirs.h>
This function is just for convience. It simply calls instance->dirs()->findResource(type, filename).
QString |
#include <kstddirs.h>
This function is much like locate. However it returns a filename suitable for writing to. No check is made if the specified filename actually exists. Missing directories are created. If filename is only a directory, without a specific file, filename must have a trailing slash.
bool |
#include <kurl.h>
Compares URLs. They are parsed, split and compared. Two malformed URLs with the same string representation are nevertheless considered to be unequal. That means no malformed URL equals anything else.
bool |
#include <kurl.h>
Compares URLs. They are parsed, split and compared. Two malformed URLs with the same string representation are nevertheless considered to be unequal. That means no malformed URL equals anything else.
Parameters:
_ignore_trailing | Described in KURL::cmp |
_ignore_ref | If true, disables comparison of HTML-style references.
|
QDataStream & |
#include <kurl.h>
QDataStream & |
#include <kurl.h>
Generated by: marc@yogi on Tue Mar 27 13:06:25 2001, using kdoc 2.0a48. |