首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Symbian >

初学symbian请问个基础有关问题

2012-04-16 
初学symbian请教个基础问题Symbian的API怎么查看?比如我想查看CConsoleBase类的说明,还有其中的成员, 在哪

初学symbian请教个基础问题
Symbian的API怎么查看?
比如我想查看CConsoleBase类的说明,还有其中的成员, 在哪能看到?

我现在只知道在
http://library.forum.nokia.com/index.jsp?topic=/S60_5th_Edition_Cpp_Developers_Library/GUID-2E28D8F7-7406-4EBF-BD52-E82BAE1A7D31.html
这个地址中找,里面又有这几个链接
Rules for API Usage - 
C++ API Reference - A list of all classes grouped under the APIs that they belong to, including a Quick Reference guide. 
File List. 
Class Hierarchy. 
Data Structures. 
Member Index. 
File Members. 
Deprecated List. 
Nokia N97 SDK APIs. 
我到C++ API Reference里面再找也没找到。。。

麻烦各位指导一下。 谢谢!
不管symbian前景如何,有些工作还是必须得作的。

[解决办法]
Location: e32cons.h 
Link against: euser.lib 

Class CConsoleBase
class CConsoleBase : public CBase;
Description
A base class that defines a console interface. 

Derivation
CBase - Base class for all classes to be instantiated on the heap
CConsoleBase - A base class that defines a console interface
Members
Defined in CConsoleBase: 
CConsoleBase(), ClearScreen(), ClearToEndOfLine(), Create(), CursorPos(), Extension_(), Getch(), KeyCode(), KeyModifiers(), Printf(), Read(), ReadCancel(), ScreenSize(), SetCursorHeight(), SetCursorPosAbs(), SetCursorPosRel(), SetPos(), SetPos(), SetTitle(), WhereX(), WhereY(), Write(), ~CConsoleBase() 

Inherited from CBase: 
Delete(), operator new()


[解决办法]
你装哪个SDK的,就有哪个SDK的帮助文档
[解决办法]
S60_3rd_FP1
自带的sdk可以查到CConsoleBase
[解决办法]

探讨
谢谢。 我在3rd的SDK HELP果然很容易就找到了。但是我在2nd FP2的SDK Help就怎么也找不到这个类。
是2nd SDK help文档自己的问题吗 ?

热点排行