⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 msvc_objectmodel.h

📁 Trolltech公司发布的图形界面操作系统。可在qt-embedded-2.3.10平台上编译为嵌入式图形界面操作系统。
💻 H
📖 第 1 页 / 共 2 页
字号:
/************************************************************************ Copyright (C) 2000-2005 Trolltech AS.  All rights reserved.**** This file is part of the Qtopia Environment.** ** This program is free software; you can redistribute it and/or modify it** under the terms of the GNU General Public License as published by the** Free Software Foundation; either version 2 of the License, or (at your** option) any later version.** ** A copy of the GNU GPL license version 2 is included in this package as ** LICENSE.GPL.**** This program is distributed in the hope that it will be useful, but** WITHOUT ANY WARRANTY; without even the implied warranty of** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ** See the GNU General Public License for more details.**** In addition, as a special exception Trolltech gives permission to link** the code of this program with Qtopia applications copyrighted, developed** and distributed by Trolltech under the terms of the Qtopia Personal Use** License Agreement. You must comply with the GNU General Public License** in all respects for all of the code used other than the applications** licensed under the Qtopia Personal Use License Agreement. If you modify** this file, you may extend this exception to your version of the file,** but you are not obligated to do so. If you do not wish to do so, delete** this exception statement from your version.** ** See http://www.trolltech.com/gpl/ for GPL licensing information.**** Contact info@trolltech.com if any conditions of this licensing are** not clear to you.************************************************************************/#ifndef __MSVC_OBJECTMODEL_H__#define __MSVC_OBJECTMODEL_H__#include "project.h"#include <qstring.h>#include <qstringlist.h>/*    This Object model is of course VERY simplyfied,    and does not actually follow the original MSVC    object model. However, it fulfilles the basic    needs for qmake*//*    If a triState value is 'unset' then the    corresponding property is not in the output,    forcing the tool to utilize default values.    False/True values will be in the output...*/enum customBuildCheck {    none,    moc,    uic,    lexyacc};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 {    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 // Not useful number, but stops the output};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 // Not useful number, but stops the output};enum optRefType {    optReferencesDefault,    optNoReferences,    optReferences};enum optWin98Type {    optWin98Default,    optWin98No,    optWin98Yes};enum pchOption {    pchNone,    pchCreateUsingSpecific,    pchGenerateAuto,    pchUseUsingSpecific};enum preprocessOption {    preprocessNo,    preprocessYes,    preprocessNoLineNumbers};enum ProcessorOptimizeOption {    procOptimizeBlended,    procOptimizePentium,    procOptimizePentiumProAndAbove};enum RemoteDebuggerType {    DbgLocal,    DbgRemote,    DbgRemoteTCPIP};enum runtimeLibraryOption {    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 {    warningLevel_0,    warningLevel_1,    warningLevel_2,    warningLevel_3,    warningLevel_4

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -