Class tcustomtoolbar

Unit

Declaration

type tcustomtoolbar = class(tcustomstepbox, istatfile, iframe)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected flayout: toolbarlayoutinfoty;

Methods

Protected class function classskininfo: skininfoty; override;
Protected procedure buttonchanged(sender: tcustomtoolbutton);
Protected procedure checkvert(const asize: sizety);
Protected function getseparatorwidth(): integer;
Protected procedure getautopaintsize(var asize: sizety); override;
Protected procedure updatelayout;
Protected procedure clientrectchanged; override;
Protected procedure dopaintforeground(const canvas: tcanvas); override;
Protected procedure clientmouseevent(var info: mouseeventinfoty); override;
Protected procedure showhint(const aid: int32; var info: hintinfoty); override;
Protected function dostep(const event: stepkindty; const adelta: real; ashiftstate: shiftstatesty): boolean; override;
Protected procedure doshortcut(var info: keyeventinfoty; const sender: twidget); override;
Protected procedure objectchanged(const sender: tobject); override;
Protected function getassistivehint(): msestring; override;
Protected procedure dostatread(const reader: tstatreader); virtual;
Protected procedure dostatwrite(const writer: tstatwriter); virtual;
Protected procedure statreading;
Protected procedure statread;
Protected function getstatvarname: msestring;
Protected function getstatpriority: integer;
Public constructor create(aowner: tcomponent); override;
Public destructor destroy; override;
Public procedure dragevent(var info: draginfoty); override;
Public procedure beginupdate;
Public procedure endupdate;
Public function buttonatpos(const apos: pointty; const enabledonly: boolean = false): tcustomtoolbutton;

Properties

Public property buttons: ttoolbuttons read flayout.buttons write setbuttons;
Public property firstbutton: integer read ffirstbutton write setfirstbutton default 0;
Public property options: toolbaroptionsty read foptions write setoptions default [];
Public property statfile: tstatfile read fstatfile write setstatfile;
Public property statvarname: msestring read getstatvarname write fstatvarname;
Public property statpriority: integer read fstatpriority write fstatpriority default 0;
Public property onbuttonchanged: toolbuttoneventty read fonbuttonchanged write fonbuttonchanged;
Public property drag: tdragcontroller read fdragcontroller write setdragcontroller;

Description

Fields

Protected flayout: toolbarlayoutinfoty;

This item has no description.

Methods

Protected class function classskininfo: skininfoty; override;

This item has no description.

Protected procedure buttonchanged(sender: tcustomtoolbutton);

This item has no description.

Protected procedure checkvert(const asize: sizety);

This item has no description.

Protected function getseparatorwidth(): integer;

This item has no description.

Protected procedure getautopaintsize(var asize: sizety); override;

This item has no description.

Protected procedure updatelayout;

This item has no description.

Protected procedure clientrectchanged; override;

This item has no description.

Protected procedure dopaintforeground(const canvas: tcanvas); override;

This item has no description.

Protected procedure clientmouseevent(var info: mouseeventinfoty); override;

This item has no description.

Protected procedure showhint(const aid: int32; var info: hintinfoty); override;

This item has no description.

Protected function dostep(const event: stepkindty; const adelta: real; ashiftstate: shiftstatesty): boolean; override;

This item has no description.

Protected procedure doshortcut(var info: keyeventinfoty; const sender: twidget); override;

This item has no description.

Protected procedure objectchanged(const sender: tobject); override;

This item has no description.

Protected function getassistivehint(): msestring; override;

This item has no description.

Protected procedure dostatread(const reader: tstatreader); virtual;

This item has no description.

Protected procedure dostatwrite(const writer: tstatwriter); virtual;

This item has no description.

Protected procedure statreading;

This item has no description.

Protected procedure statread;

This item has no description.

Protected function getstatvarname: msestring;

This item has no description.

Protected function getstatpriority: integer;

This item has no description.

Public constructor create(aowner: tcomponent); override;

This item has no description.

Public destructor destroy; override;

This item has no description.

Public procedure dragevent(var info: draginfoty); override;

This item has no description.

Public procedure beginupdate;

This item has no description.

Public procedure endupdate;

This item has no description.

Public function buttonatpos(const apos: pointty; const enabledonly: boolean = false): tcustomtoolbutton;

This item has no description.

Properties

Public property buttons: ttoolbuttons read flayout.buttons write setbuttons;

This item has no description.

Public property firstbutton: integer read ffirstbutton write setfirstbutton default 0;

This item has no description.

Public property options: toolbaroptionsty read foptions write setoptions default [];

This item has no description.

Public property statfile: tstatfile read fstatfile write setstatfile;

This item has no description.

Public property statvarname: msestring read getstatvarname write fstatvarname;

This item has no description.

Public property statpriority: integer read fstatpriority write fstatpriority default 0;

This item has no description.

Public property onbuttonchanged: toolbuttoneventty read fonbuttonchanged write fonbuttonchanged;

This item has no description.

Public property drag: tdragcontroller read fdragcontroller write setdragcontroller;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.