diff -r 000000000000 -r d760517a8095 carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/reference/api/index-files/index-9.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/reference/api/index-files/index-9.html Tue Mar 24 22:20:21 2009 -0500 @@ -0,0 +1,646 @@ + + + + + + + +I-Index (Carbide.c++ SDK API Reference) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Carbide.c++ +
+ + + +A B C D E F G H I K L M N O P R S T U V W
+

+I

+
+
IBitmapSource - Interface in com.nokia.carbide.cpp.epoc.engine.image
Model for a bitmap source file with color information.
IBitmapSourceReference - Interface in com.nokia.carbide.cpp.epoc.engine.image
Model for a bitmap source file without color information.
IBldInfData - Interface in com.nokia.carbide.cpp.epoc.engine.model.bldinf
A read-only view onto bld.inf contents.
IBldInfDataRunnable - Interface in com.nokia.carbide.cpp.epoc.engine
Instantiate this interface and pass to EpocEnginePlugin#runWithMMPData() + to encapsulate some of the bookkeeping of model/view handling.
IBldInfModel - Interface in com.nokia.carbide.cpp.epoc.engine.model.bldinf
This is the user interface to a bld.inf model.
IBldInfOwnedModel - Interface in com.nokia.carbide.cpp.epoc.engine.model.bldinf
This is the owner interface to the bld.inf model.
IBldInfView - Interface in com.nokia.carbide.cpp.epoc.engine.model.bldinf
A view onto bld.inf contents.
IBldInfViewRunnable - Interface in com.nokia.carbide.cpp.epoc.engine
Instantiate this interface and pass to EpocEnginePlugin#runWithBldInfView() + to encapsulate some of the bookkeeping of model/view handling.
IBSFCatalog - Interface in com.nokia.carbide.cpp.sdk.core
This is a catalog of all the BSF files detected for a given SDK.
IBSFPlatform - Interface in com.nokia.carbide.cpp.sdk.core
This interface defines a single BSF platform.
IBSFViewRunnable - Interface in com.nokia.carbide.cpp.epoc.engine
Instantiate this interface and pass to EpocEnginePlugin#runWithBSFView() + to encapsulate some of the bookkeeping of model/view handling.
IBuildArgumentsInfo - Interface in com.nokia.carbide.cdt.builder.project
IBuildArgumentsInfo represents one instance of configuration data for the Arguments tab.
ICarbideBuildConfiguration - Interface in com.nokia.carbide.cdt.builder.project
An ICarbideBuildConfiguration interface represents on buildable target for a project.
ICarbideBuildManager - Interface in com.nokia.carbide.cdt.builder
This is a singleton class that allows you to get any Carbide.c++ project.
ICarbideConfigurationChangedListener - Interface in com.nokia.carbide.cdt.builder.project
Interface that clients implement to listen for changes to the default configuration + of a carbide project.
ICarbideInstalledSDKChangeListener - Interface in com.nokia.carbide.cpp.sdk.core
Listener to check for modifications to the sdk list.
ICarbideInstalledSDKChangeListener.SDKChangeEventType - Enum in com.nokia.carbide.cpp.sdk.core
Type of event occuring on the sdk list
ICarbideProjectInfo - Interface in com.nokia.carbide.cdt.builder.project
This interface represents the base project info for a single Carbide.c++ project.
ICarbideProjectModifier - Interface in com.nokia.carbide.cdt.builder.project
Interface used to make modifications to a Carbide.c++ project.
ICarbideProjectPropertyChangedListener - Interface in com.nokia.carbide.cdt.builder.project
Interface that clients implement to listen for changes to the project property + of a Carbide project.
ICarbideSharedImages - Interface in com.nokia.carbide.cpp.ui
Images provided by the Carbide.c++ UI Plugin.
IData<T extends IView> - Interface in com.nokia.carbide.cpp.epoc.engine.model
This interface is the base for read-only data provided for an IView for use in caching.
IDataRunnable<Model,Data> - Interface in com.nokia.carbide.cpp.epoc.engine
Instantiate this interface and pass to EpocEnginePlugin#runWith...Data() + to encapsulate some of the bookkeeping of model/view/data handling.
IDefine - Interface in com.nokia.carbide.cpp.epoc.engine.preprocessor
High-level information about a macro definition.
IEnvironmentVariable - Interface in com.nokia.carbide.cdt.builder.project
IEnvironmentVariable represents a single environment variable.
IEnvironmentVarsInfo - Interface in com.nokia.carbide.cdt.builder.project
IEnvironmentVarsInfo represents the set of all environment variables for a given ICarbideBuildConfiguration object.
IExport - Interface in com.nokia.carbide.cpp.epoc.engine.model.bldinf
Representation of an export in a PRJ_EXPORTS/PRJ_TESTEXPORTS block.
IExtension - Interface in com.nokia.carbide.cpp.epoc.engine.model.bldinf
This interface represents the content of an entry in PRJ_EXTENSIONS block.
IImageBuilderCommandLineConverter - Interface in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
Implement this interface to parse or create a command line.
IImageMakefileData - Interface in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
This is the interface to reading image Makefile contents.
IImageMakefileDataRunnable - Interface in com.nokia.carbide.cpp.epoc.engine
Instantiate this interface and pass to EpocEnginePlugin#runWithImageMakefileData() + to encapsulate some of the bookkeeping of model/view handling.
IImageMakefileModel - Interface in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
Model that specifically handles scalable icon image Makefiles.
IImageMakefileOwnedModel - Interface in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
Model that specifically handles scalable icon image Makefiles + + Views are created with an IImageMakefileViewConfiguration.
IImageMakefileView - Interface in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
Interface to image-makefile specific commands.
IImageMakefileViewConfiguration - Interface in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
This configuration provides the expected names for the + variables and tools used in processing image makefiles.
IImageMakefileViewRunnable - Interface in com.nokia.carbide.cpp.epoc.engine
Instantiate this interface and pass to EpocEnginePlugin#runWithImageMakefileView() + to encapsulate some of the bookkeeping of model/view handling.
IImageSource - Interface in com.nokia.carbide.cpp.epoc.engine.image
Representation of a source image file with color information.
IImageSourceReference - Interface in com.nokia.carbide.cpp.epoc.engine.image
Representation of a source image file.
IIncludeFileLocator - Interface in com.nokia.carbide.cpp.epoc.engine.preprocessor
This interface provides a means to look up include files + using normal C/C++ semantics
ImageBuilderCommandLineConverterFactory - Class in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
Factory providing instances of IImageBuilderCommandLineConverter
ImageBuilderCommandLineConverterFactory() - +Constructor for class com.nokia.carbide.cpp.epoc.engine.model.makefile.image.ImageBuilderCommandLineConverterFactory +
  +
