Index

Package: Paintbrushes

Description

package Tools.Paintbrushes is

Classes

Paintbrush

type Paintbrush is new Tool with private;

Ancestors:

Primitive operations:

Apply (overriding Tools.Apply)
Construct
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;