Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

msvc_objectmodel.h File Reference

#include "project.h"
#include <qstring.h>
#include <qstringlist.h>

Include dependency graph for msvc_objectmodel.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  customBuildCheck {
  none, moc, uic, lexyacc,
  resource
}
enum  triState { unset = -1, _False = 0, _True = 1 }
enum  addressAwarenessType { addrAwareDefault, addrAwareNoLarge, addrAwareLarge }
enum  asmListingOption {
  asmListingNone, asmListingAssemblyOnly, asmListingAsmMachineSrc, asmListingAsmMachine,
  asmListingAsmSrc
}
enum  basicRuntimeCheckOption { runtimeBasicCheckNone, runtimeCheckStackFrame, runtimeCheckUninitVariables, runtimeBasicCheckAll }
enum  browseInfoOption { brInfoNone, brAllInfo, brNoLocalSymbols }
enum  callingConventionOption { callConventionDefault = -1, callConventionCDecl, callConventionFastCall, callConventionStdCall }
enum  charSet { charSetNotSet, charSetUnicode, charSetMBCS }
enum  compileAsManagedOptions { managedDefault = -1, managedAssembly = 2 }
enum  CompileAsOptions { compileAsDefault, compileAsC, compileAsCPlusPlus }
enum  ConfigurationTypes {
  typeUnknown = 0, typeApplication = 1, typeDynamicLibrary = 2, typeStaticLibrary = 4,
  typeGeneric = 10
}
enum  debugOption {
  debugUnknown = -1, debugDisabled, debugOldStyleInfo, debugLineInfoOnly,
  debugEnabled, debugEditAndContinue
}
enum  eAppProtectionOption { eAppProtectUnchanged, eAppProtectLow, eAppProtectMedium, eAppProtectHigh }
enum  enumResourceLangID {
  rcUseDefault = 0, rcAfrikaans = 1078, rcAlbanian = 1052, rcArabicAlgeria = 5121,
  rcArabicBahrain = 15361, rcArabicEgypt = 3073, rcArabicIraq = 2049, rcArabicJordan = 11265,
  rcArabicKuwait = 13313, rcArabicLebanon = 12289, rcArabicLibya = 4097, rcArabicMorocco = 6145,
  rcArabicOman = 8193, rcArabicQatar = 16385, rcArabicSaudi = 1025, rcArabicSyria = 10241,
  rcArabicTunisia = 7169, rcArabicUnitedArabEmirates = 14337, rcArabicYemen = 9217, rcBasque = 1069,
  rcBulgarian = 1026, rcByelorussian = 1059, rcCatalan = 1027, rcChineseHongKong = 3076,
  rcChinesePRC = 2052, rcChineseSingapore = 4100, rcChineseTaiwan = 1028, rcCroatian = 1050,
  rcCzech = 1029, rcDanish = 1030, rcDutchBelgium = 2067, rcDutchStandard = 1043,
  rcEnglishAustralia = 3081, rcEnglishBritain = 2057, rcEnglishCanada = 4105, RcEnglishCaribbean = 9225,
  rcEnglishIreland = 6153, rcEnglishJamaica = 8201, rcEnglishNewZealand = 5129, rcEnglishSouthAfrica = 7177,
  rcEnglishUS = 1033, rcEstonian = 1061, rcFarsi = 1065, rcFinnish = 1035,
  rcFrenchBelgium = 2060, rcFrenchCanada = 3084, rcFrenchLuxembourg = 5132, rcFrenchStandard = 1036,
  rcFrenchSwitzerland = 4108, rcGermanAustria = 3079, rcGermanLichtenstein = 5127, rcGermanLuxembourg = 4103,
  rcGermanStandard = 1031, rcGermanSwitzerland = 2055, rcGreek = 1032, rcHebrew = 1037,
  rcHungarian = 1038, rcIcelandic = 1039, rcIndonesian = 1057, rcItalianStandard = 1040,
  rcItalianSwitzerland = 2064, rcJapanese = 1041, rcKorean = 1042, rcKoreanJohab = 2066,
  rcLatvian = 1062, rcLithuanian = 1063, rcNorwegianBokmal = 1044, rcNorwegianNynorsk = 2068,
  rcPolish = 1045, rcPortugueseBrazilian = 1046, rcPortugueseStandard = 2070, rcRomanian = 1048,
  rcRussian = 1049, rcSerbian = 2074, rcSlovak = 1051, rcSpanishArgentina = 11274,
  rcSpanishBolivia = 16394, rcSpanishChile = 13322, rcSpanishColombia = 9226, rcSpanishCostaRica = 5130,
  rcSpanishDominicanRepublic = 7178, rcSpanishEcuador = 12298, rcSpanishGuatemala = 4106, rcSpanishMexico = 2058,
  rcSpanishModern = 3082, rcSpanishPanama = 6154, rcSpanishParaguay = 15370, rcSpanishPeru = 10250,
  rcSpanishTraditional = 1034, rcSpanishUruguay = 14346, rcSpanishVenezuela = 8202, rcSwedish = 1053,
  rcThai = 1054, rcTurkish = 1055, rcUkrainian = 1058, rcUrdu = 1056
}
enum  enumSccEvent { eProjectInScc, ePreDirtyNotification }
enum  favorSizeOrSpeedOption { favorNone, favorSpeed, favorSize }
enum  genProxyLanguage { genProxyNative, genProxyManaged }
enum  inlineExpansionOption { expandDisable, expandOnlyInline, expandAnySuitable, expandDefault }
enum  linkIncrementalType { linkIncrementalDefault, linkIncrementalNo, linkIncrementalYes }
enum  linkProgressOption { linkProgressNotSet, linkProgressAll, linkProgressLibs }
enum  machineTypeOption { machineNotSet, machineX86 }
enum  midlCharOption { midlCharUnsigned, midlCharSigned, midlCharAscii7 }
enum  midlErrorCheckOption { midlEnableCustom, midlDisableAll, midlEnableAll }
enum  midlStructMemberAlignOption {
  midlAlignNotSet, midlAlignSingleByte, midlAlignTwoBytes, midlAlignFourBytes,
  midlAlignEightBytes, midlAlignSixteenBytes
}
enum  midlTargetEnvironment { midlTargetNotSet, midlTargetWin32, midlTargetWin64 }
enum  midlWarningLevelOption {
  midlWarningLevel_0, midlWarningLevel_1, midlWarningLevel_2, midlWarningLevel_3,
  midlWarningLevel_4
}
enum  optFoldingType { optFoldingDefault, optNoFolding, optFolding }
enum  optimizeOption {
  optimizeDisabled, optimizeMinSpace, optimizeMaxSpeed, optimizeFull,
  optimizeCustom, optimizeDefault
}
enum  optRefType { optReferencesDefault, optNoReferences, optReferences }
enum  optWin98Type { optWin98Default, optWin98No, optWin98Yes }
enum  pchOption { pchNone, pchCreateUsingSpecific, pchGenerateAuto, pchUseUsingSpecific }
enum  preprocessOption { preprocessUnknown = -1, preprocessNo, preprocessYes, preprocessNoLineNumbers }
enum  ProcessorOptimizeOption { procOptimizeBlended, procOptimizePentium, procOptimizePentiumProAndAbove }
enum  RemoteDebuggerType { DbgLocal, DbgRemote, DbgRemoteTCPIP }
enum  runtimeLibraryOption {
  rtUnknown = -1, rtMultiThreaded, rtMultiThreadedDebug, rtMultiThreadedDLL,
  rtMultiThreadedDebugDLL, rtSingleThreaded, rtSingleThreadedDebug
}
enum  structMemberAlignOption {
  alignNotSet, alignSingleByte, alignTwoBytes, alignFourBytes,
  alignEightBytes, alignSixteenBytes
}
enum  subSystemOption { subSystemNotSet, subSystemConsole, subSystemWindows }
enum  termSvrAwarenessType { termSvrAwareDefault, termSvrAwareNo, termSvrAwareYes }
enum  toolSetType {
  toolSetUtility, toolSetMakefile, toolSetLinker, toolSetLibrarian,
  toolSetAll
}
enum  TypeOfDebugger { DbgNativeOnly, DbgManagedOnly, DbgMixed, DbgAuto }
enum  useOfATL { useATLNotSet, useATLStatic, useATLDynamic }
enum  useOfMfc { useMfcStdWin, useMfcStatic, useMfcDynamic }
enum  warningLevelOption {
  warningLevelUnknown = -1, warningLevel_0, warningLevel_1, warningLevel_2,
  warningLevel_3, warningLevel_4
}

Functions

QTextStreamoperator<< (QTextStream &, const VCCLCompilerTool &)
QTextStreamoperator<< (QTextStream &, const VCLinkerTool &)
QTextStreamoperator<< (QTextStream &, const VCMIDLTool &)
QTextStreamoperator<< (QTextStream &, const VCCustomBuildTool &)
QTextStreamoperator<< (QTextStream &, const VCLibrarianTool &)
QTextStreamoperator<< (QTextStream &, const VCResourceCompilerTool &)
QTextStreamoperator<< (QTextStream &, const VCEventTool &)
QTextStreamoperator<< (QTextStream &, const VCConfiguration &)
QTextStreamoperator<< (QTextStream &, VCFilter &)
QTextStreamoperator<< (QTextStream &, const VCProject &)


Enumeration Type Documentation

enum addressAwarenessType
 

Enumeration values:
addrAwareDefault 
addrAwareNoLarge 
addrAwareLarge 

Definition at line 68 of file msvc_objectmodel.h.

enum asmListingOption
 

Enumeration values:
asmListingNone 
asmListingAssemblyOnly 
asmListingAsmMachineSrc 
asmListingAsmMachine 
asmListingAsmSrc 

Definition at line 73 of file msvc_objectmodel.h.

enum basicRuntimeCheckOption
 

Enumeration values:
runtimeBasicCheckNone 
runtimeCheckStackFrame 
runtimeCheckUninitVariables 
runtimeBasicCheckAll 

Definition at line 80 of file msvc_objectmodel.h.

enum browseInfoOption
 

Enumeration values:
brInfoNone 
brAllInfo 
brNoLocalSymbols 

Definition at line 86 of file msvc_objectmodel.h.

enum callingConventionOption
 

Enumeration values:
callConventionDefault 
callConventionCDecl 
callConventionFastCall 
callConventionStdCall 

Definition at line 91 of file msvc_objectmodel.h.

enum charSet
 

Enumeration values:
charSetNotSet 
charSetUnicode 
charSetMBCS 

Definition at line 97 of file msvc_objectmodel.h.

enum compileAsManagedOptions
 

Enumeration values:
managedDefault 
managedAssembly 

Definition at line 102 of file msvc_objectmodel.h.

enum CompileAsOptions
 

Enumeration values:
compileAsDefault 
compileAsC 
compileAsCPlusPlus 

Definition at line 106 of file msvc_objectmodel.h.

enum ConfigurationTypes
 

Enumeration values:
typeUnknown 
typeApplication 
typeDynamicLibrary 
typeStaticLibrary 
typeGeneric 

Definition at line 111 of file msvc_objectmodel.h.

enum customBuildCheck
 

Enumeration values:
none 
moc 
uic 
lexyacc 
resource 

Definition at line 56 of file msvc_objectmodel.h.

enum debugOption
 

Enumeration values:
debugUnknown 
debugDisabled 
debugOldStyleInfo 
debugLineInfoOnly 
debugEnabled 
debugEditAndContinue 

Definition at line 118 of file msvc_objectmodel.h.

enum eAppProtectionOption
 

Enumeration values:
eAppProtectUnchanged 
eAppProtectLow 
eAppProtectMedium 
eAppProtectHigh 

Definition at line 126 of file msvc_objectmodel.h.

enum enumResourceLangID
 

Enumeration values:
rcUseDefault 
rcAfrikaans 
rcAlbanian 
rcArabicAlgeria 
rcArabicBahrain 
rcArabicEgypt 
rcArabicIraq 
rcArabicJordan 
rcArabicKuwait 
rcArabicLebanon 
rcArabicLibya 
rcArabicMorocco 
rcArabicOman 
rcArabicQatar 
rcArabicSaudi 
rcArabicSyria 
rcArabicTunisia 
rcArabicUnitedArabEmirates 
rcArabicYemen 
rcBasque 
rcBulgarian 
rcByelorussian 
rcCatalan 
rcChineseHongKong 
rcChinesePRC 
rcChineseSingapore 
rcChineseTaiwan 
rcCroatian 
rcCzech 
rcDanish 
rcDutchBelgium 
rcDutchStandard 
rcEnglishAustralia 
rcEnglishBritain 
rcEnglishCanada 
RcEnglishCaribbean 
rcEnglishIreland 
rcEnglishJamaica 
rcEnglishNewZealand 
rcEnglishSouthAfrica 
rcEnglishUS 
rcEstonian 
rcFarsi 
rcFinnish 
rcFrenchBelgium 
rcFrenchCanada 
rcFrenchLuxembourg 
rcFrenchStandard 
rcFrenchSwitzerland 
rcGermanAustria 
rcGermanLichtenstein 
rcGermanLuxembourg 
rcGermanStandard 
rcGermanSwitzerland 
rcGreek 
rcHebrew 
rcHungarian 
rcIcelandic 
rcIndonesian 
rcItalianStandard 
rcItalianSwitzerland 
rcJapanese 
rcKorean 
rcKoreanJohab 
rcLatvian 
rcLithuanian 
rcNorwegianBokmal 
rcNorwegianNynorsk 
rcPolish 
rcPortugueseBrazilian 
rcPortugueseStandard 
rcRomanian 
rcRussian 
rcSerbian 
rcSlovak 
rcSpanishArgentina 
rcSpanishBolivia 
rcSpanishChile 
rcSpanishColombia 
rcSpanishCostaRica 
rcSpanishDominicanRepublic 
rcSpanishEcuador 
rcSpanishGuatemala 
rcSpanishMexico 
rcSpanishModern 
rcSpanishPanama 
rcSpanishParaguay 
rcSpanishPeru 
rcSpanishTraditional 
rcSpanishUruguay 
rcSpanishVenezuela 
rcSwedish 
rcThai 
rcTurkish 
rcUkrainian 
rcUrdu 

Definition at line 132 of file msvc_objectmodel.h.

enum enumSccEvent
 

Enumeration values:
eProjectInScc 
ePreDirtyNotification 

Definition at line 230 of file msvc_objectmodel.h.

enum favorSizeOrSpeedOption
 

Enumeration values:
favorNone 
favorSpeed 
favorSize 

Definition at line 234 of file msvc_objectmodel.h.

enum genProxyLanguage
 