ImageFormat - Class in com.nokia.carbide.cpp.epoc.engine.image
Utility class to convert back/forth from the compact + is-color/depth/mask depth strings used in Symbian build files.
ImageFormat(String) - +Constructor for class com.nokia.carbide.cpp.epoc.engine.image.ImageFormat +
  +
ImageFormat(boolean, int, int) - +Constructor for class com.nokia.carbide.cpp.epoc.engine.image.ImageFormat +
  +
ImageFormat(boolean, int) - +Constructor for class com.nokia.carbide.cpp.epoc.engine.image.ImageFormat +
  +
ImageMakefileDataRunnableAdapter - Class in com.nokia.carbide.cpp.epoc.engine
Adapter for this runnable which handles errors by logging to the Error Log.
ImageMakefileDataRunnableAdapter() - +Constructor for class com.nokia.carbide.cpp.epoc.engine.ImageMakefileDataRunnableAdapter +
  +
ImageMakefileModelFactory - Class in com.nokia.carbide.cpp.epoc.engine.model
Model for creating image makefiles.
ImageMakefileModelFactory() - +Constructor for class com.nokia.carbide.cpp.epoc.engine.model.ImageMakefileModelFactory +
  +
ImageMakefileViewPathHelper - Class in com.nokia.carbide.cdt.builder
Helper to resolve paths used in image makefiles.
ImageMakefileViewPathHelper(IImageMakefileView, ISymbianBuildContext[]) - +Constructor for class com.nokia.carbide.cdt.builder.ImageMakefileViewPathHelper +
Construct an instance using the given image makefile view, to provide the + project root, and the build configurations of interest. +
ImageMakefileViewPathHelper(IImageMakefileData, ISymbianBuildContext[]) - +Constructor for class com.nokia.carbide.cdt.builder.ImageMakefileViewPathHelper +
Construct an instance using the given image makefile data, to provide the + project root, and the build configurations of interest. +
ImageMakefileViewRunnableAdapter - Class in com.nokia.carbide.cpp.epoc.engine
Adapter for this runnable which handles errors by logging to the Error Log.
ImageMakefileViewRunnableAdapter() - +Constructor for class com.nokia.carbide.cpp.epoc.engine.ImageMakefileViewRunnableAdapter +
  +
