Index

Package: Paintbrushes

Description

package Tools.Paintbrushes is
Copyright (c) 2012 Kevin Wellwood All rights reserved. This source code is distributed under the Modified BSD License. For terms and conditions, see license.txt.

Classes

Paintbrush

type Paintbrush is new Tool with private;

Ancestors:

Primitive operations:

Apply (overriding Tools.Apply)
Construct
Get_Type (overriding Tools.Get_Type)
Objects.Adjust (Inherited)
Objects.Construct (Inherited)
Objects.Delete (Inherited)
Objects.Object_Read (Inherited)
Objects.Object_Write (Inherited)
Objects.To_String (Inherited)

Subprograms & Entries

Create_Paintbrush

function Create_Paintbrush
( tile: Natural ) return A_Tool;

Get_Tile

function Get_Tile
( this: not null access Paintbrush'Class ) return Natural;