Enumeration values:
genProxyNative 
genProxyManaged 

Definition at line 239 of file msvc_objectmodel.h.

enum inlineExpansionOption
 

Enumeration values:
expandDisable 
expandOnlyInline 
expandAnySuitable 
expandDefault 

Definition at line 243 of file msvc_objectmodel.h.

enum linkIncrementalType
 

Enumeration values:
linkIncrementalDefault 
linkIncrementalNo 
linkIncrementalYes 

Definition at line 249 of file msvc_objectmodel.h.

enum linkProgressOption
 

Enumeration values:
linkProgressNotSet 
linkProgressAll 
linkProgressLibs 

Definition at line 254 of file msvc_objectmodel.h.

enum machineTypeOption
 

Enumeration values:
machineNotSet 
machineX86 

Definition at line 259 of file msvc_objectmodel.h.

enum midlCharOption
 

Enumeration values:
midlCharUnsigned 
midlCharSigned 
midlCharAscii7 

Definition at line 263 of file msvc_objectmodel.h.

enum midlErrorCheckOption
 

Enumeration values:
midlEnableCustom 
midlDisableAll 
midlEnableAll 

Definition at line 268 of file msvc_objectmodel.h.

enum midlStructMemberAlignOption
 

Enumeration values:
midlAlignNotSet 
midlAlignSingleByte 
midlAlignTwoBytes 
midlAlignFourBytes 
midlAlignEightBytes 
midlAlignSixteenBytes 

Definition at line 273 of file msvc_objectmodel.h.

enum midlTargetEnvironment
 

Enumeration values:
midlTargetNotSet 
midlTargetWin32 
midlTargetWin64 

Definition at line 281 of file msvc_objectmodel.h.

enum midlWarningLevelOption
 

Enumeration values:
midlWarningLevel_0 
midlWarningLevel_1 
midlWarningLevel_2 
midlWarningLevel_3 
midlWarningLevel_4 

Definition at line 286 of file msvc_objectmodel.h.

enum optFoldingType
 

Enumeration values:
optFoldingDefault 
optNoFolding 
optFolding 

Definition at line 293 of file msvc_objectmodel.h.

enum optimizeOption
 

Enumeration values:
optimizeDisabled 
optimizeMinSpace 
optimizeMaxSpeed 
optimizeFull 
optimizeCustom 
optimizeDefault 

Definition at line 298 of file msvc_objectmodel.h.

enum optRefType
 

Enumeration values:
optReferencesDefault 
optNoReferences 
optReferences 

Definition at line 306 of file msvc_objectmodel.h.

enum optWin98Type
 

Enumeration values:
optWin98Default 
optWin98No 
optWin98Yes 

Definition at line 311 of file msvc_objectmodel.h.

enum pchOption
 

Enumeration values:
pchNone 
pchCreateUsingSpecific 
pchGenerateAuto 
pchUseUsingSpecific 

Definition at line 316 of file msvc_objectmodel.h.

enum preprocessOption
 

Enumeration values:
preprocessUnknown 
preprocessNo 
preprocessYes 
preprocessNoLineNumbers 

Definition at line 322 of file msvc_objectmodel.h.

enum ProcessorOptimizeOption
 

Enumeration values:
procOptimizeBlended 
procOptimizePentium 
procOptimizePentiumProAndAbove 

Definition at line 328 of file msvc_objectmodel.h.

enum RemoteDebuggerType
 

Enumeration values:
DbgLocal 
DbgRemote 
DbgRemoteTCPIP 

Definition at line 333 of file msvc_objectmodel.h.

enum runtimeLibraryOption
 

Enumeration values:
rtUnknown 
rtMultiThreaded 
rtMultiThreadedDebug 
rtMultiThreadedDLL 
rtMultiThreadedDebugDLL 
rtSingleThreaded 
rtSingleThreadedDebug 

Definition at line 338 of file msvc_objectmodel.h.

enum structMemberAlignOption
 

Enumeration values:
alignNotSet 
alignSingleByte 
alignTwoBytes 
alignFourBytes 
alignEightBytes 
alignSixteenBytes 

Definition at line 347 of file msvc_objectmodel.h.

enum subSystemOption
 

Enumeration values:
subSystemNotSet 
subSystemConsole 
subSystemWindows 

Definition at line 355 of file msvc_objectmodel.h.

enum termSvrAwarenessType
 

Enumeration values:
termSvrAwareDefault 
termSvrAwareNo 
termSvrAwareYes 

Definition at line 360 of file msvc_objectmodel.h.

enum toolSetType
 

Enumeration values:
toolSetUtility 
toolSetMakefile 
toolSetLinker 
toolSetLibrarian 
toolSetAll 

Definition at line 365 of file msvc_objectmodel.h.

enum triState
 

Enumeration values:
unset 
_False 
_True 

Definition at line 63 of file msvc_objectmodel.h.

enum TypeOfDebugger
 

Enumeration values:
DbgNativeOnly 
DbgManagedOnly 
DbgMixed 
DbgAuto 

