Symbian Developer Library

SYMBIAN OS V6.1 EXAMPLE CODE

[Index] [Previous] [Next]



GraphicsShell: drawing and zooming

Found in: epoc32ex\Graphics


Description

GraphicsShell provides an application shell, and two concrete controls.

CGraphicExampleControl is a control class, derived from CCoeControl, which links the app shell to the particular controls.

CDrawControl illustrates the drawing of shapes in a window. The code draws points, lines and shapes; this exercises a variety of drawing functions provided by the window graphics context such as MoveTo(), DrawLineTo(), DrawArc() etc.

CZoomControl illustrates the use of zooming.

[Top]


Usage

The controls are listed on the menu List of Programs. Press the appropriate menu item to select a specific control.

You step through each phase of an example by pressing the space bar or by tapping on the window drawn by that example.

[Top]


Class summary

By the drawing control:

By the zooming control: