ProjectExplorer Namespace
Header: | #include <ProjectExplorer> |
Namespaces
namespace | Constants |
namespace | Deprecated |
namespace | Internal |
namespace | Ui |
Classes
class | BuildConfigurationModel |
class | CustomExecutableRunConfigurationFactory |
class | CustomParser |
class | CustomParserExpression |
class | CustomParserSettings |
class | CustomWizardMetaFactory |
class | DefaultDeployConfigurationFactory |
class | DeployConfigurationModel |
class | DesktopDeviceConfigurationWidget |
class | Glob |
class | JournaldWatcher |
class | JsonFilePage |
class | JsonProjectPage |
class | JsonSummaryPage |
class | LdParser |
class | LinuxIccParser |
class | ProjectConfigurationModel |
class | RunConfigurationCreationInfo |
class | RunConfigurationModel |
class | SelectableFilesDialogAddDirectory |
class | Tree |
Types
enum | FileType { Unknown, Header, Source, Form, ..., FileTypeSize } |
enum | MacroType { Invalid, Define, Undefine } |
enum | NodeType { File, Folder, VirtualFolder, Project } |
enum | ProjectAction { InheritedFromParent, AddSubProject, RemoveSubProject, AddNewFile, ..., HasSubProjectRunConfigurations } |
enum | SetActive { Cascade, NoCascade } |
enum | WarningFlags { NoWarnings, AsErrors, Default, All, ..., NonVirtualDestructor } |
Functions
const int | gccPredefinedMacrosOptions(int) |
const int | languageOption(int) |
int | qHash(const int &abi) |
int | qHash(const ProjectExplorer::Macro &) |
ProjectExplorer::WarningFlags | operator&(ProjectExplorer::WarningFlags first, ProjectExplorer::WarningFlags second) |
void | operator&=(ProjectExplorer::WarningFlags &first, ProjectExplorer::WarningFlags second) |
bool | operator==(const ProjectExplorer::Macro &first, const ProjectExplorer::Macro &second) |
ProjectExplorer::WarningFlags | operator|(ProjectExplorer::WarningFlags first, ProjectExplorer::WarningFlags second) |
void | operator|=(ProjectExplorer::WarningFlags &first, ProjectExplorer::WarningFlags second) |
ProjectExplorer::WarningFlags | operator~(ProjectExplorer::WarningFlags flags) |
Detailed Description
The ProjectExplorer namespace contains the classes to explore projects.
Namespaces
namespace ProjectExplorer::Constants
namespace ProjectExplorer::Deprecated
namespace ProjectExplorer::Internal
The ProjectExplorer::Internal namespace is the internal namespace of the ProjectExplorer plugin.
namespace ProjectExplorer::Ui
Classes
class BuildConfigurationModel
The BuildConfigurationModel class is a model to represent the build configurations of a target. More...