IMakefileModel - Interface in com.nokia.carbide.cpp.epoc.engine.model.makefile
This interface provides access to the Makefile.
IMakefileOwnedModel - Interface in com.nokia.carbide.cpp.epoc.engine.model.makefile
This interface provides access to the Makefile.
IMakefileReference - Interface in com.nokia.carbide.cpp.epoc.engine.model.bldinf
Reference to a makefile in the PRJ_[TEST]MMPFILES block
IMakefileReference.EMakeEngine - Enum in com.nokia.carbide.cpp.epoc.engine.model.bldinf
 
IMakefileView - Interface in com.nokia.carbide.cpp.epoc.engine.model.makefile
This is the interface to reading and modifying the Makefile contents.
IMakefileViewBase - Interface in com.nokia.carbide.cpp.epoc.engine.model.makefile
This is the interface to reading and modifying the Makefile contents.
IMakefileViewConfiguration - Interface in com.nokia.carbide.cpp.epoc.engine.model.makefile
This configuration specifies how a Makefile is parsed.
IMakMakeReference - Interface in com.nokia.carbide.cpp.epoc.engine.model.bldinf
IMakMakeReference is the base interface for a build file in prj_mmpfiles or + prj_testmmpfiles.
IMG_ADD_IMAGE_FILE_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Add_Image_file.png +
IMG_ADD_MMP_FILE_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Add_MMP_Definition_file.png +
IMG_AIF_FILE_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/AIF_Definition_file.png +
IMG_APPLICATION_BADGE_32_32 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Application_badge.png +
IMG_BLD_INF_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/ +
IMG_BLD_INF_MMP_55_45 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Symbian_OS_Bld_inf_MMP_file.png +
IMG_BUILD_ALL_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Bld_inf_Definition_file.png +
IMG_BUILD_ALL_24_24 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Build_All_Targets_24x24.png +
IMG_BUILD_SYMBIAN_COMPONENT - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Build_Symbian_Component.png +
IMG_CARBIDE_C_ICON_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Carbide_c_icon_16x16.png +
IMG_CARBIDE_CPP_PERSPECTIVE_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Carbide_C_C++_perspective.png +
IMG_COMPILER_OPTIONS_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/ +
IMG_CUSTOM_TRACE_BADGE_24_24 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Compiler_Options.png +
IMG_EXAMPLES_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Examples_16x16.png +
IMG_EXAMPLES_16_16_32_32 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Examples_32x32.png +
IMG_EXAMPLES_24_24 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Examples_24x24.png +
IMG_EXAMPLES_48_48 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Examples_48x48.png +
IMG_EXAMPLES_72_72 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Examples_72x72.png +
IMG_FILTER_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Filter.png +
IMG_FREEZE_EXPORTS_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Freeze_Exports_16x16.png +
IMG_FREEZE_EXPORTS_24_24 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Freeze_Exports_24x24.png +
IMG_IMPORT_BLDINF_WIZARD_BANNER - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Import_BldInf_wizard_banner.png +
IMG_IMPORT_SOS_EXE_WIZARD_BANNER - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Import_SOS_Exe_wizard_banner.png +
IMG_LANGUAGES_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Languages.png +
IMG_LEAVESCAN_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Run_Leavescan.png +
IMG_MACROS_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Macros.png +
IMG_MBM_FILE_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/MBM_Definition_file.png +
IMG_MBM_MIF_AIF_EDITOR_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/MBM_MIF_AIF_Editor.png +
IMG_MIF_FILE_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/MIF_Definition_file.png +
IMG_MMP_FILE_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/MMP_Definition_file.png +
IMG_NEW_CARBIDE_PROJECT_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/New_Symbian_OS_C++_Project_16x16.png +
IMG_NEW_CARBIDE_PROJECT_55_45 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/New_Symbian_OS_C++_Project_55x45.png +
IMG_NEW_CARBIDE_PROJECT_WIZARD_BANNER - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/New_Symbian_OS_C++_Project_wizard_banner.png +
IMG_NEW_LAUNCH_CONFIG_WIZARD_BANNER - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/New_Launch_Config_wizard_banner.png +
IMG_NEW_MMP_FILE_WIZARD_BANNER - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/New_MMP_file_wizard_banner.png +
IMG_NEW_PROJECT_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/New_Project.png +
IMG_NEW_SOS_CLASS_WIZARD_BANNER - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/New_Symbian_OS_Class_wizard_banner.png +
IMG_NEW_SYMBIAN_CLASS_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/_New_Symbian_S_Class_16x16.png +
IMG_NEW_SYMBIAN_CLASS_55_45 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/New_Symbian_OS_Class_55x45.png +
IMG_NEW_UI_DESIGN_WIZARD_BANNER - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/New_UI_Design_wizard_banner.png +
IMG_PHONE_ROM_BADGE_32_32 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Phone_ROM_badge.png +
IMG_PI_IMPORT_APP_42_42 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/PI_Import_APP_42x42.png +
IMG_PI_IMPORT_NONE_100_42 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/PI_Import_NONE_42x42.png +
IMG_PI_IMPORT_ROM_42_42 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/PI_Import_ROM_42x42.png +
IMG_PI_IMPORT_ROM_AND_APP_100_42 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/ +
IMG_PI_IMPORT_WIZARD_BANNER_75_66 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/PI_Import_ROM_AND_APP_100x42.png +
IMG_PI_METER_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/PI_Meter_16x16.png +
IMG_PI_METER_20_20 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/PI_Meter_20x20.png +
IMG_PI_PHONE_ROM_FILE_16_20 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/PI_Application_16x20.png +
IMG_PI_PHONE_ROM_FILE_20_20 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/PI_Application_20x20.png +
IMG_PI_PHONE_ROM_FILE_42_42 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/PI_Application_42x42.png +
IMG_PI_PHONE_ROM_FILE_64_64 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/PI_Application_64x64.png +
IMG_RESOURCE_LIST_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Resource_List.png +
IMG_ROM_IMAGE_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/ROM_Image.png +
IMG_ROM_LOG_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/ROM_Log.png +
IMG_START_RESOURCE_BLOCK_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Start_Resource_Block.png +
IMG_SYMBIAN_CPP_CLASS_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Symbian_OS_C++_Class.png +
IMG_SYMBIAN_CPP_PROJECT_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Symbian_OS_C++_Project.png +
IMG_SYSTEM_INCLUDES_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/System_Includes.png +
IMG_SYSTEM_RESOURCE_LIST_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/System_Resource_List.png +
IMG_TRK_16_20 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/TRK_Debug_Agent_16x20.png +
IMG_TRK_20_20 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/TRK_Debug_Agent_20x20.png +
IMG_TRK_42_42 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/TRK_Debug_Agent_42x42.png +
IMG_TRK_64_64 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/TRK_Debug_Agent_64x64.png +
IMG_TRK_MASK_16_20 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/TRK_Debug_Agent_16x20_Mask.png +
IMG_TRK_MASK_20_20 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/TRK_Debug_Agent_20x20_Mask.png +
IMG_TRK_MASK_42_42 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/TRK_Debug_Agent_42x42_Mask.png +
IMG_TRK_MASK_64_64 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/TRK_Debug_Agent_64x64_Mask.png +
IMG_UPDATE_PROJECT_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/Update_Project.png +
IMG_USER_INCLUDES_16_16 - +Static variable in interface com.nokia.carbide.cpp.ui.ICarbideSharedImages +
File path: icons/User_Includes.png +
IMMPAIFInfo - Interface in com.nokia.carbide.cpp.epoc.engine.model.mmp
Abstract representation of the AIF statement.
IMMPBitmap - Interface in com.nokia.carbide.cpp.epoc.engine.model.mmp
The data in a START BITMAP ...
IMMPData - Interface in com.nokia.carbide.cpp.epoc.engine.model.mmp
The data provider for MMP views.
IMMPDataRunnable - Interface in com.nokia.carbide.cpp.epoc.engine
Instantiate this interface and pass to EpocEnginePlugin#runWithMMPData() + to encapsulate some of the bookkeeping of model/view handling.
IMMPModel - Interface in com.nokia.carbide.cpp.epoc.engine.model.mmp
An MMP model.
IMMPOwnedModel - Interface in com.nokia.carbide.cpp.epoc.engine.model.mmp
The owner interface to an MMP model.
IMMPReference - Interface in com.nokia.carbide.cpp.epoc.engine.model.bldinf
Reference to an mmp file in the PRJ_[TEST]MMPFILES block
IMMPResource - Interface in com.nokia.carbide.cpp.epoc.engine.model.mmp
Abstract representation of a single (set of) compiled resources.
IMMPView - Interface in com.nokia.carbide.cpp.epoc.engine.model.mmp
The view interface for MMP models.
IMMPViewConfiguration - Interface in com.nokia.carbide.cpp.epoc.engine.model.mmp
This encapsulates differences between different MMP versions.
IMMPViewRunnable - Interface in com.nokia.carbide.cpp.epoc.engine
Instantiate this interface and pass to EpocEnginePlugin#runWithMMPView() + to encapsulate some of the bookkeeping of model/view handling.
IModel<View> - Interface in com.nokia.carbide.cpp.epoc.engine.model
This manages a single file's contents and provides "views" onto its contents + and resolves changes to such views to rewrite the contents.
IModelDocumentProvider - Interface in com.nokia.carbide.cpp.epoc.engine.model
This interface is used to look up documents for files.
IModelFactory<Model extends IOwnedModel> - Interface in com.nokia.carbide.cpp.epoc.engine.model
Factory interface for creating models.
IModelListener - Interface in com.nokia.carbide.cpp.epoc.engine.model
This listener provides notifications of notable changes to the model.
IModelLoadResults - Interface in com.nokia.carbide.cpp.epoc.engine.model
 
