ProjectExplorer Namespace
(Debugger::ProjectExplorer)Header: | #include <ProjectExplorer> |
Namespaces
namespace | Constants |
namespace | Constants |
namespace | Deprecated |
namespace | Deprecated |
namespace | Icons |
namespace | Icons |
namespace | Internal |
namespace | Internal |
namespace | Ui |
Classes
class | BuildConfigurationModel |
class | Cache |
class | CheckBoxField |
class | ComboBoxField |
class | CustomParser |
class | CustomParserExpression |
class | CustomParserSettings |
class | CustomWizardMetaFactory |
class | DefaultDeployConfigurationFactory |
class | DeployConfigurationModel |
class | DesktopDeviceConfigurationWidget |
class | Glob |
class | IconListField |
class | JournaldWatcher |
class | JsonFieldPage |
class | JsonFilePage |
class | JsonProjectPage |
class | JsonSummaryPage |
class | JsonWizardGenerator |
class | JsonWizardGeneratorFactory |
class | KitGuard |
class | KitGuard |
class | LabelField |
class | LdParser |
class | LineEditField |
class | LinuxIccParser |
class | ListField |
class | PathChooserField |
class | ProjectConfigurationModel |
class | RunConfigurationModel |
class | SelectableFilesDialogAddDirectory |
class | SpacerField |
class | TextEditField |
class | Tree |
Types
enum | FileType { Unknown, Header, Source, Form, ..., FileTypeSize } |
enum | MacroType { Invalid, Define, Undefine } |
enum | MacroType { Invalid, Define, Undefine } |
enum | NodeType { File, Folder, VirtualFolder, Project } |
enum | ProjectAction { InheritedFromParent, AddSubProject, RemoveSubProject, AddNewFile, ..., HasSubProjectRunConfigurations } |
enum | SetActive { Cascade, NoCascade } |
enum | SetActive { Cascade, NoCascade } |
enum | WarningFlags { NoWarnings, AsErrors, Default, All, ..., NonVirtualDestructor } |
enum | WarningFlags { NoWarnings, AsErrors, Default, All, ..., NonVirtualDestructor } |
Functions
Debugger::uint | qHash(const int &ti) |
Debugger::uint | qHash(const Debugger::ProjectExplorer::Macro ¯o) |
int | qHash(const ProjectExplorer::Abi &abi) |
int | qHash(const int &abi) |
uint | qHash(const ProjectExplorer::Macro ¯o) |
bool | operator!=(const int &ti1, const int &ti2) |
bool | operator!=(const int &ti1, const int &ti2) |
Debugger::ProjectExplorer::WarningFlags | operator&(Debugger::ProjectExplorer::WarningFlags first, Debugger::ProjectExplorer::WarningFlags second) |
ProjectExplorer::WarningFlags | operator&(ProjectExplorer::WarningFlags first, ProjectExplorer::WarningFlags second) |
void | operator&=(Debugger::ProjectExplorer::WarningFlags &first, Debugger::ProjectExplorer::WarningFlags second) |
void | operator&=(ProjectExplorer::WarningFlags &first, ProjectExplorer::WarningFlags second) |
bool | operator==(const int &ti1, const int &ti2) |
bool | operator==(const Debugger::ProjectExplorer::Macro &first, const Debugger::ProjectExplorer::Macro &second) |
bool | operator==(const int &ti1, const int &ti2) |
bool | operator==(const ProjectExplorer::Macro &first, const ProjectExplorer::Macro &second) |
Debugger::ProjectExplorer::WarningFlags | operator|(Debugger::ProjectExplorer::WarningFlags first, Debugger::ProjectExplorer::WarningFlags second) |
ProjectExplorer::WarningFlags | operator|(ProjectExplorer::WarningFlags first, ProjectExplorer::WarningFlags second) |
void | operator|=(Debugger::ProjectExplorer::WarningFlags &first, Debugger::ProjectExplorer::WarningFlags second) |
void | operator|=(ProjectExplorer::WarningFlags &first, ProjectExplorer::WarningFlags second) |
Debugger::ProjectExplorer::WarningFlags | operator~(Debugger::ProjectExplorer::WarningFlags flags) |
ProjectExplorer::WarningFlags | operator~(ProjectExplorer::WarningFlags flags) |
Detailed Description
The ProjectExplorer namespace contains the classes to explore projects.
Namespaces
namespace ProjectExplorer::Constants
namespace ProjectExplorer::Constants
namespace ProjectExplorer::Deprecated
namespace ProjectExplorer::Deprecated
namespace ProjectExplorer::Icons
namespace ProjectExplorer::Icons
namespace ProjectExplorer::Internal
namespace ProjectExplorer::Internal
The ProjectExplorer::Internal namespace is the internal namespace of the ProjectExplorer plugin.
namespace ProjectExplorer::Ui
Classes
class ProjectExplorer::BuildConfigurationModel
The BuildConfigurationModel class is a model to represent the build configurations of a target. More...