Contains ConnectionModel related declarations. More...
#include "ConanDefines.h"
#include <QtCore/QAbstractItemModel>
#include <QtCore/QMetaMethod>
#include <QtCore/QPointer>
#include <QtCore/QVector>
#include <QtGui/QSortFilterProxyModel>
Classes | |
struct | conan::MethodData |
Represents a single signal or slot. More... | |
struct | conan::ConnectionData |
Represents a signal or slot and all connected methods. More... | |
class | conan::ConnectionModel |
A hierarchical read-only model for a list of ConnectionData. More... | |
class | conan::ConnectionFilterProxyModel |
Provides sorting and filtering functionality specific to ConnectionModels. More... | |
Namespaces | |
namespace | conan |
The main namespace used for all code related to Conan. | |
Functions | |
QString | conan::MethodAccessToString (QMetaMethod::Access inAccess) |
Converts the given method access to a string. | |
QString | conan::ConnectionTypeToString (uint inConnectionType) |
Converts the given connection type access to a string. |
Contains ConnectionModel related declarations.
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/>.