Class TCurveList

Unit

Declaration

type TCurveList = class(specialize TObjectList<TCurve>)

Description

This item has no description.

Hierarchy

  • TObject
  • TList
  • TObjectList
  • TCurveList

Overview

Methods

Protected function GetCurveByType(const CurveTypeStr: string): TCurve; virtual;
Public procedure LoadFromFile(const Url: String); virtual;
Public procedure SaveToFile(const Url: String); virtual;

Description

Methods

Protected function GetCurveByType(const CurveTypeStr: string): TCurve; virtual;

Override this function to add other classes inherited from TCurve to a list.

Public procedure LoadFromFile(const Url: String); virtual;

Load curves definitions from a simple XML file. Hint: use https://castle-engine.io/curves_tool to design curves visually.

Public procedure SaveToFile(const Url: String); virtual;

Save curve definitions to a simple XML file. Hint: use https://castle-engine.io/curves_tool to design curves visually.


Generated by PasDoc 0.16.0-snapshot.