Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

debug.h File Reference

#include <stdio.h>

Include dependency graph for debug.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define HACK
#define PACKAGELISTLOCAL
#define NEWLAYOUT
#define pvDebug(I, S)

Variables

int debugLevel


Define Documentation

#define HACK
 

Definition at line 8 of file debug.h.

#define NEWLAYOUT
 

Definition at line 10 of file debug.h.

#define PACKAGELISTLOCAL
 

Definition at line 9 of file debug.h.

#define pvDebug I,
 ) 
 

Value:

if ( debugLevel < 3 ) \
{ \
        if ( I <= debugLevel ) qDebug(S);\
}else{\
        if ( I <= debugLevel ) \
                qDebug("#%s:%i: %s \t\t(Level: %i)",__FILE__,__LINE__,QString(S).latin1(),I);\
}

Definition at line 12 of file debug.h.

Referenced by PackageManagerSettings::activeDestinationChange(), PmIpkg::createLinks(), MainWindow::createLinks(), PackageManagerSettings::createLinksToDest(), PmIpkg::install(), PmIpkg::installFile(), PackageManagerSettings::linkEnabled(), PmIpkg::makeLinks(), OipkgPackage::OipkgPackage(), PackageListDocLnk::PackageListDocLnk(), PackageListLocal::parseList(), PackageListLocal::parseStatus(), PmIpkg::processLinkDir(), PackageListRemote::query(), PackageList::readFileEntries(), PackageManagerSettings::readInstallationSetting(), MainWindow::receive(), PmIpkg::remove(), PmIpkg::removeFile(), PmIpkg::removeLinks(), MainWindow::removeLinks(), PackageManagerSettings::removeLinksToDest(), PmIpkg::runIpkg(), PackageListRemote::update(), PackageListLocal::update(), and PackageListDocLnk::update().


Variable Documentation

int debugLevel
 

Definition at line 7 of file main.cpp.

Referenced by main().


Generated on Sat Nov 5 17:17:08 2005 for OPIE by  doxygen 1.4.2