Class TCastleSaveImageDialog

Unit

Declaration

type TCastleSaveImageDialog = class(TSavePictureDialog)

Description

Image save dialog. It uses an URL, and additionally initializes the filters to include all the image types our engine can save through CastleImages.SaveImage.

Source: lcl/castledialogs.pas (line 134).

Hierarchy

  • TObject
  • TPersistent
  • TComponent
  • TLCLComponent
  • TCommonDialog
  • TFileDialog
  • TOpenDialog
  • TPreviewFileDialog
  • TOpenPictureDialog
  • TSavePictureDialog
  • TCastleSaveImageDialog

Overview

Methods

Protected function DoExecute: boolean; override;
Public constructor Create(AOwner: TComponent); override;

Properties

Published property Url: String read GetUrl write SetUrl stored false;
Published property AdviceDataDirectory: Boolean read FAdviceDataDirectory write FAdviceDataDirectory default false;
Published property UseCastleDataProtocol: Boolean read FUseCastleDataProtocol write FUseCastleDataProtocol default true;
Published property Filter stored StoreFilterAndFilterIndex;
Published property FilterIndex stored StoreFilterAndFilterIndex;

Description

Methods

Protected function DoExecute: boolean; override;

This item has no description.

Source: lcl/castledialogs.pas (line 144).

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Source: lcl/castledialogs.pas (line 146).

Properties

Published property Url: String read GetUrl write SetUrl stored false;

This item has no description.

Source: lcl/castledialogs.pas (line 148).

Published property AdviceDataDirectory: Boolean read FAdviceDataDirectory write FAdviceDataDirectory default false;

Warn (but still allow) if user selects URL outside of data directory.

Source: lcl/castledialogs.pas (line 150).

Published property UseCastleDataProtocol: Boolean read FUseCastleDataProtocol write FUseCastleDataProtocol default true;

If the URL is detected inside data directory ( https://castle-engine.io/data ), make sure it starts with protocol castle-data:/ .

Source: lcl/castledialogs.pas (line 153).

Published property Filter stored StoreFilterAndFilterIndex;

This item has no description.

Source: lcl/castledialogs.pas (line 154).

Published property FilterIndex stored StoreFilterAndFilterIndex;

This item has no description.

Source: lcl/castledialogs.pas (line 155).


Generated by PasDoc 0.17.0.snapshot.