Maliit Plugins
0.92.5
|
#include <taglayout.h>
Public Types | |
enum | LayoutType { General, Url, Email, Number, PhoneNumber, Common } |
enum | LayoutOrientation { Landscape, Portrait } |
typedef QList< TagSectionPtr > | TagSections |
Public Member Functions | |
TagLayout (LayoutType type, LayoutOrientation orientation, bool uniform_font_size) | |
LayoutType | type () const |
LayoutOrientation | orientation () const |
bool | uniform_font_size () const |
const TagSections | sections () const |
void | appendSection (const TagSectionPtr §ion) |
bool | operator== (const TagLayout &other) const |
Private Attributes | |
const LayoutType | m_type |
const LayoutOrientation | m_orientation |
const bool | m_uniform_font_size |
TagSections | m_sections |
typedef QList<TagSectionPtr> MaliitKeyboard::TagLayout::TagSections |
MaliitKeyboard::TagLayout::TagLayout | ( | LayoutType | type, |
LayoutOrientation | orientation, | ||
bool | uniform_font_size | ||
) |
void MaliitKeyboard::TagLayout::appendSection | ( | const TagSectionPtr & | section | ) |
bool MaliitKeyboard::TagLayout::operator== | ( | const TagLayout & | other | ) | const |
TagLayout::LayoutOrientation MaliitKeyboard::TagLayout::orientation | ( | ) | const |
const TagLayout::TagSections MaliitKeyboard::TagLayout::sections | ( | ) | const |
TagLayout::LayoutType MaliitKeyboard::TagLayout::type | ( | ) | const |
bool MaliitKeyboard::TagLayout::uniform_font_size | ( | ) | const |
|
private |
|
private |
|
private |
|
private |