The main namespace used for all code related to Conan. More...
Namespaces | |
namespace | anonymous_namespace{ConanWidget.cpp} |
Contains selection related commands. | |
namespace | anonymous_namespace{ConanWidget_p.h} |
Contains helper methods. | |
namespace | anonymous_namespace{SignalSpy.cpp} |
namespace | debug |
Contains helper functions for debugging Conan. | |
namespace | ObjectUtility |
Contains QObject helper functions. | |
namespace | priv |
Qt version specific code. | |
Classes | |
class | AboutDialog |
A simple 'about' dialog containing information about Conan. More... | |
struct | ContainsDuplicateConnections |
A unary function object that returns true when an ObjectItem has duplicate connections. More... | |
class | ConanWidget |
The main Conan widget that provides run-time signal/slot introspection. More... | |
struct | MethodData |
Represents a single signal or slot. More... | |
struct | ConnectionData |
Represents a signal or slot and all connected methods. More... | |
class | ConnectionModel |
A hierarchical read-only model for a list of ConnectionData. More... | |
class | ConnectionFilterProxyModel |
Provides sorting and filtering functionality specific to ConnectionModels. More... | |
class | KeyValueTableModel |
class | ObjectItem |
Used to wrap QObjects for use in a ObjectModel. More... | |
class | RootItem |
Represents the root item for use in a ObjectModel. Note that the root does not wrap an object. More... | |
struct | MatchObjectByValue |
A unary function object that defines a matching criteria for ObjectItem. More... | |
struct | ObjectItemSorter |
A binary function object that defines a sorting criteria for ObjectItem: class, name, address. More... | |
class | ObjectModel |
A read-only model for displaying one or more object hierarchies. More... | |
class | SignalSpy |
The SignalSpy class enables introspection of signal emission. More... | |
class | SignalLogger |
Controls the logging of signal emissions. More... | |
class | SignalSpyModel |
A model for displaying all available signal spies. More... | |
class | WaitCursor |
Helper class for changing the cursor to a wait cursor. More... | |
Functions | |
QString | MethodAccessToString (QMetaMethod::Access inAccess) |
Converts the given method access to a string. | |
QString | MethodTypeToString (QMetaMethod::MethodType inType) |
Converts the given method type to a string. | |
QString | ConnectionTypeToString (uint inConnectionType) |
Converts the given connection type access to a string. |
The main namespace used for all code related to Conan.
QString conan::ConnectionTypeToString | ( | uint | inConnectionType | ) |
Converts the given connection type access to a string.
QString conan::MethodAccessToString | ( | QMetaMethod::Access | inAccess | ) |
Converts the given method access to a string.
QString conan::MethodTypeToString | ( | QMetaMethod::MethodType | inType | ) |
Converts the given method type to a string.