Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Class TLinkContainer

Unit

MuggleLink

Declaration

type TLinkContainer = class(TMuggleBaseContainer)

Description

============================================================================

Hierarchy

TMuggleBaseContainer > TActiveList

Methods

Overview

Public function FirstWithLeftHandle(aHandle: int64): boolean;
Public function FirstWithRightHandle(aHandle: int64): boolean;
Public procedure LoadFromFile(var aFile: TextFile);
Public procedure NeutralizeAllLinksWithHandle(aHandle: int64);
Public procedure NeutralizeAllLinksWithLeftHandle(aHandle: int64);
Public procedure NeutralizeAllLinksWithRightHandle(aHandle: int64);
Public function NewLink: TMuggleLink; overload;
Public function NextWithLeftHandle(aHandle: int64): boolean;
Public function NextWithRightHandle(aHandle: int64): boolean;
Protected procedure RemoveAllLinksWithLeftHandle(aHandle: int64);
Protected procedure RemoveAllLinksWithRightHandle(aHandle: int64);
Public procedure SaveToFile(var aFile: TextFile);
Public procedure SetLeftObjectPointers(aContainer: TMuggleBaseContainer);
Public procedure SetObjectPointers(aContainer: TMuggleBaseContainer); virtual;
Public procedure SetRightObjectPointers(aContainer: TMuggleBaseContainer);

Description

Public function FirstWithLeftHandle(aHandle: int64): boolean;

 

Public function FirstWithRightHandle(aHandle: int64): boolean;

 

Public procedure LoadFromFile(var aFile: TextFile);

 

Public procedure NeutralizeAllLinksWithHandle(aHandle: int64);

 

Public procedure NeutralizeAllLinksWithLeftHandle(aHandle: int64);

 

Public procedure NeutralizeAllLinksWithRightHandle(aHandle: int64);

 

Public function NewLink: TMuggleLink; overload;

 

Public function NextWithLeftHandle(aHandle: int64): boolean;

 

Public function NextWithRightHandle(aHandle: int64): boolean;

 

Protected procedure RemoveAllLinksWithLeftHandle(aHandle: int64);

 

Protected procedure RemoveAllLinksWithRightHandle(aHandle: int64);

 

Public procedure SaveToFile(var aFile: TextFile);

 

Public procedure SetLeftObjectPointers(aContainer: TMuggleBaseContainer);

 

Public procedure SetObjectPointers(aContainer: TMuggleBaseContainer); virtual;

 

Public procedure SetRightObjectPointers(aContainer: TMuggleBaseContainer);

 


Generated by PasDoc 0.8.7 on Mon 29/ Sep 2003 18:51:05