Definition at line 372 of file msvc_objectmodel.h.

enum useOfATL
 

Enumeration values:
useATLNotSet 
useATLStatic 
useATLDynamic 

Definition at line 378 of file msvc_objectmodel.h.

enum useOfMfc
 

Enumeration values:
useMfcStdWin 
useMfcStatic 
useMfcDynamic 

Definition at line 383 of file msvc_objectmodel.h.

enum warningLevelOption
 

Enumeration values:
warningLevelUnknown 
warningLevel_0 
warningLevel_1 
warningLevel_2 
warningLevel_3 
warningLevel_4 

Definition at line 388 of file msvc_objectmodel.h.


Function Documentation

QTextStream& operator<< QTextStream ,
const VCProject
 

Definition at line 2079 of file msvc_objectmodel.cpp.

References _begConfigurations, _begFiles, _begGlobals, _begPlatform, _begPlatforms, _begVisualStudioProject, _endConfigurations, _endFiles, _endGlobals, _endPlatforms, _endVisualStudioProject, _Name1, _Name3, _ProjectGUID, _ProjectType, _SccLocalPath, _SccProjectName, _Version1, _xmlInit, VCProject::Configuration, QValueList< T >::count(), VCProject::FormFiles, VCProject::HeaderFiles, i, VCProject::LexYaccFiles, VCProject::MOCFiles, VCProject::Name, VCProject::PlatformName, VCProject::ProjectGUID, VCProject::ResourceFiles, VCProject::SccLocalPath, VCProject::SccProjectName, VCProject::SourceFiles, VCProject::TranslationFiles, VCProject::UICFiles, and VCProject::Version.

QTextStream& operator<< QTextStream ,
VCFilter
 

Definition at line 1986 of file msvc_objectmodel.cpp.

References _begFile, _begFileConfiguration, _begFilter, _endFile, _endFileConfiguration, _endFilter, _Filter, _Name3, _Name5, _ParseFiles, _RelativePath, VCFilter::addIMGstage(), VCFilter::addMOCstage(), VCFilter::addUICstage(), QValueList< T >::begin(), VCFilter::CompilerTool, VCFilter::Config, QValueList< T >::count(), VCFilter::CustomBuild, VCFilter::CustomBuildTool, QValueList< T >::end(), FALSE, VCFilter::Files, VCFilter::Filter, VCFilter::flat_files, i, moc, VCFilter::modifyPCHstage(), VCFilter::Name, VCFilter::ParseFiles, QValueList< T >::pop_back(), VCFilter::Project, resource, QStringList::split(), uic, VCFilter::useCompilerTool, VCFilter::useCustomBuildTool, and VcprojGenerator::usePCH.

QTextStream& operator<< QTextStream ,
const VCConfiguration
 

Definition at line 1788 of file msvc_objectmodel.cpp.

References _ATLMinimizesCRunTimeLibraryUsage, _begConfiguration, _BuildBrowserInformation, _CharacterSet, _ConfigurationType, _DeleteExtensionsOnClean, _endConfiguration, _ImportLibrary, _IntermediateDirectory, _Name3, _OutputDirectory3, _PrimaryOutput, _ProgramDatabase, _RegisterOutput, _UseOfATL, _UseOfMfc, _WholeProgramOptimization, VCConfiguration::ATLMinimizesCRunTimeLibraryUsage, VCConfiguration::BuildBrowserInformation, VCConfiguration::CharacterSet, charSetNotSet, VCConfiguration::compiler, VCConfiguration::ConfigurationType, VCConfiguration::custom, VCConfiguration::DeleteExtensionsOnClean, VCConfiguration::idl, VCConfiguration::ImportLibrary, VCConfiguration::IntermediateDirectory, VCConfiguration::librarian, VCConfiguration::linker, VCConfiguration::Name, VCConfiguration::OutputDirectory, VCConfiguration::postBuild, VCConfiguration::preBuild, VCConfiguration::preLink, VCConfiguration::PrimaryOutput, VCConfiguration::ProgramDatabase, VCConfiguration::RegisterOutput, VCConfiguration::resource, typeStaticLibrary, useATLNotSet, VCConfiguration::UseOfATL, VCConfiguration::UseOfMfc, and VCConfiguration::WholeProgramOptimization.

QTextStream& operator<< QTextStream ,
const VCEventTool
 

Definition at line 1741 of file msvc_objectmodel.cpp.

References _begTool3, _CommandLine4, _Description4, _ExcludedFromBuild, _ToolName, _ToolPath, VCEventTool::CommandLine, VCEventTool::Description, VCEventTool::ExcludedFromBuild, VCEventTool::ToolName, and VCEventTool::ToolPath.

QTextStream& operator<< QTextStream ,
const VCResourceCompilerTool
 

Definition at line 1723 of file msvc_objectmodel.cpp.

