Namespaces | Functions

D:/Code/Projects/Conan/Conan/src/SignalSpy.cpp File Reference

Contains SignalSpy related definitions. More...

#include "ObjectUtility.h"
#include "SignalSpy.h"
#include <QtCore/QByteArray>
#include <QtCore/QDateTime>
#include <QtCore/QList>
#include <QtCore/QMetaMethod>
#include <QtCore/QMetaObject>
#include <QtCore/QScopedPointer>
#include <QtCore/QtDebug>
#include <QtCore/QVariant>
#include <QtGui/QHeaderView>
#include <QtGui/QKeyEvent>

Namespaces

namespace  conan
 

The main namespace used for all code related to Conan.


namespace  conan::anonymous_namespace{SignalSpy.cpp}

Functions

bool conan::anonymous_namespace{SignalSpy.cpp}::SameSignal (const QObject *inObject, const QString &inSignal, const SignalSpy *inSpy)
 Returns true when the given signal is monitored by the given spy.

Detailed Description

Contains SignalSpy related definitions.

Conan - Connection Analyzer for Qt Copyright (C) 2008 - 2011 Elmar de Koning, edekoning@gmail.com

This file is part of Conan.

Conan is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Conan is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Conan. If not, see <http://www.gnu.org/licenses/>.