IModelProvider<Model extends IOwnedModel,SharedModel extends IModel> - Interface in com.nokia.carbide.cpp.epoc.engine.model
Interface managing shared access to models.
IMultiImageSource - Interface in com.nokia.carbide.cpp.epoc.engine.image
This interface represents a set of image sources that are built together into + a single output.
incrementalBuilderEnabled() - +Method in interface com.nokia.carbide.cdt.builder.project.ICarbideProjectInfo +
Get the project setting that determines whether or not the Eclipse incremental builder is to be used. +
INF_COMPONENTS_PROPS_KEY - +Static variable in interface com.nokia.carbide.cdt.builder.project.ICarbideProjectInfo +
  +
init() - +Method in class com.nokia.carbide.cdt.builder.builder.CarbideCommandLauncher +
Initialize variables. +
init(ITemplate, List<IParameter>) - +Method in class com.nokia.carbide.cpp.project.core.processes.CopyFilesAndUpdateSymbianOSProjectFiles +
  +
init(ITemplate, List<IParameter>) - +Method in class com.nokia.carbide.cpp.project.core.processes.NewProject +
  +
init(ITemplate, List<IParameter>) - +Method in class com.nokia.carbide.templatewizard.process.AbstractProcess +
Must be implemented by subclasses. +
init(ITemplate, List<IParameter>) - +Method in class com.nokia.carbide.templatewizard.process.AbstractProjectProcess +
  +
