|
|
| 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
| 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.
| void * |
#include <kde_dmalloc.h>
These operators are used in conjunction with the dmalloc memory debugging library.
| template<class T> inline const T& |
#include <kglobal.h>
A typesafe function to find the maximum of the two arguments.
| 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
| QString |
#include <klocale.h>
If you want to handle plural forms, use this form of i18n. The plural has to contain a %n where n fits into.
| 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.
| enum |
#include <ksycocatype.h>
A KSycocaType is a code (out of the KSycocaType enum) assigned to each class type derived from KSycocaEntry . To use it, call the macro K_SYCOCATYPE( your_typecode, parent_class ) at the top of your class definition.
| enum |
#include <ksycocatype.h>
A KSycocaFactoryId is a code (out of the KSycocaFactoryId enum) assigned to each class type derived from KSycocaFactory. To use it, call the macro K_SYCOCAFACTORY( your_factory_id ) at the top of your class definition.
| 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.
|
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 04:05:18 2001, using kdoc 2.0a35. |