Class TWindowProgressInterface
Unit
CastleWindowProgress
Declaration
type TWindowProgressInterface = class(TProgressUserInterface)
Description
Progress bar rendered on OpenGL context (TCastleWindow). Uses Application.MainWindow to render the progress bar, so be sure to assign it. If the Application.MainWindow is not assigned, or not open, when progress bar starts — we gracefully avoid showing any progress.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure Init(Progress: TProgress); override; |
|
 |
procedure Update(Progress: TProgress); override; |
|
 |
procedure Fini(Progress: TProgress); override; |
|
Properties
 |
property Window: TCastleWindowCustom read GetWindow write SetWindow; deprecated; |
Warning: this symbol is deprecated.
Using this is deprecated, you should rather assign to Application.MainWindow.
|
Generated by PasDoc 0.13.0 on 2014-10-26 05:15:16
|