Maliit Plugins
0.92.5
|
#include <tagrow.h>
Public Types | |
enum | Height { Small, Medium, Large, XLarge, XXLarge } |
typedef QList< TagRowElementPtr > | TagRowElements |
Public Member Functions | |
TagRow (Height height) | |
Height | height () const |
const TagRowElements | elements () const |
void | appendElement (const TagRowElementPtr &element) |
bool | operator== (const TagRow &other) |
Private Attributes | |
const Height | m_height |
TagRowElements | m_elements |
typedef QList<TagRowElementPtr> MaliitKeyboard::TagRow::TagRowElements |
MaliitKeyboard::TagRow::TagRow | ( | Height | height | ) |
void MaliitKeyboard::TagRow::appendElement | ( | const TagRowElementPtr & | element | ) |
const TagRow::TagRowElements MaliitKeyboard::TagRow::elements | ( | ) | const |
TagRow::Height MaliitKeyboard::TagRow::height | ( | ) | const |
bool MaliitKeyboard::TagRow::operator== | ( | const TagRow & | other | ) |
|
private |
|
private |