boxes-times
boxe-times.ads
boxe-times.adb
boxes
boxes
boxes-arcs
boxes-chords
boxes-clefs
boxes-keys
boxes-measures
boxes-not_head
boxes-staves
boxes-times
engine
boxes/
collectors/
output/
printers/
roemer.adb
test_engine.ad
ada
bin/
engine/
fonts/
internal/
text/
util/
Home
Showcase
Snapshots
Ada Source
PHP Source
Fonts
Sourceforge
Summary
Downloads
Browse CVS
Donate
Activity
Hosted by
Boxes.Times
type Time_Box
Public representation.
type Time_Box_Access
Pointer to representation data.
function Create
Constructor for instances.
Param
Type
Description
in
Time
Time_Access
The initial time.
return
Time_Box_Access
The newly created time box.
function Get_Time
Accessor to read the time of a time box.
Param
Type
Description
access
This
Time_Box
The time box to read from.
return
Time_Access
The time of that time box.
procedure Layout
Param
Type
Description
access
This
Time_Box
The time box object instance.
access
Font
Font_Loader
Use this font loader.
procedure Print
Param
Type
Description
access
This
Time_Box
The time box object instance.
access
To
Printer'Class
Render to this printer.
in
Center
Vector
Center of container.
types
Time_Box
Time_Box_Access
methods
Create
Get_Time
Layout
Print