Maliit Plugins  0.92.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator
Namespaces | Classes | Typedefs | Enumerations | Functions
MaliitKeyboard Namespace Reference

Namespaces

namespace  CoreUtils
namespace  Logic
namespace  Model
namespace  Setup
namespace  Utils

Classes

class  KeyAreaConverter
class  KeyboardLoaderPrivate
class  KeyboardLoader
class  LayoutUpdaterPrivate
class  LayoutUpdater
class  AbstractStateMachine
class  DeadkeyMachinePrivate
class  DeadkeyMachine
class  ShiftMachine
class  ViewMachine
class  StylePrivate
 The private Style data.
class  Style
class  Area
class  Font
class  Key
class  KeyArea
struct  Keyboard
struct  KeyDescription
class  Label
class  Layout
class  StyleAttributes
class  WordCandidate
class  WordRibbon
class  LayoutParser
class  TagBinding
class  TagKey
class  TagKeyboard
class  TagLayout
class  TagRow
class  TagRowElement
class  TagSection
class  TagSpacer
class  Editor
class  BackgroundBuffer
class  InputMethodPrivate
class  InputMethod
class  AbstractBackgroundBuffer
class  AbstractFeedback
class  AbstractTextEditorPrivate
struct  EditorOptions
class  AbstractTextEditor
class  GlassPrivate
class  Glass
class  GraphicsViewPrivate
class  GraphicsView
class  KeyAreaItem
class  KeyItem
class  NullFeedback
class  RendererPrivate
class  Renderer
class  SoundFeedbackPrivate
class  SoundFeedback
class  WordRibbonItem
class  DashboardEditor
class  DashboardPrivate
class  Dashboard

Typedefs

typedef QSharedPointer< StyleSharedStyle
typedef QSharedPointer< LayoutSharedLayout
typedef QSharedPointer
< TagBinding
TagBindingPtr
typedef QSharedPointer< TagKeyTagKeyPtr
typedef QSharedPointer
< TagKeyboard
TagKeyboardPtr
typedef QSharedPointer< TagLayoutTagLayoutPtr
typedef QSharedPointer< TagRowTagRowPtr
typedef QSharedPointer
< TagRowElement
TagRowElementPtr
typedef QSharedPointer
< TagSection
TagSectionPtr
typedef QSharedPointer< TagSpacerTagSpacerPtr

Enumerations

enum  EffectIndex {
  KeyPressEffect, KeyReleaseEffect, LayoutChangeEffect, KeyboardHideEffect,
  EffectsCount
}

Functions

bool operator== (const Area &lhs, const Area &rhs)
bool operator!= (const Area &lhs, const Area &rhs)
bool operator== (const Key &lhs, const Key &rhs)
bool operator!= (const Key &lhs, const Key &rhs)
bool operator== (const KeyArea &lhs, const KeyArea &rhs)
bool operator!= (const KeyArea &lhs, const KeyArea &rhs)
bool operator== (const Label &lhs, const Label &rhs)
bool operator!= (const Label &lhs, const Label &rhs)
bool operator== (const WordCandidate &lhs, const WordCandidate &rhs)
bool operator!= (const WordCandidate &lhs, const WordCandidate &rhs)
bool operator== (const WordRibbon &lhs, const WordRibbon &rhs)
bool operator!= (const WordRibbon &lhs, const WordRibbon &rhs)

Typedef Documentation

typedef QSharedPointer<Layout> MaliitKeyboard::SharedLayout
typedef QSharedPointer<Style> MaliitKeyboard::SharedStyle
typedef QSharedPointer<TagBinding> MaliitKeyboard::TagBindingPtr
typedef QSharedPointer<TagKey> MaliitKeyboard::TagKeyPtr
typedef QSharedPointer<TagLayout> MaliitKeyboard::TagLayoutPtr
typedef QSharedPointer<TagRow> MaliitKeyboard::TagRowPtr
typedef QSharedPointer<TagSection> MaliitKeyboard::TagSectionPtr
typedef QSharedPointer<TagSpacer> MaliitKeyboard::TagSpacerPtr

Enumeration Type Documentation

Enumerator:
KeyPressEffect 
KeyReleaseEffect 
LayoutChangeEffect 
KeyboardHideEffect 
EffectsCount 

Function Documentation

bool MaliitKeyboard::operator!= ( const Label &  lhs,
const Label &  rhs 
)
bool MaliitKeyboard::operator!= ( const Area &  lhs,
const Area &  rhs 
)
bool MaliitKeyboard::operator!= ( const KeyArea &  lhs,
const KeyArea &  rhs 
)
bool MaliitKeyboard::operator!= ( const WordRibbon &  lhs,
const WordRibbon &  rhs 
)
bool MaliitKeyboard::operator!= ( const WordCandidate &  lhs,
const WordCandidate &  rhs 
)
bool MaliitKeyboard::operator!= ( const Key &  lhs,
const Key &  rhs 
)
bool MaliitKeyboard::operator== ( const Area &  lhs,
const Area &  rhs 
)
bool MaliitKeyboard::operator== ( const Label &  lhs,
const Label &  rhs 
)
bool MaliitKeyboard::operator== ( const KeyArea &  lhs,
const KeyArea &  rhs 
)
bool MaliitKeyboard::operator== ( const WordRibbon &  lhs,
const WordRibbon &  rhs 
)
bool MaliitKeyboard::operator== ( const WordCandidate &  lhs,
const WordCandidate &  rhs 
)
bool MaliitKeyboard::operator== ( const Key &  lhs,
const Key &  rhs 
)