LibreOffice Module vcl (master) 1
Classes | Typedefs | Functions
accel.hxx File Reference
#include <config_options.h>
#include <tools/solar.h>
#include <tools/link.hxx>
#include <vcl/keycod.hxx>
#include <vcl/dllapi.h>
#include <memory>
#include <map>
#include <vector>
Include dependency graph for accel.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ImplAccelEntry
 
class  Accelerator
 

Typedefs

typedef ::std::vector< std::unique_ptr< ImplAccelEntry > > ImplAccelList
 

Functions

bool ImplGetKeyCode (KeyFuncType eFunc, sal_uInt16 &rCode1, sal_uInt16 &rCode2, sal_uInt16 &rCode3, sal_uInt16 &rCode4)
 

Typedef Documentation

◆ ImplAccelList

typedef ::std::vector< std::unique_ptr<ImplAccelEntry> > ImplAccelList

Definition at line 45 of file accel.hxx.

Function Documentation

◆ ImplGetKeyCode()

bool ImplGetKeyCode ( KeyFuncType  eFunc,
sal_uInt16 &  rCode1,
sal_uInt16 &  rCode2,
sal_uInt16 &  rCode3,
sal_uInt16 &  rCode4 
)