Maliit Plugins
0.92.5
|
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< Style > | SharedStyle |
typedef QSharedPointer< Layout > | SharedLayout |
typedef QSharedPointer < TagBinding > | TagBindingPtr |
typedef QSharedPointer< TagKey > | TagKeyPtr |
typedef QSharedPointer < TagKeyboard > | TagKeyboardPtr |
typedef QSharedPointer< TagLayout > | TagLayoutPtr |
typedef QSharedPointer< TagRow > | TagRowPtr |
typedef QSharedPointer < TagRowElement > | TagRowElementPtr |
typedef QSharedPointer < TagSection > | TagSectionPtr |
typedef QSharedPointer< TagSpacer > | TagSpacerPtr |
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 QSharedPointer<Layout> MaliitKeyboard::SharedLayout |
typedef QSharedPointer<Style> MaliitKeyboard::SharedStyle |
typedef QSharedPointer<TagBinding> MaliitKeyboard::TagBindingPtr |
typedef QSharedPointer<TagKeyboard> MaliitKeyboard::TagKeyboardPtr |
typedef QSharedPointer<TagKey> MaliitKeyboard::TagKeyPtr |
typedef QSharedPointer<TagLayout> MaliitKeyboard::TagLayoutPtr |
typedef QSharedPointer<TagRowElement> MaliitKeyboard::TagRowElementPtr |
typedef QSharedPointer<TagRow> MaliitKeyboard::TagRowPtr |
typedef QSharedPointer<TagSection> MaliitKeyboard::TagSectionPtr |
typedef QSharedPointer<TagSpacer> MaliitKeyboard::TagSpacerPtr |
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 | ||
) |