systemagentdialog.h

来自「series60 应用程序开发的源代码 series60 应用程序开发的源代码」· C头文件 代码 · 共 35 行

H
35
字号
#ifndef __SYSTEMAGENTDIALOG_H__
#define __SYSTEMAGENTDIALOG_H__

// INCLUDES

// System includes
#include <aknform.h>    // CAknForm

#include "SystemAgent.hrh"

// CLASS DECLARATION
/**
*
* @class    CSystemAgentDialog SystemAgentDialog.h 
* @brief    This is the dialog class for the System Agent example.
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
class CSystemAgentDialog : public CAknForm
{
public:
    void ProcessStateVarChangeL(TUid aStateVarUid, TInt aNewState);

protected:    // from CAknForm
    TBool OkToExitL(TInt aButtonId);
    
private:
    void SetTextL(TSystemAgentDlgLineId aLine, const TDesC& aText);
};

#endif    // __SYSTEMAGENTDIALOG_H__

// End of File

⌨️ 快捷键说明

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