KWin
Loading...
Searching...
No Matches
Classes | Public Slots | Signals | Public Member Functions | List of all members
KWin::KeyboardLayoutDBusInterface Class Reference

#include <keyboard_layout.h>

Inheritance diagram for KWin::KeyboardLayoutDBusInterface:

Classes

struct  LayoutNames
 

Public Slots

void switchToNextLayout ()
 
void switchToPreviousLayout ()
 
bool setLayout (uint index)
 
uint getLayout () const
 
QList< LayoutNamesgetLayoutsList () const
 

Signals

void layoutChanged (uint index)
 
void layoutListChanged ()
 

Public Member Functions

 KeyboardLayoutDBusInterface (Xkb *xkb, const KConfigGroup &configGroup, KeyboardLayout *parent)
 
 ~KeyboardLayoutDBusInterface () override
 

Detailed Description

Definition at line 71 of file keyboard_layout.h.

Constructor & Destructor Documentation

◆ KeyboardLayoutDBusInterface()

KWin::KeyboardLayoutDBusInterface::KeyboardLayoutDBusInterface ( Xkb * xkb,
const KConfigGroup & configGroup,
KeyboardLayout * parent )
explicit

Definition at line 201 of file keyboard_layout.cpp.

◆ ~KeyboardLayoutDBusInterface()

KWin::KeyboardLayoutDBusInterface::~KeyboardLayoutDBusInterface ( )
override

Definition at line 215 of file keyboard_layout.cpp.

Member Function Documentation

◆ getLayout

uint KWin::KeyboardLayoutDBusInterface::getLayout ( ) const
slot

Definition at line 240 of file keyboard_layout.cpp.

◆ getLayoutsList

QList< KeyboardLayoutDBusInterface::LayoutNames > KWin::KeyboardLayoutDBusInterface::getLayoutsList ( ) const
slot

Definition at line 245 of file keyboard_layout.cpp.

◆ layoutChanged

void KWin::KeyboardLayoutDBusInterface::layoutChanged ( uint index)
signal

◆ layoutListChanged

void KWin::KeyboardLayoutDBusInterface::layoutListChanged ( )
signal

◆ setLayout

bool KWin::KeyboardLayoutDBusInterface::setLayout ( uint index)
slot

Definition at line 230 of file keyboard_layout.cpp.

◆ switchToNextLayout

void KWin::KeyboardLayoutDBusInterface::switchToNextLayout ( )
slot

Definition at line 220 of file keyboard_layout.cpp.

◆ switchToPreviousLayout

void KWin::KeyboardLayoutDBusInterface::switchToPreviousLayout ( )
slot

Definition at line 225 of file keyboard_layout.cpp.


The documentation for this class was generated from the following files: