Class TWindowProgressInterface

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TWindowProgressInterface = class(TProgressUserInterface)

Description

no description available, TProgressUserInterface description follows

Abstract user interface of the progress bar. See TProgress for information how to use progress bars.

Hierarchy

Overview

Methods

Public constructor Create;
Public procedure Init(Progress: TProgress); override;
Public procedure Update(Progress: TProgress); override;
Public procedure Fini(Progress: TProgress); override;

Properties

Public property Opacity: Single read FOpacity write FOpacity default 1.0;
Public property Window: TCastleWindowBase read FWindow write FWindow;

Description

Methods

Public constructor Create;
 
Public procedure Init(Progress: TProgress); override;
 
Public procedure Update(Progress: TProgress); override;
 
Public procedure Fini(Progress: TProgress); override;
 

Properties

Public property Opacity: Single read FOpacity write FOpacity default 1.0;

Opacity (1 - transparency) with which control is drawn. When this is < 1, we draw control with nice blending.

Public property Window: TCastleWindowBase read FWindow write FWindow;

Window used to render the progress bar. Assign this before doing Init. Don't change this when we are between Init and Fini.


Generated by PasDoc 0.12.1 on 2013-02-04 20:26:53