Unit Pedigree

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

Pedigree mode allows the user to draw out family trees. This unit contains several private functions and procedures which are not part of its public interface, such as HighlightAll, HighlightPedigree, FindLastGod, etc.

Uses

Overview

Functions and Procedures

PROCEDURE PhylogNew (Biomorph: Person);
PROCEDURE DrawOutFrom (ThisFull: FullHandle);
PROCEDURE Detach (ThisFull: FullHandle);
PROCEDURE Shoot (ThisFull: FullHandle);
FUNCTION MouseInBox (MLoc: Point; VAR ThisFull: FullHandle): Boolean;
PROCEDURE FollowMouse (ThisFull: FullHandle);
FUNCTION IsAnAdam (ThisFull: FullHandle): Boolean;
FUNCTION Created: FullHandle;

Description

Functions and Procedures

PROCEDURE PhylogNew (Biomorph: Person);
 
PROCEDURE DrawOutFrom (ThisFull: FullHandle);
 
PROCEDURE Detach (ThisFull: FullHandle);
 
PROCEDURE Shoot (ThisFull: FullHandle);
 
FUNCTION MouseInBox (MLoc: Point; VAR ThisFull: FullHandle): Boolean;
 
PROCEDURE FollowMouse (ThisFull: FullHandle);
 
FUNCTION IsAnAdam (ThisFull: FullHandle): Boolean;
 
FUNCTION Created: FullHandle;
 

Generated by PasDoc 0.14.0.