soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
IAccelerator Interface Reference

Interface for an accelerator key. More...

#include <SAccelerator-i.h>

Inheritance diagram for IAccelerator:
SAccelerator SHotKeyCtrl

Public Member Functions

WORD GetModifier () SCONST PURE
 Get the modifier keys of the accelerator.
 
WORD GetKey () SCONST PURE
 Get the main key of the accelerator.
 
DWORD GetAcc () SCONST PURE
 Get the accelerator key combination.
 

Detailed Description

Interface for an accelerator key.

Definition at line 24 of file SAccelerator-i.h.

Member Function Documentation

◆ GetAcc()

DWORD IAccelerator::GetAcc ( )

Get the accelerator key combination.

Returns
DWORD representing the accelerator key combination.

Implemented in SAccelerator.

◆ GetKey()

WORD IAccelerator::GetKey ( )

Get the main key of the accelerator.

Returns
WORD representing the main key.

Implemented in SAccelerator.

◆ GetModifier()

WORD IAccelerator::GetModifier ( )

Get the modifier keys of the accelerator.

Returns
WORD representing the modifier keys.

Implemented in SAccelerator.


The documentation for this interface was generated from the following file: