Fix typos in comments of tabbox (Krazy issue 28).
svn path=/trunk/KDE/kdebase/workspace/; revision=1023737
This commit is contained in:
parent
8244e7644f
commit
eb95fc7cba
3 changed files with 6 additions and 6 deletions
|
@ -70,7 +70,7 @@ class ClientItemDelegate
|
|||
* @param option The current QStyleOptionViewItem
|
||||
* @param index The current QModelIndex - unused should be removed
|
||||
* @param element The current ItemLayoutConfigRowElement
|
||||
* @param x The left x positon for drawing the text
|
||||
* @param x The left x position for drawing the text
|
||||
* @param y The top y position for drawing the text
|
||||
* @param rowHeight The height of the current rendered row
|
||||
* @param text The text which should be drawn
|
||||
|
@ -82,7 +82,7 @@ class ClientItemDelegate
|
|||
* Calculates the size hint of given text.
|
||||
* This method is used to calculate the maximum size of a row.
|
||||
* @param index The current model index
|
||||
* @param element The ItemLayoutConfigRowElement defining how the text has to be layed out.
|
||||
* @param element The ItemLayoutConfigRowElement defining how the text has to be laid out.
|
||||
* @param text The text whose size has to be calculated
|
||||
* @return The size of the given text if it would be rendered
|
||||
*/
|
||||
|
|
|
@ -67,7 +67,7 @@ class DesktopItemDelegate
|
|||
* @param painter The painter to paint the text
|
||||
* @param option The current QStyleOptionViewItem
|
||||
* @param element The current ItemLayoutConfigRowElement
|
||||
* @param x The left x positon for drawing the text
|
||||
* @param x The left x position for drawing the text
|
||||
* @param y The top y position for drawing the text
|
||||
* @param rowHeight The height of the current rendered row
|
||||
* @param text The text which should be drawn
|
||||
|
@ -86,7 +86,7 @@ class DesktopItemDelegate
|
|||
* Calculates the size hint of given text.
|
||||
* This method is used to calculate the maximum size of a row.
|
||||
* @param index The current model index
|
||||
* @param element The ItemLayoutConfigRowElement defining how the text has to be layed out.
|
||||
* @param element The ItemLayoutConfigRowElement defining how the text has to be laid out.
|
||||
* @param text The text whose size has to be calculated
|
||||
* @return The size of the given text if it would be rendered
|
||||
*/
|
||||
|
|
|
@ -148,7 +148,7 @@ class TabBoxHandler : public QObject
|
|||
* <LI>The client won't be added if it has modal dialogs</LI>
|
||||
* <LI>In that case the modal dialog will be returned if it isn't already
|
||||
* included</LI>
|
||||
* <LI>Won't be added if it isn't on active screen when using seperate
|
||||
* <LI>Won't be added if it isn't on active screen when using separate
|
||||
* screen focus</LI>
|
||||
* </UL>
|
||||
* @param client The client to be checked for inclusion
|
||||
|
@ -240,7 +240,7 @@ class TabBoxHandler : public QObject
|
|||
int currentSelectedDesktop() const;
|
||||
|
||||
/**
|
||||
* Handles additonal grabbed key events by the TabBox controller.
|
||||
* Handles additional grabbed key events by the TabBox controller.
|
||||
* It is able to handle cursor key presses and to find the item
|
||||
* left/right/above/below of current item.
|
||||
* @param event The key event which has been grabbed
|
||||
|
|
Loading…
Reference in a new issue