whiteboard.h

来自「brew暂时是CDMA手机的大头!它的软件很麻烦,要从指定网站才能下载程序.下载」· C头文件 代码 · 共 36 行

H
36
字号
/******************************************************************************
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 + =
减小字号Ctrl + -
显示快捷键?