References _AdditionalIncludeDirectories, _AdditionalOptions, _begTool3, _Culture, _FullIncludePath, _IgnoreStandardIncludePath, _PreprocessorDefinitions, _ResourceOutputFileName, _ShowProgress, _ToolPath, _VCResourceCompilerToolName, VCResourceCompilerTool::AdditionalIncludeDirectories, VCResourceCompilerTool::AdditionalOptions, VCResourceCompilerTool::Culture, VCResourceCompilerTool::FullIncludePath, VCResourceCompilerTool::IgnoreStandardIncludePath, linkProgressNotSet, VCResourceCompilerTool::PreprocessorDefinitions, rcUseDefault, VCResourceCompilerTool::ResourceOutputFileName, VCResourceCompilerTool::ShowProgress, and VCResourceCompilerTool::ToolPath.

QTextStream& operator<< QTextStream ,
const VCLibrarianTool
 

Definition at line 1677 of file msvc_objectmodel.cpp.

References _AdditionalDependencies4, _AdditionalLibraryDirectories, _AdditionalOptions, _begTool3, _ExportNamedFunctions, _ForceSymbolReferences, _IgnoreAllDefaultLibraries, _IgnoreDefaultLibraryNames, _ModuleDefinitionFile, _OutputFile, _SuppressStartupBanner, _ToolName, VCLibrarianTool::AdditionalDependencies, VCLibrarianTool::AdditionalLibraryDirectories, VCLibrarianTool::AdditionalOptions, VCLibrarianTool::ExportNamedFunctions, VCLibrarianTool::ForceSymbolReferences, VCLibrarianTool::IgnoreAllDefaultLibraries, VCLibrarianTool::IgnoreDefaultLibraryNames, VCLibrarianTool::ModuleDefinitionFile, VCLibrarianTool::OutputFile, and VCLibrarianTool::SuppressStartupBanner.

QTextStream& operator<< QTextStream ,
const VCCustomBuildTool
 

Definition at line 1701 of file msvc_objectmodel.cpp.

References _AdditionalDependencies4, _begTool3, _CommandLine4, _Description4, _Outputs4, _ToolName, _ToolPath, VCCustomBuildTool::AdditionalDependencies, VCCustomBuildTool::CommandLine, VCCustomBuildTool::Description, VCCustomBuildTool::Outputs, VCCustomBuildTool::ToolName, and VCCustomBuildTool::ToolPath.

QTextStream& operator<< QTextStream ,
const VCMIDLTool
 

Definition at line 1399 of file msvc_objectmodel.cpp.

References _AdditionalIncludeDirectories, _AdditionalOptions, _begTool3, _CPreprocessOptions, _DefaultCharType, _DLLDataFileName, _EnableErrorChecks, _ErrorCheckAllocations, _ErrorCheckBounds, _ErrorCheckEnumRange, _ErrorCheckRefPointers, _ErrorCheckStubData, _FullIncludePath, _GenerateStublessProxies, _GenerateTypeLibrary, _HeaderFileName, _IgnoreStandardIncludePath, _InterfaceIdentifierFileName, _MkTypLibCompatible, _OutputDirectory4, _PreprocessorDefinitions, _ProxyFileName, _RedirectOutputAndErrors, _StructMemberAlignment, _SuppressStartupBanner, _TargetEnvironment, _TypeLibraryName, _UndefinePreprocessorDefinitions, _ValidateParameters, _VCMIDLToolName, _WarnAsError, _WarningLevel, VCMIDLTool::AdditionalIncludeDirectories, VCMIDLTool::AdditionalOptions, VCMIDLTool::CPreprocessOptions, VCMIDLTool::DefaultCharType, VCMIDLTool::DLLDataFileName, VCMIDLTool::EnableErrorChecks, VCMIDLTool::ErrorCheckAllocations, VCMIDLTool::ErrorCheckBounds, VCMIDLTool::ErrorCheckEnumRange, VCMIDLTool::ErrorCheckRefPointers, VCMIDLTool::ErrorCheckStubData, VCMIDLTool::FullIncludePath, VCMIDLTool::GenerateStublessProxies, VCMIDLTool::GenerateTypeLibrary, VCMIDLTool::HeaderFileName, VCMIDLTool::IgnoreStandardIncludePath, VCMIDLTool::InterfaceIdentifierFileName, midlAlignNotSet, midlTargetNotSet, VCMIDLTool::MkTypLibCompatible, VCMIDLTool::OutputDirectory, VCMIDLTool::PreprocessorDefinitions, VCMIDLTool::ProxyFileName, VCMIDLTool::RedirectOutputAndErrors, VCMIDLTool::StructMemberAlignment, VCMIDLTool::SuppressStartupBanner, VCMIDLTool::TargetEnvironment, VCMIDLTool::TypeLibraryName, VCMIDLTool::UndefinePreprocessorDefinitions, VCMIDLTool::ValidateParameters, VCMIDLTool::WarnAsError, and VCMIDLTool::WarningLevel.

QTextStream& operator<< QTextStream ,
const VCLinkerTool
 

Definition at line 980 of file msvc_objectmodel.cpp.

References _AdditionalDependencies4, _AdditionalLibraryDirectories, _AdditionalOptions, _AddModuleNamesToAssembly, _BaseAddress, _begTool3, _DelayLoadDLLs, _EnableCOMDATFolding, _EntryPointSymbol, _ForceSymbolReferences, _FunctionOrder, _GenerateDebugInformation, _GenerateMapFile, _HeapCommitSize, _HeapReserveSize, _IgnoreAllDefaultLibraries, _IgnoreDefaultLibraryNames, _IgnoreEmbeddedIDL, _IgnoreImportLibrary, _ImportLibrary, _LargeAddressAware, _LinkDLL, _LinkIncremental, _LinkTimeCodeGeneration, _LinkToManagedResourceFile, _MapExports, _MapFileName, _MapLines, _MergedIDLBaseFileName, _MergeSections, _MidlCommandFile, _ModuleDefinitionFile, _OptimizeForWindows98, _OptimizeReferences, _OutputFile, _ProgramDatabaseFile, _RegisterOutput, _ResourceOnlyDLL, _SetChecksum, _ShowProgress, _StackCommitSize, _StackReserveSize, _StripPrivateSymbols, _SubSystem, _SupportUnloadOfDelayLoadedDLL, _SuppressStartupBanner, _SwapRunFromCD, _SwapRunFromNet, _TargetMachine, _TerminalServerAware, _TurnOffAssemblyGeneration, _TypeLibraryFile, _TypeLibraryResourceID, _VCLinkerToolName, _Version4, VCLinkerTool::AdditionalDependencies, VCLinkerTool::AdditionalLibraryDirectories, VCLinkerTool::AdditionalOptions, VCLinkerTool::AddModuleNamesToAssembly, addrAwareDefault, VCLinkerTool::BaseAddress, VCLinkerTool::DelayLoadDLLs, VCLinkerTool::EnableCOMDATFolding, VCLinkerTool::EntryPointSymbol, VCLinkerTool::ForceSymbolReferences, VCLinkerTool::FunctionOrder, VCLinkerTool::GenerateDebugInformation, VCLinkerTool::GenerateMapFile, VCLinkerTool::HeapCommitSize, VCLinkerTool::HeapReserveSize, VCLinkerTool::IgnoreAllDefaultLibraries, VCLinkerTool::IgnoreDefaultLibraryNames, VCLinkerTool::IgnoreEmbeddedIDL, VCLinkerTool::IgnoreImportLibrary, VCLinkerTool::ImportLibrary, VCLinkerTool::LargeAddressAware, VCLinkerTool::LinkDLL, VCLinkerTool::LinkIncremental, linkIncrementalDefault, linkProgressNotSet, VCLinkerTool::LinkTimeCodeGeneration, VCLinkerTool::LinkToManagedResourceFile, machineNotSet, VCLinkerTool::MapExports, VCLinkerTool::MapFileName, VCLinkerTool::MapLines, VCLinkerTool::MergedIDLBaseFileName, VCLinkerTool::MergeSections, VCLinkerTool::MidlCommandFile, VCLinkerTool::ModuleDefinitionFile, optFoldingDefault, VCLinkerTool::OptimizeForWindows98, VCLinkerTool::OptimizeReferences, optReferencesDefault, optWin98Default, VCLinkerTool::OutputFile, VCLinkerTool::ProgramDatabaseFile, rcUseDefault, VCLinkerTool::RegisterOutput, VCLinkerTool::ResourceOnlyDLL, VCLinkerTool::SetChecksum, VCLinkerTool::ShowProgress, VCLinkerTool::StackCommitSize, VCLinkerTool::StackReserveSize, VCLinkerTool::StripPrivateSymbols, VCLinkerTool::SubSystem, VCLinkerTool::SupportUnloadOfDelayLoadedDLL, VCLinkerTool::SuppressStartupBanner, VCLinkerTool::SwapRunFromCD, VCLinkerTool::SwapRunFromNet, VCLinkerTool::TargetMachine, VCLinkerTool::TerminalServerAware, termSvrAwareDefault, VCLinkerTool::TurnOffAssemblyGeneration, VCLinkerTool::TypeLibraryFile, VCLinkerTool::TypeLibraryResourceID, and VCLinkerTool::Version.

QTextStream& operator<< QTextStream ,
const VCCLCompilerTool
 

Definition at line 367 of file msvc_objectmodel.cpp.

References _AdditionalIncludeDirectories, _AdditionalOptions, _AdditionalUsingDirectories, _AssemblerListingLocation, _AssemblerOutput, _BasicRuntimeChecks, _begTool3, _BrowseInformation, _BrowseInformationFile, _BufferSecurityCheck, _CallingConvention, _CompileAs, _CompileAsManaged, _CompileOnly, _DebugInformationFormat, _DefaultCharIsUnsigned, _Detect64BitPortabilityProblems, _DisableLanguageExtensions, _DisableSpecificWarnings, _EnableFiberSafeOptimizations, _EnableFunctionLevelLinking, _EnableIntrinsicFunctions, _ExceptionHandling, _ExpandAttributedSource, _FavorSizeOrSpeed, _ForceConformanceInForLoopScope, _ForcedIncludeFiles, _ForcedUsingFiles, _GeneratePreprocessedFile, _GlobalOptimizations, _IgnoreStandardIncludePath, _ImproveFloatingPointConsistency, _InlineFunctionExpansion, _KeepComments, _MinimalRebuild, _ObjectFile, _OmitFramePointers, _Optimization, _OptimizeForProcessor, _OptimizeForWindowsApplication, _OutputFile, _PrecompiledHeaderFile, _PrecompiledHeaderThrough, _PreprocessorDefinitions, _ProgramDataBaseFileName, _RuntimeLibrary, _RuntimeTypeInfo, _ShowIncludes, _SmallerTypeCheck, _StringPooling, _StructMemberAlignment, _SuppressStartupBanner, _TreatWChar_tAsBuiltInType, _TurnOffAssemblyGeneration, _UndefineAllPreprocessorDefinitions, _UndefinePreprocessorDefinitions, _UsePrecompiledHeader, _VCCLCompilerToolName, _WarnAsError, _WarningLevel, _WholeProgramOptimization, VCCLCompilerTool::AdditionalIncludeDirectories, VCCLCompilerTool::AdditionalOptions, VCCLCompilerTool::AdditionalUsingDirectories, alignNotSet, asmListingNone, VCCLCompilerTool::AssemblerListingLocation, VCCLCompilerTool::AssemblerOutput, VCCLCompilerTool::BasicRuntimeChecks, brInfoNone, VCCLCompilerTool::BrowseInformation, VCCLCompilerTool::BrowseInformationFile, VCCLCompilerTool::BufferSecurityCheck, callConventionDefault, VCCLCompilerTool::CallingConvention, VCCLCompilerTool::CompileAs, compileAsDefault, VCCLCompilerTool::CompileAsManaged, VCCLCompilerTool::CompileOnly, VCCLCompilerTool::DebugInformationFormat, debugUnknown, VCCLCompilerTool::DefaultCharIsUnsigned, VCCLCompilerTool::Detect64BitPortabilityProblems, VCCLCompilerTool::DisableLanguageExtensions, VCCLCompilerTool::DisableSpecificWarnings, VCCLCompilerTool::EnableFiberSafeOptimizations, VCCLCompilerTool::EnableFunctionLevelLinking, VCCLCompilerTool::EnableIntrinsicFunctions, VCCLCompilerTool::ExceptionHandling, VCCLCompilerTool::ExpandAttributedSource, expandDefault, favorNone, VCCLCompilerTool::FavorSizeOrSpeed, VCCLCompilerTool::ForceConformanceInForLoopScope, VCCLCompilerTool::ForcedIncludeFiles, VCCLCompilerTool::ForcedUsingFiles, VCCLCompilerTool::GeneratePreprocessedFile, VCCLCompilerTool::GlobalOptimizations, VCCLCompilerTool::IgnoreStandardIncludePath, VCCLCompilerTool::ImproveFloatingPointConsistency, VCCLCompilerTool::InlineFunctionExpansion, QString::isEmpty(), QString::isNull(), VCCLCompilerTool::KeepComments, QString::latin1(), managedDefault, VCCLCompilerTool::MinimalRebuild, VCCLCompilerTool::ObjectFile, VCCLCompilerTool::OmitFramePointers, VCCLCompilerTool::Optimization, optimizeDefault, VCCLCompilerTool::OptimizeForProcessor, VCCLCompilerTool::OptimizeForWindowsApplication, VCCLCompilerTool::OutputFile, VCCLCompilerTool::PrecompiledHeaderFile, VCCLCompilerTool::PrecompiledHeaderThrough, VCCLCompilerTool::PreprocessorDefinitions, preprocessUnknown, procOptimizeBlended, VCCLCompilerTool::ProgramDataBaseFileName, rtUnknown, runtimeBasicCheckNone, VCCLCompilerTool::RuntimeLibrary, VCCLCompilerTool::RuntimeTypeInfo, VCCLCompilerTool::ShowIncludes, VCCLCompilerTool::SmallerTypeCheck, VCCLCompilerTool::StringPooling, VCCLCompilerTool::StructMemberAlignment, VCCLCompilerTool::SuppressStartupBanner, VCCLCompilerTool::TreatWChar_tAsBuiltInType, VCCLCompilerTool::TurnOffAssemblyGeneration, VCCLCompilerTool::UndefineAllPreprocessorDefinitions, VCCLCompilerTool::UndefinePreprocessorDefinitions, VCCLCompilerTool::UsePrecompiledHeader, VCCLCompilerTool::WarnAsError, VCCLCompilerTool::WarningLevel, warningLevelUnknown, and VCCLCompilerTool::WholeProgramOptimization.


Generated on Sat Nov 5 17:20:22 2005 for OPIE by  doxygen 1.4.2