Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
conan::AboutDialogA simple 'about' dialog containing information about Conan
conan::ConanWidgetThe main Conan widget that provides run-time signal/slot introspection
conan::ConnectionDataRepresents a signal or slot and all connected methods
conan::ConnectionFilterProxyModelProvides sorting and filtering functionality specific to ConnectionModels
conan::ConnectionModelA hierarchical read-only model for a list of ConnectionData
conan::ContainsDuplicateConnectionsA unary function object that returns true when an ObjectItem has duplicate connections
conan::KeyValueTableModel
conan::MatchObjectByValueA unary function object that defines a matching criteria for ObjectItem
conan::MethodDataRepresents a single signal or slot
conan::ObjectItemUsed to wrap QObjects for use in a ObjectModel
conan::ObjectItemSorterA binary function object that defines a sorting criteria for ObjectItem: class, name, address
conan::ObjectModelA read-only model for displaying one or more object hierarchies
conan::RootItemRepresents the root item for use in a ObjectModel. Note that the root does not wrap an object
conan::anonymous_namespace{ConanWidget.cpp}::SelectObjectCommandA command that finds an object by address, selects it and makes it current
conan::SignalLoggerControls the logging of signal emissions
conan::SignalSpyEnables introspection of signal emission
conan::SignalSpyModelA model for displaying all available signal spies
conan::anonymous_namespace{ConanWidget.cpp}::ToggleCommandA command that toggles a boolean variable
conan::WaitCursorHelper class for changing the cursor to a wait cursor