init(ITemplate, List<IParameter>) - +Method in class com.nokia.carbide.templatewizard.processes.CopyFiles +
  +
init(ITemplate, List<IParameter>) - +Method in class com.nokia.carbide.templatewizard.processes.CreateFolders +
  +
init(ITemplate, List<IParameter>) - +Method in class com.nokia.carbide.templatewizard.processes.CreateTemplateVariable +
  +
init(ITemplate, List<IParameter>) - +Method in class com.nokia.carbide.templatewizard.processes.OpenFileInEditor +
  +
inputChanged(Viewer, Object, Object) - +Method in class com.nokia.carbide.cpp.sdk.ui.shared.BuildTargetsPage.FilteringContentProviderWrapper +
  +
insertText(IDirective, String) - +Method in interface com.nokia.carbide.cpp.epoc.engine.model.makefile.IMakefileViewBase +
Insert a new line after the given directive. +
insertTextBefore(String, IDirective) - +Method in interface com.nokia.carbide.cpp.epoc.engine.model.makefile.IMakefileViewBase +
Insert a new line before the given directive. +
installedSdkChanged(ICarbideInstalledSDKChangeListener.SDKChangeEventType) - +Method in interface com.nokia.carbide.cpp.sdk.core.ICarbideInstalledSDKChangeListener +
The type of change that occurred in the SDK list +
InvalidDriveInMMPPathException - Exception in com.nokia.carbide.cdt.builder
This exception is thrown from MMPViewPathHelper when an + attempt is made to convert a full path into an MMP path and the + path's drive differs from that of the current SDK.
invertSuccess() - +Method in class com.nokia.carbide.cpp.epoc.engine.preprocessor.AcceptedNodesViewFilter +
  +
invertSuccess() - +Method in class com.nokia.carbide.cpp.epoc.engine.preprocessor.AllNodesViewFilter +
  +
invertSuccess() - +Method in interface com.nokia.carbide.cpp.epoc.engine.preprocessor.IViewFilter +
when #evaluteConditionals() returns true, then, if true, filter out + contents from successful tests and keep contents from failing tests +
invertSuccess() - +Method in class com.nokia.carbide.cpp.epoc.engine.preprocessor.SharedNodesViewFilter +
  +
