Debug message generators
KDE debug message streams let you and the user control just how many debug messages you see.
More...
Detailed Description
KDE debug message streams let you and the user control just how many debug messages you see.
Function Documentation
|
Does nothing.
- Parameters:
-
- Returns:
- the given
s
Definition at line 582 of file kdebug.h.
Referenced by KExtendedSocket::accept(), KWin::WindowInfo::actionSupported(), KVMAllocator::allocate(), KIconLoader::alphaBlending(), KApplication::checkRecoverFile(), KWin::WindowInfo::clientMachine(), KTempDir::create(), KCalendarSystemFactory::create(), KIconLoader::currentSize(), KCalendarSystemJalali::day(), KWin::WindowInfo::desktop(), KWin::WindowInfo::extendedStrut(), KStandardDirs::findResource(), KStandardDirs::findResourceDir(), KWin::WindowInfo::frameGeometry(), KVMAllocator::free(), KWin::WindowInfo::geometry(), KWin::WindowInfo::groupLeader(), KConfigDialogManager::hasChanged(), KWin::WindowInfo::iconName(), KIconLoader::iconPath(), KShortcut::init(), KKeySequence::init(), KKey::init(), KKeyNative::init(), KKeyServer::initializeMods(), KKeyServer::Sym::initQt(), KApplication::invokeBrowser(), KApplication::invokeHelp(), KApplication::invokeHTMLHelp(), KApplication::invokeMailer(), KDesktopFile::isAuthorizedDesktopFile(), KWin::WindowInfo::isOnDesktop(), KConfigSkeleton::KConfigSkeleton(), KGlobalAccel::KGlobalAccel(), KProcIO::KProcIO(), KLocale::langLookup(), KIconLoader::loadAnimated(), KIconLoader::loadIcon(), KIconLoader::loadIconSet(), KExtendedSocket::lookup(), KWin::WindowInfo::mappingState(), KKeyServer::modToModX(), KCalendarSystemJalali::month(), KIconLoader::moviePath(), KWin::WindowInfo::name(), KWin::WindowInfo::onAllDesktops(), KPty::open(), KConfigDialogManager::parseChildren(), KIconLoader::queryIcons(), KIconLoader::queryIconsByContext(), KConfigSkeleton::readConfig(), KShortcutList::readSettings(), KExtendedSocket::resolve(), KStandardDirs::resourceDirs(), KWin::setSystemTrayWindowFor(), KProcess::setupCommunication(), KProcess::slotSendData(), KUniqueApplication::start(), KProcess::start(), KWin::WindowInfo::state(), KWin::WindowInfo::strut(), KApplication::tempSaveName(), KWin::WindowInfo::transientFor(), KLocale::translate(), KLocale::translateQt(), KIconLoader::unknown(), KMD5::update(), KConfigDialogManager::updateSettings(), KConfigDialogManager::updateWidgets(), KWin::WindowInfo::visibleIconName(), KWin::WindowInfo::visibleName(), KWin::WindowInfo::windowClassClass(), KWin::WindowInfo::windowClassName(), KWin::WindowInfo::windowRole(), KWin::WindowInfo::windowType(), KConfigSkeleton::writeConfig(), KShortcutList::writeSettings(), and KCalendarSystemJalali::year(). |
|
Does nothing.
- Parameters:
-
- Returns:
- the given
s
Definition at line 588 of file kdebug.h. |
|
Returns a dummy debug stream.
The stream does not print anything. - Parameters:
-
| area | an id to identify the output, 0 for default |
- See also:
- kdDebug()
Definition at line 619 of file kdebug.h. |
|
Prints the given value.
- Parameters:
-
- Returns:
- this stream
- Since:
- 3.3
Definition at line 409 of file kdebug.h. |
|
Prints an "\n". - Parameters:
-
| s | the debug stream to write to |
- Returns:
- the debug stream (
s )
Definition at line 429 of file kdebug.h. |
|
Flushes the stream. - Parameters:
-
| s | the debug stream to write to |
- Returns:
- the debug stream (
s )
Definition at line 437 of file kdebug.h.
References kdbgstream::flush(). |
kdbgstream kdDebug |
( |
int |
area = 0 |
) |
[related, inherited] |
|
|
Returns a debug stream. You can use it to print debug information. - Parameters:
-
| area | an id to identify the output, 0 for default |
- See also:
- kndDebug()
Definition at line 322 of file kdebug.cpp. |
QString kdBacktrace |
( |
|
) |
[related, inherited] |
|
|
Returns a backtrace. - Returns:
- a backtrace
Definition at line 583 of file kdebug.cpp. |
QString kdBacktrace |
( |
int |
levels |
) |
[related, inherited] |
|
|
Returns a backtrace. - Parameters:
-
| levels | the number of levels of the backtrace |
- Returns:
- a backtrace
- Since:
- 3.1
Definition at line 558 of file kdebug.cpp. |
kdbgstream kdWarning |
( |
int |
area = 0 |
) |
[related, inherited] |
|
|
Returns a warning stream. You can use it to print warning information. - Parameters:
-
| area | an id to identify the output, 0 for default |
Definition at line 327 of file kdebug.cpp. |
kdbgstream kdError |
( |
int |
area = 0 |
) |
[related, inherited] |
|
|
Returns an error stream. You can use it to print error information. - Parameters:
-
| area | an id to identify the output, 0 for default |
Definition at line 325 of file kdebug.cpp. |
kdbgstream kdFatal |
( |
int |
area = 0 |
) |
[related, inherited] |
|
|
Returns a fatal error stream. You can use it to print fatal error information. - Parameters:
-
| area | an id to identify the output, 0 for default |
Definition at line 329 of file kdebug.cpp. |
void kdClearDebugConfig |
( |
|
) |
[related, inherited] |
|
|
Deletes the kdebugrc cache and therefore forces KDebug to reread the config file
Definition at line 588 of file kdebug.cpp. |
This file is part of the documentation for kdecore Library Version 3.3.2.