Qt Creator C++ Classes

Namespaces

Aggregation

Contains support for bundling related components, so that each component exposes the properties and behavior of the other components to the outside

Classes

Aggregation::Aggregate

Defines a collection of related components that can be viewed as a unit

Core::ActionContainer

Represents a menu or menu bar in Qt Creator

Core::BaseFileWizard

Implements a is a convenience class for creating files

Core::BaseFileWizardFactory

Implements a generic wizard for creating files

Core::BaseTextDocument

Very general base class for documents that work with text

Core::Context

Implements a list of context IDs

Core::GeneratedFile

Represents a file generated by a wizard

Core::IContext

Associates a widget with a context list and context help

Core::IDocument

Describes a document that can be saved and reloaded

Core::IEditor

Interface for editing an open document in Qt Creator

Core::IExternalEditor

Enables registering an external editor in the Open With dialog

Core::IFeatureProvider

Defines an interface to manage features for wizards

Core::IFindSupport

Functions for searching in a document or widget

Core::IMode

Represents a mode in Qt Creator

Core::INavigationWidgetFactory

New instances of navigation widgets

Core::IOutputPane

Interface for providing Output panes

Core::IWizardFactory

The base class for all wizard factories

Core::MessageManager

Used to post messages in the General Messages pane

Core::MiniSplitter

Simple helper-class to obtain macOS style 1-pixel wide splitters

Core::NonResizingSplitter

MiniSplitter that keeps its first widget's size fixed when it is resized

Core::SearchResult

Reports user interaction, such as the activation of a search result item

Core::SearchResultWindow

The implementation of a commonly shared Search Results output pane

Core::SettingsDatabase

Offers an alternative to the application-wide QSettings that is more suitable for storing large amounts of data

Core::WizardDialogParameters

Holds parameters for the new file wizard dialog

ExtensionSystem::IPlugin

Abstract base class that must be implemented once for each plugin

ExtensionSystem::PluginErrorView

Implements a widget that displays the state and error message of a PluginSpec

This topic lists the documented Qt Creator C++ classes. For information about the classes that have not been documented, please inspect the source code.