invokeAbldCommand(ICarbideBuildConfiguration, CarbideCommandLauncher, String[], boolean) - +Static method in class com.nokia.carbide.cdt.builder.builder.CarbideCPPBuilder +
Call abld with the given arguments +
invokeBldmakeBldFiles(ICarbideBuildConfiguration, CarbideCommandLauncher, IProgressMonitor, IConsole, String[], IPath) - +Static method in class com.nokia.carbide.cdt.builder.builder.CarbideCPPBuilder +
Deprecated. use #generateBldmakeMakefilesIfNecessary(ICarbideBuildConfiguration, CarbideCommandLauncher, IConsole, IProgressMonitor, boolean) instead +
invokeBldmakeCommand(ICarbideBuildConfiguration, CarbideCommandLauncher, String[], boolean) - +Static method in class com.nokia.carbide.cdt.builder.builder.CarbideCPPBuilder +
Call bldmake with the given arguments +
invokeBuild(ICarbideBuildConfiguration, CarbideCommandLauncher, IProgressMonitor, boolean) - +Static method in class com.nokia.carbide.cdt.builder.builder.CarbideCPPBuilder +
Invokes a build for the given build configuration. +
invokeClean(ICarbideBuildConfiguration, IProgressMonitor, boolean) - +Static method in class com.nokia.carbide.cdt.builder.builder.CarbideCPPBuilder +
Invokes a clean for the given build configuration. +
invokeFreeze(ICarbideBuildConfiguration, IProgressMonitor, boolean) - +Static method in class com.nokia.carbide.cdt.builder.builder.CarbideCPPBuilder +
Invokes a freeze for the given build configuration. +
invokeROMBuilder(ICarbideBuildConfiguration, CarbideCommandLauncher, IProgressMonitor) - +Static method in class com.nokia.carbide.cdt.builder.builder.CarbideCPPBuilder +
Invoke the ROM builder for the given build configuration +
invokeSISBuilder(ICarbideBuildConfiguration, CarbideCommandLauncher, IProgressMonitor) - +Static method in class com.nokia.carbide.cdt.builder.builder.CarbideCPPBuilder +
Invoke the SIS builder for all pkg files for the given build configuration +
invokeSISBuilder(IPath, ICarbideBuildConfiguration, CarbideCommandLauncher, IProgressMonitor, boolean) - +Static method in class com.nokia.carbide.cdt.builder.builder.CarbideCPPBuilder +
Invoke the SIS builder for either EKA1 or EKA2 projects. +
invokeSymbianComponenetAction(ICarbideBuildConfiguration, int, IPath, CarbideCommandLauncher, IProgressMonitor, boolean) - +Static method in class com.nokia.carbide.cdt.builder.builder.CarbideCPPBuilder +
Invoke the given action on the given Symbian mmp/make file for the given build configuration. +
IOwnedModel<View> - Interface in com.nokia.carbide.cpp.epoc.engine.model
This manages a single file's contents and provides "views" onto its contents + and resolves changes to such views to rewrite the contents.
IParameter - Interface in com.nokia.carbide.templatewizard.process
Represents a parameter specified as a <parameter> child element + of a <process> element in a template xml file.
IPKGViewRunnable - Interface in com.nokia.carbide.cpp.epoc.engine
Instantiate this interface and pass to EpocEnginePlugin#runWithPKGView() + to encapsulate some of the bookkeeping of model/view handling.
IProcess - Interface in com.nokia.carbide.templatewizard.process
Represents a process specified as a <process> element in a template xml file, + and executed after successful completion of the wizard specified by the template.
IROMBuilderInfo - Interface in com.nokia.carbide.cdt.builder.project
IROMBuilderInfo represents one instance of configuration data for the ROM Builder tab.
IRVCTToolChainInfo - Interface in com.nokia.carbide.cpp.sdk.core
Stores information about single RVCT + (=RealView Compiler Tools) toolchain + installation
isBitmapSourceAllowed() - +Method in interface com.nokia.carbide.cpp.epoc.engine.image.IMultiImageSource +
Tell whether the container allows BMP files. +
isBuildAsArm() - +Method in interface com.nokia.carbide.cpp.epoc.engine.model.bldinf.IMakMakeReference +
Check for BUILD_AS_ARM attribute +
isBuildingFromInf() - +Method in interface com.nokia.carbide.cdt.builder.project.ICarbideProjectInfo +
Check whether or not all components of the inf are built or subcomponents. +
isBuildingTestComps() - +Method in interface com.nokia.carbide.cdt.builder.project.ICarbideProjectInfo +
Get the project setting that determines whether or not test components (PRJ_TESTMMPFILES) + should be built when building from bld.inf. +
isCarbideProject(IProject) - +Method in interface com.nokia.carbide.cdt.builder.ICarbideBuildManager +
Test whether or not this has a Carbide.c++ version 1.2 and greater project nature. +
isCarbideSBSv2Project(IProject) - +Method in interface com.nokia.carbide.cdt.builder.ICarbideBuildManager +
Test whether or not this has a Carbide.c++ SBSv2 project nature. +
isColor() - +Method in interface com.nokia.carbide.cpp.epoc.engine.image.IImageSource +
tell whether the image is kept in color +
isColor - +Variable in class com.nokia.carbide.cpp.epoc.engine.image.ImageFormat +
  +
isColor() - +Method in class com.nokia.carbide.cpp.epoc.engine.image.ImageFormat +
  +
isColor() - +Method in interface com.nokia.carbide.cpp.epoc.engine.model.mmp.IMMPAIFInfo +
Get color flag for bitmaps +
isConcurrentBuildingEnabled() - +Method in interface com.nokia.carbide.cdt.builder.project.ICarbideProjectInfo +
Get the project setting that determines whether or not Carbide takes advantage of the make "-j" option + which will runs make jobs in parallel. +
isCoronaProject(IProject) - +Method in interface com.nokia.carbide.cdt.builder.ICarbideBuildManager +
Test whether or not this is a Carbide.c++ version 1.1 or less project. +
isCreateStubFormat() - +Method in interface com.nokia.carbide.cdt.builder.project.ISISBuilderInfo +
Get the flag if set to create a stub format file +
isDefaultSDK() - +Method in interface com.nokia.carbide.cpp.sdk.core.ISymbianSDK +
Returns whether or not this is the default SDK in the devices.xml file. +
isDefFileInFixedDirectory() - +Method in interface com.nokia.carbide.cpp.epoc.engine.model.mmp.IMMPData +
Tell if the DEFFILE setting refers to a fixed directory, e.g., + if it has a path and is not a bare filename. +
isDefFileInFixedDirectory() - +Method in interface com.nokia.carbide.cpp.epoc.engine.model.mmp.IMMPView +
Tell if the DEFFILE setting refers to a fixed directory, e.g., + if it has a path and is not a bare filename. +
ISDKManager - Interface in com.nokia.carbide.cpp.sdk.core
Interface to Symbian OS SDK's.
isEKA1() - +Method in interface com.nokia.carbide.cpp.sdk.core.ISymbianSDK +
Tell if the SDK is EKA1 +
isEKA2() - +Method in interface com.nokia.carbide.cpp.sdk.core.ISymbianSDK +
Tell if the SDK is EKA2 +
isEmulatorBuild() - +Method in class com.nokia.carbide.cdt.builder.DefaultMMPViewConfiguration +
  +
isEmulatorBuild() - +Method in interface com.nokia.carbide.cpp.epoc.engine.model.mmp.IMMPViewConfiguration +
Tell if this is an emulator build. +
isEnabled() - +Method in interface com.nokia.carbide.cdt.builder.project.ISISBuilderInfo +
Get the enabled state +
isEnabled() - +Method in interface com.nokia.carbide.cpp.sdk.core.ISymbianSDK +
Returns true if the SDK is enabled, false otherwise. +
isEpoc32RelativeFormat(IPath) - +Method in class com.nokia.carbide.cdt.builder.MMPViewPathHelper +
Identify the new-style EPOCROOT\epoc32 relative path + (used only in MMP?) +
isExtensionMakefileBuiltForPlatform(IPath, ISymbianBuildContext) - +Method in class com.nokia.carbide.cdt.builder.BldInfViewPathHelper +
Determine whether an extension makefile is suitable for the given build configuration. +
isFile() - +Method in enum com.nokia.carbide.cdt.builder.EMMPPathContext +
Tell whether the context specifies files rather than directories. +
ISISBuilderInfo - Interface in com.nokia.carbide.cdt.builder.project
ISISBuilderInfo represents one instance of configuration data for building SIS files.
isManual() - +Method in interface com.nokia.carbide.cpp.epoc.engine.model.bldinf.IMakMakeReference +
Check for MANUAL attribute +
isS60() - +Method in interface com.nokia.carbide.cpp.sdk.core.ISymbianSDK +
Tell if the SDK is Series60 +
isStatementSupported(EMMPStatement) - +Method in class com.nokia.carbide.cdt.builder.DefaultMMPViewConfiguration +
  +
