?? whiteboard.c
字號:
/******************************************************************************
FILE: WhiteBoard.c
SERVICES: AEE WhiteBoard Drawing example application
GENERAL DESCRIPTION:
WhiteBoard is drawing program which allows the user to render simple
geometric shapes to the phone's display. The user can select shapes,
set their border, and in some cases, their fill color. A cursor is
used to plot points on the screen which are used to draw the selected
geometric shape.
This is a sample application to be used as a model by developers in
developing BREW applications. The application demonstrates proper
initialization and freeing of application objects and resources,
event handling and GUI development.
Several BREW API interfaces are demonstrated by the application. These
include the interfaces for IGraphics, IBitmap, and IDisplay. A custom
control CRGBCtl is also implemented to demonstrate the development
of controls with application specific functionality.
PUBLIC CLASSES AND STATIC FUNCTIONS:
Classes:
IBitmap
IGraphics
IDisplay
IMenuCtl
IStatic
IFile
INITIALIZATION & SEQUENCING REQUIREMENTS:
See Exported Routines
Copyright
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -