|
|
typedef QMap<QString, KKeyEntry> |
#include <kaccel.h>
Accelerator information, similar to an action.
It is used internally by KAccel.
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>
Charset font and encoder/decoder handling.
This is needed, because Qt's font matching algorithm gives the font family a higher priority than the charset. For many applications this is not acceptable, since it can totally obscure the output, in languages which use non iso-8859-1 charsets.
typedef QValueList<KCompTreeNode *> |
#include <kcompletion_private.h>
An abstract base class for adding a completion feature into widgets.
This is a convienence class that provides the basic functions needed to add text completion support into widgets. All that is required is an implementation for the pure virtual function setCompletionText. Refer to KLineEdit or KComboBox to see how easily such support can be added using this as a base class.
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>
This class handles segmentation-faults. By default it displays a message-box saying the application crashed. This default can be overridden by setting a custom crash handler with setCrashHandler(). If a function is specified with setEmergencySaveFunction() it will be called by the default crash handler, giving the application a chance to save its data.
void * |
#include <kde_dmalloc.h>
These operators are used in conjunction with the dmalloc memory debugging library.
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
typedef unsigned long |
#include <krootprop.h>
The KDate class contains functions related to the parsing of dates.
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.
|