LunaSysMgr
|
Classes | |
struct | Position |
struct | GridPosition |
Functions | |
void | initConstants (int qlMinWidth, int qlMinHeight) |
void | setNewQuicklaunchWidth (int width) |
int | maxNumColumns () |
QRect | iconBounds (const QPoint &position) |
QRect | iconBounds (int i, int numIcons) |
QRect | iconSlotBounds (int i, int numIcons) |
int | maxNumColumnsAllowed () |
Variables | |
int | QuicklaunchWidth |
int | QuicklaunchHeight |
int | gIconYPos |
int | gIconHeight |
internal Y position of icons in the QL More... | |
int | gIconWidth |
the height of the icon - cannot exceed gItemIconHeight More... | |
QRect QuicklaunchLayout::iconBounds | ( | const QPoint & | position | ) |
initialize the constants for this platform
initialze the constants for this platform
int QuicklaunchLayout::maxNumColumns | ( | ) |
int QuicklaunchLayout::maxNumColumnsAllowed | ( | ) |
void QuicklaunchLayout::setNewQuicklaunchWidth | ( | int | width | ) |
int QuicklaunchLayout::gIconHeight |
internal Y position of icons in the QL
int QuicklaunchLayout::gIconWidth |
the height of the icon - cannot exceed gItemIconHeight
int QuicklaunchLayout::gIconYPos |
int QuicklaunchLayout::QuicklaunchHeight |
int QuicklaunchLayout::QuicklaunchWidth |