type TCEFLinuxOSRIMEHandler = class(TObject)
This item has no description.
| Protected | FPanel: TCustomPanel; |
| Protected | FForm: TCustomForm; |
| Protected | FHasFocus: boolean; |
| 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); |
| Public | property Initialized : boolean read GetInitialized; |
| Public | property HasFocus : boolean read FHasFocus; |
| Public | property Panel : TCustomPanel read FPanel write SetPanel; |
| Protected | FPanel: TCustomPanel; |
|
This item has no description. | |
| Protected | FForm: TCustomForm; |
|
This item has no description. | |
| Protected | FHasFocus: boolean; |
|
This item has no description. | |
| 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. | |
| 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. | |