?? bitmapappui.h
字號(hào):
#ifndef BITMAPAPPUI_H
#define BITMAPAPPUI_H
// INCLUDES
// System includes
#include <aknviewappui.h> // CAknViewAppUi
// User includes
#include "Bitmap.hrh" // TBitampViewNumber
// FORWARD DECLARATIONS
class CAknNavigationControlContainer;
class CAknNavigationDecorator;
class CAknTabGroup;
class CBitmapDrawView;
class CBitmapBitBltView;
class CBitmapBitBltMaskView;
// CLASS DECLARATION
/**
*
* @class CBitmapAppUi BitmapAppUi.h
* @brief This is the application UI class the Bitmap example
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*
*/
class CBitmapAppUi : public CAknViewAppUi
{
public: // Constructor and destructor
void ConstructL();
~CBitmapAppUi();
private: // from CEikAppUi
void HandleCommandL(TInt aCommand);
private: // from CCoeAppUi
virtual TKeyResponse HandleKeyEventL(
const TKeyEvent& aKeyEvent,TEventCode aType);
private: // data
CBitmapDrawView* iDrawView; // Not owned by this class.
CBitmapBitBltView* iBitBltView; // Not owned by this class.
CBitmapBitBltMaskView* iBitBltMaskView; // Not owned by this class.
CAknNavigationControlContainer* iNaviPane;
CAknTabGroup* iTabGroup;
CAknNavigationDecorator* iDecoratedTabGroup;
};
#endif // #ifndef BITMAPAPPUI_H
// End of File
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -