Core Namespace

The Core namespace contains all classes that make up the Core plugin which constitute the basic functionality of Qt Creator. More...

Header: #include <Core>

Classes

Types

enum FindFlag { FindBackward, FindCaseSensitively, FindWholeWords, FindRegularExpression, FindPreserveCase }

Detailed Description

Classes

class NavigationView

The NavigationView class is a C struct for wrapping a widget and a list of tool buttons. Wrapping the widget that is shown in the content area of the navigation widget and a list of tool buttons that is shown in the header above it. More...

Type Documentation

enum Core::FindFlag

This enum holds the find flags.

ConstantValueDescription
Core::FindBackward0x01Searches backwards.
Core::FindCaseSensitively0x02Considers case when searching.
Core::FindWholeWords0x04Finds only whole words.
Core::FindRegularExpression0x08Uses a regular epression as a search term.
Core::FindPreserveCase0x10Preserves the case when replacing search terms.