| Home · All Namespaces · All Classes |
A class for storing, parsing and ordering the placement information of the items. More...
#include <launcher.h>

Public Member Functions | |
| Placement () | |
| Placement (const QString &placement) | |
| Placement (int page, int position) | |
| void | setPlacement (const QString &placementString) |
| QString | toString () |
| bool | isNull () |
Public Attributes | |
| QString | location |
| int | page |
| int | position |
A class for storing, parsing and ordering the placement information of the items.
Definition at line 61 of file launcher.h.
| Launcher::Placement::Placement | ( | ) |
Definition at line 409 of file launcher.cpp.
| Launcher::Placement::Placement | ( | const QString & | placement | ) |
Definition at line 412 of file launcher.cpp.
: page(-1), position(-1) { setPlacement(placementString); }

| Launcher::Placement::Placement | ( | int | page, | |
| int | position | |||
| ) |
| bool Launcher::Placement::isNull | ( | ) | [inline] |
Definition at line 74 of file launcher.h.
| void Launcher::Placement::setPlacement | ( | const QString & | placementString | ) |
| QString Launcher::Placement::toString | ( | ) |
Definition at line 429 of file launcher.cpp.
| QString Launcher::Placement::location |
Definition at line 70 of file launcher.h.
Definition at line 71 of file launcher.h.
Definition at line 72 of file launcher.h.
| Copyright © 2010 Nokia Corporation | Generated on Thu Nov 4 2010 18:20:42 Doxygen 1.7.1 |
MeeGo Touch |