Class TParameterTimeList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TParameterTimeList = class(TObject)

Description

Hierarchy

Overview

Fields

Private FList: TList;
Private FSorted: boolean;

Methods

Private function GetCount: integer;
Private function GetItems(Index: integer): TParameterTime;
Private procedure SetItems(Index: integer; const Value: TParameterTime);
Private procedure SetSorted(const Value: boolean);
Public procedure Add(Item: TParameterTime);
Public constructor Create;
Public procedure Delete(Index: integer);
Public Destructor Destroy; override;
Public procedure Sort;
Public function IndexOfTime(const StartTime, EndTime: double): integer;

Properties

Public property Count: integer read GetCount;
Public property Items[Index:integer]: TParameterTime read GetItems write SetItems;
Public property Sorted: boolean read FSorted write SetSorted;

Description

Fields

Private FList: TList;
 
Private FSorted: boolean;
 

Methods

Private function GetCount: integer;
 
Private function GetItems(Index: integer): TParameterTime;
 
Private procedure SetItems(Index: integer; const Value: TParameterTime);
 
Private procedure SetSorted(const Value: boolean);
 
Public procedure Add(Item: TParameterTime);
 
Public constructor Create;
 
Public procedure Delete(Index: integer);
 
Public Destructor Destroy; override;
 
Public procedure Sort;
 
Public function IndexOfTime(const StartTime, EndTime: double): integer;
 

Properties

Public property Count: integer read GetCount;
 
Public property Items[Index:integer]: TParameterTime read GetItems write SetItems;
 
Public property Sorted: boolean read FSorted write SetSorted;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:39