isStatementSupported(EMMPStatement) - +Method in interface com.nokia.carbide.cpp.epoc.engine.model.mmp.IMMPViewConfiguration +
Tell whether the given MMP keyword is supported. +
isSupport() - +Method in interface com.nokia.carbide.cpp.epoc.engine.model.bldinf.IMakMakeReference +
Check for SUPPORT attribute +
isSVGSourceAllowed() - +Method in interface com.nokia.carbide.cpp.epoc.engine.image.IMultiImageSource +
Tell whether the container allows SVG files. +
isTidy() - +Method in interface com.nokia.carbide.cpp.epoc.engine.model.bldinf.IMakMakeReference +
Check for TIDY attribute +
isValid() - +Method in interface com.nokia.carbide.cpp.epoc.engine.image.IImageSource +
tell if the entry is valid (e.g., initialized): + path must be set and depth must be nonzero, + and if in color, depth must be 4, 8, 16, or 24, else 1, 2, 4, or 8 +
isValid() - +Method in interface com.nokia.carbide.cpp.epoc.engine.image.IImageSourceReference +
tell if the entry is valid (e.g., initialized): path must be set and depth must be nonzero +
isValid() - +Method in interface com.nokia.carbide.cpp.epoc.engine.image.IMultiImageSource +
Tell if the container is valid, e.g. initialized: must have a target file. +
isValid() - +Method in interface com.nokia.carbide.cpp.epoc.engine.model.bldinf.IExport +
tell if valid, e.g. initialized +
isValid() - +Method in interface com.nokia.carbide.cpp.epoc.engine.model.bldinf.IExtension +
Check whether the template path is set. +
isValid() - +Method in interface com.nokia.carbide.cpp.epoc.engine.model.bldinf.IMakMakeReference +
Tell if valid, e.g. initialized +
isValid() - +Method in interface com.nokia.carbide.cpp.epoc.engine.model.mmp.IMMPAIFInfo +
tell if this is valid, e.g., initialized: target, source, resource must be set +
isValid() - +Method in interface com.nokia.carbide.cpp.epoc.engine.model.mmp.IMMPResource +
tell if entry is valid (e.g. initialized): source must be set +
isValid() - +Method in interface com.nokia.carbide.cpp.sdk.core.ISymbianSDK +
Returns true if the SDK is configured properly, false otherwise. +
isValidDepth(int) - +Method in interface com.nokia.carbide.cpp.epoc.engine.image.IImageSource +
Tell if the depth is valid for the color/grayscale flag +
isVariant() - +Method in interface com.nokia.carbide.cpp.sdk.core.IBSFPlatform +
Tell if the platform is a variant (but not a virtual variant). +
isVariantBldInf(IPath) - +Static method in class com.nokia.carbide.cdt.builder.EpocEngineHelper +
Tell if the given bld.inf builds against variant platforms. +
isVariantMMP(ICarbideProjectInfo, IPath) - +Static method in class com.nokia.carbide.cdt.builder.EpocEngineHelper +
Tell if given MMP builds variant executables under any configuration. +
ISVGSource - Interface in com.nokia.carbide.cpp.epoc.engine.image
Representation of an SVG source file.
ISVGSourceReference - Interface in com.nokia.carbide.cpp.epoc.engine.image
Representation of an SVG source file.
isVirtualVariant() - +Method in interface com.nokia.carbide.cpp.sdk.core.IBSFPlatform +
Tell if the platform is a virtual variant +
ISymbianBuildContext - Interface in com.nokia.carbide.cpp.sdk.core
ISymbianBuildContext represents a single buildable unit for a Symbian SDK and + is used to get the various parts of the build parameters (e.g. platform and target) + from the configuration display string
ISymbianSDK - Interface in com.nokia.carbide.cpp.sdk.core
This interface provides details on a single Symbian OS SDK.
isZipped() - +Method in interface com.nokia.carbide.cpp.epoc.engine.model.bldinf.IExport +
Tell whether :zip applies +
ITemplate - Interface in com.nokia.carbide.template.engine
Runtime access to a single template in a + com.nokia.carbide.templatewizard.wizardTemplate extension.
ITranslationUnit - Interface in com.nokia.carbide.cpp.epoc.engine.preprocessor
Opaque handle to a translation unit
ITranslationUnitProvider - Interface in com.nokia.carbide.cpp.epoc.engine.preprocessor
This provides cached preprocessor translation units for files.
IView<Model> - Interface in com.nokia.carbide.cpp.epoc.engine.model
The base interface for a filtered view onto a model.
IViewConfiguration - Interface in com.nokia.carbide.cpp.epoc.engine.model
This interface defines the configuration for a view.
IViewFilter - Interface in com.nokia.carbide.cpp.epoc.engine.preprocessor
This interface, implemented by a client or by a standard implementation, + is used to determine how to interpret preprocessor conditionals and macros + when determining what content to expose from a preprocessor DOM.
IViewListener - Interface in com.nokia.carbide.cpp.epoc.engine.model
This notifies of ongoing uncommitted changes to a view.
IViewParserConfiguration - Interface in com.nokia.carbide.cpp.epoc.engine.model
This provides implementations for file lookup and TU caching.
IViewRunnable<Model,View> - Interface in com.nokia.carbide.cpp.epoc.engine
Instantiate this interface and pass to EpocEnginePlugin#runWith...View() + to encapsulate some of the bookkeeping of model/view handling.
+
+ + + + + + + + + + + + + + + +
+Carbide.c++ +
+ + + +A B C D E F G H I K L M N O P R S T U V W
+ + +