#include <layout.h>
List of all members.
Member Enumeration Documentation
- Enumerator:
LeftPanel |
|
RightPanel |
|
CenterPanel |
|
ExtendedPanel |
|
NumPanels |
|
Constructor & Destructor Documentation
MaliitKeyboard::Layout::Layout |
( |
| ) |
|
|
explicit |
Member Function Documentation
KeyArea MaliitKeyboard::Layout::activeKeyArea |
( |
| ) |
const |
QRect MaliitKeyboard::Layout::activeKeyAreaGeometry |
( |
| ) |
const |
QVector< Key > MaliitKeyboard::Layout::activeKeys |
( |
| ) |
const |
void MaliitKeyboard::Layout::appendActiveKey |
( |
const Key & |
key | ) |
|
KeyArea MaliitKeyboard::Layout::centerPanel |
( |
| ) |
const |
QRect MaliitKeyboard::Layout::centerPanelGeometry |
( |
| ) |
const |
void MaliitKeyboard::Layout::clearActiveKeys |
( |
| ) |
|
void MaliitKeyboard::Layout::clearMagnifierKey |
( |
| ) |
|
KeyArea MaliitKeyboard::Layout::extendedPanel |
( |
| ) |
const |
QRect MaliitKeyboard::Layout::extendedPanelGeometry |
( |
| ) |
const |
QPoint MaliitKeyboard::Layout::extendedPanelOffset |
( |
| ) |
const |
QPoint MaliitKeyboard::Layout::extendedPanelOrigin |
( |
| ) |
const |
QRect MaliitKeyboard::Layout::geometry |
( |
Panel |
panel | ) |
const |
KeyArea MaliitKeyboard::Layout::leftPanel |
( |
| ) |
const |
QRect MaliitKeyboard::Layout::leftPanelGeometry |
( |
| ) |
const |
Key MaliitKeyboard::Layout::magnifierKey |
( |
| ) |
const |
QPoint MaliitKeyboard::Layout::magnifierKeyOrigin |
( |
| ) |
const |
QPoint MaliitKeyboard::Layout::origin |
( |
| ) |
const |
|
private |
QPoint MaliitKeyboard::Layout::panelOrigin |
( |
| ) |
const |
|
private |
void MaliitKeyboard::Layout::removeActiveKey |
( |
const Key & |
key | ) |
|
KeyArea MaliitKeyboard::Layout::rightPanel |
( |
| ) |
const |
QRect MaliitKeyboard::Layout::rightPanelGeometry |
( |
| ) |
const |
QSize MaliitKeyboard::Layout::screenSize |
( |
| ) |
const |
void MaliitKeyboard::Layout::setActiveKeyArea |
( |
const KeyArea & |
active | ) |
|
void MaliitKeyboard::Layout::setActivePanel |
( |
Panel |
panel | ) |
|
void MaliitKeyboard::Layout::setAlignment |
( |
Alignment |
alignment | ) |
|
void MaliitKeyboard::Layout::setCenterPanel |
( |
const KeyArea & |
center | ) |
|
void MaliitKeyboard::Layout::setExtendedPanel |
( |
const KeyArea & |
extended | ) |
|
void MaliitKeyboard::Layout::setExtendedPanelOffset |
( |
const QPoint & |
offset | ) |
|
void MaliitKeyboard::Layout::setLeftPanel |
( |
const KeyArea & |
left | ) |
|
void MaliitKeyboard::Layout::setMagnifierKey |
( |
const Key & |
key | ) |
|
void MaliitKeyboard::Layout::setOrientation |
( |
Orientation |
orientation | ) |
|
void MaliitKeyboard::Layout::setRightPanel |
( |
const KeyArea & |
right | ) |
|
void MaliitKeyboard::Layout::setScreenSize |
( |
const QSize & |
size | ) |
|
void MaliitKeyboard::Layout::setWordRibbon |
( |
const WordRibbon & |
ribbon | ) |
|
WordRibbon MaliitKeyboard::Layout::wordRibbon |
( |
| ) |
const |
QRect MaliitKeyboard::Layout::wordRibbonGeometry |
( |
| ) |
const |
Member Data Documentation
QVector<Key> MaliitKeyboard::Layout::center |
QVector<Key> MaliitKeyboard::Layout::extended |
QVector<Key> MaliitKeyboard::Layout::left |
struct { ... } MaliitKeyboard::Layout::m_active_keys |
Panel MaliitKeyboard::Layout::m_active_panel |
|
private |
Alignment MaliitKeyboard::Layout::m_alignment |
|
private |
KeyArea MaliitKeyboard::Layout::m_center |
|
private |
KeyArea MaliitKeyboard::Layout::m_extended |
|
private |
QPoint MaliitKeyboard::Layout::m_extended_panel_offset |
|
private |
KeyArea MaliitKeyboard::Layout::m_left |
|
private |
Key MaliitKeyboard::Layout::m_magnifier_key |
|
private |
QPoint MaliitKeyboard::Layout::m_magnifier_key_origin |
|
private |
QPoint MaliitKeyboard::Layout::m_origin |
|
private |
KeyArea MaliitKeyboard::Layout::m_right |
|
private |
QSize MaliitKeyboard::Layout::m_screen_size |
|
private |
QVector<Key> MaliitKeyboard::Layout::right |
The documentation for this class was generated from the following files: