Class TCEFLinuxOSRIMEHandler

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCEFLinuxOSRIMEHandler = class(TObject)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected FPanel: TCustomPanel;
Protected FForm: TCustomForm;
Protected FHasFocus: boolean;

Methods

Protected function GetInitialized: boolean;
Protected procedure SetPanel(aValue : TCustomPanel);
Public constructor Create(aPanel : TCustomPanel);
Public destructor Destroy; override;
Public function CreateContext: boolean;
Public procedure DestroyContext;
Public procedure SetClientWindow;
Public procedure ResetClientWindow;
Public function ConnectSignals: boolean;
Public procedure Focus;
Public procedure Blur;
Public procedure Reset;
Public procedure SetCursorLocation(X, Y: integer);

Properties

Public property Initialized : boolean read GetInitialized;
Public property HasFocus : boolean read FHasFocus;
Public property Panel : TCustomPanel read FPanel write SetPanel;

Description

Fields

Protected FPanel: TCustomPanel;

This item has no description.

Protected FForm: TCustomForm;

This item has no description.

Protected FHasFocus: boolean;

This item has no description.

Methods

Protected function GetInitialized: boolean;

This item has no description.

Protected procedure SetPanel(aValue : TCustomPanel);

This item has no description.

Public constructor Create(aPanel : TCustomPanel);

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public function CreateContext: boolean;

This item has no description.

Public procedure DestroyContext;

This item has no description.

Public procedure SetClientWindow;

This item has no description.

Public procedure ResetClientWindow;

This item has no description.

Public function ConnectSignals: boolean;

This item has no description.

Public procedure Focus;

This item has no description.

Public procedure Blur;

This item has no description.

Public procedure Reset;

This item has no description.

Public procedure SetCursorLocation(X, Y: integer);

This item has no description.

Properties

Public property Initialized : boolean read GetInitialized;

This item has no description.

Public property HasFocus : boolean read FHasFocus;

This item has no description.

Public property Panel : TCustomPanel read FPanel write SetPanel;

This item has no description.


Generated by PasDoc 1.0.4.