Carbide.c++

Package com.nokia.carbide.cpp.epoc.engine

Interface Summary
IBldInfDataRunnable Instantiate this interface and pass to EpocEnginePlugin#runWithMMPData() to encapsulate some of the bookkeeping of model/view handling.
IBldInfViewRunnable Instantiate this interface and pass to EpocEnginePlugin#runWithBldInfView() to encapsulate some of the bookkeeping of model/view handling.
IBSFViewRunnable Instantiate this interface and pass to EpocEnginePlugin#runWithBSFView() to encapsulate some of the bookkeeping of model/view handling.
IDataRunnable<Model,Data> Instantiate this interface and pass to EpocEnginePlugin#runWith...Data() to encapsulate some of the bookkeeping of model/view/data handling.
IImageMakefileDataRunnable Instantiate this interface and pass to EpocEnginePlugin#runWithImageMakefileData() to encapsulate some of the bookkeeping of model/view handling.
IImageMakefileViewRunnable Instantiate this interface and pass to EpocEnginePlugin#runWithImageMakefileView() to encapsulate some of the bookkeeping of model/view handling.
IMMPDataRunnable Instantiate this interface and pass to EpocEnginePlugin#runWithMMPData() to encapsulate some of the bookkeeping of model/view handling.
IMMPViewRunnable Instantiate this interface and pass to EpocEnginePlugin#runWithMMPView() to encapsulate some of the bookkeeping of model/view handling.
IPKGViewRunnable Instantiate this interface and pass to EpocEnginePlugin#runWithPKGView() to encapsulate some of the bookkeeping of model/view handling.
IViewRunnable<Model,View> Instantiate this interface and pass to EpocEnginePlugin#runWith...View() to encapsulate some of the bookkeeping of model/view handling.
 

Class Summary
BldInfDataRunnableAdapter Adapter for this runnable which handles errors by logging to the Error Log.
BldInfViewRunnableAdapter Adapter for this runnable which handles errors by logging to the Error Log.
BSFViewRunnableAdapter Adapter for this runnable which handles errors by logging to the Error Log.
DocumentFactory Factory providing instances of IDocument useful for the model.
EpocEnginePlugin The main plugin class to be used in the desktop.
ImageMakefileDataRunnableAdapter Adapter for this runnable which handles errors by logging to the Error Log.
ImageMakefileViewRunnableAdapter Adapter for this runnable which handles errors by logging to the Error Log.
MMPDataRunnableAdapter Adapter for this runnable which handles errors by logging to the Error Log.
MMPViewRunnableAdapter Adapter for this runnable which handles errors by logging to the Error Log.
PKGViewRunnableAdapter Adapter for this runnable which handles errors by logging to the Error Log.
ViewRunnableAdapter Adapter for this runnable which handles errors by logging to the Error Log.
 


Carbide.c++