📄 whiteboard.h
字号:
/******************************************************************************
FILE: WhiteBoard.h
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 + -