add Application formFactor
This commit is contained in:
parent
7a9ca96135
commit
edad4c4043
@ -105,8 +105,10 @@ enum FormFactor {
|
|||||||
referred to as a "ten foot interface".*/
|
referred to as a "ten foot interface".*/
|
||||||
Horizontal, /**< The applet is constrained vertically, but
|
Horizontal, /**< The applet is constrained vertically, but
|
||||||
can expand horizontally. */
|
can expand horizontally. */
|
||||||
Vertical /**< The applet is constrained horizontally, but
|
Vertical, /**< The applet is constrained horizontally, but
|
||||||
can expand vertically. */
|
can expand vertically. */
|
||||||
|
Application /**< The Applet lives in a plane and should be optimized to look as a full application,
|
||||||
|
for the desktop or the particular device. */
|
||||||
};
|
};
|
||||||
|
|
||||||
enum Location {
|
enum Location {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user