src/hbcore/core/hbnamespace.cpp
changeset 5 627c4a0fd0e7
parent 3 11d3954df52a
child 7 923ff622b8b9
--- a/src/hbcore/core/hbnamespace.cpp	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbcore/core/hbnamespace.cpp	Fri Jun 11 13:58:22 2010 +0300
@@ -42,7 +42,7 @@
     Navigation action for quitting the application.
 */
 
-/*! \var Hb::NavigationAction Hb::BackNaviAction 
+/*! \var Hb::NavigationAction Hb::BackNaviAction
     Navigation action for back.
 */
 
@@ -80,7 +80,7 @@
 */
 
 /*! \var Hb::UiAttribute Hb::Ui_NoAttributes
-    No UI attributes. 
+    No UI attributes.
 */
 
 /*! \var Hb::UiAttribute Hb::Ui_VisibleInTouch
@@ -90,10 +90,10 @@
 /*! \var Hb::UiAttribute Hb::Ui_VisibleInNonTouch
     The visibility of an UI component in non-touch device.
 */
- 
- /*!
-    \enum TouchGesture
-    Enum that for different touch gestures.
+
+/*!
+   \enum TouchGesture
+   Enum that for different touch gestures.
 */
 
 /*! \var Hb::TouchGesture Hb::Tap
@@ -103,10 +103,10 @@
     Long press.
 */
 /*! \var Hb::TouchGesture Hb::Pan
-     Panning gesture. 
+     Panning gesture.
 */
 /*! \var Hb::TouchGesture Hb::Flick
-    Flicking gesture. 
+    Flicking gesture.
 */
 
 /*!
@@ -115,11 +115,11 @@
     This enum describes the item data roles in LibHb.
 */
 /*! \var Hb::ItemDataRole Hb::ItemTypeRole
-    This role specifies the type of the model item. If no type is specified StandardItem type is 
+    This role specifies the type of the model item. If no type is specified StandardItem type is
     used.
 */
 /*! \var Hb::ItemDataRole Hb::UserRole
-    The first role that can be used for application-specific purposes. 
+    The first role that can be used for application-specific purposes.
 */
 
 /*!
@@ -135,7 +135,7 @@
     This is the parent item type. Parent item is an item that has or can have child items.
 */
 /*! \var Hb::ModelItemType Hb::UserItem
-    The first item type that can be used for application-specific purposes. 
+    The first item type that can be used for application-specific purposes.
 */
 
 /*!
@@ -166,12 +166,12 @@
     In practice this means that virtual keyboard is not closed if focus is changed from editor to this widget.
 */
 
- /*!
-    \enum ListContentType
-        LibHb's predefined (list) item content types.
+/*!
+   \enum ListContentType
+       LibHb's predefined (list) item content types.
 
-        This enum describes the (list) item content types available in LibHb.
-     */
+       This enum describes the (list) item content types available in LibHb.
+    */
 
 /*!
     \enum ListItemColumn
@@ -187,24 +187,24 @@
         This enum describes the (list) item content visibility values available in LibHb.
      */
 
- /*!
-    \enum SceneItem
-        LibHb's built-in scene items.
+/*!
+   \enum SceneItem
+       LibHb's built-in scene items.
 
-        This enum describes the scene items available in LibHb.
-     */
+       This enum describes the scene items available in LibHb.
+    */
 
- /*!
-    \enum ResourceType
-        Resource types.
+/*!
+   \enum ResourceType
+       Resource types.
 
-        This enum describes the available types of resources in LibHb.
-     */
+       This enum describes the available types of resources in LibHb.
+    */
 
 /*!
     \enum WindowFlag
         HbMainWindow's window flags.
-        
+
         This enum describes the window flags which could be set to HbMainWindow.
  */
 
@@ -213,10 +213,10 @@
 */
 
 /*! \var Hb::WindowFlag Hb::WindowFlagTransparent
-    Indicates that HbMainWindow should use alpha blending for composition. 
+    Indicates that HbMainWindow should use alpha blending for composition.
     With this flag you can have transparent areas in UI. Setting this flag will
     cause HbMainWindow to set Qt::FramelessWindowHint to it's flags and
-    Qt::WA_TranslucentBackground to it's attributes. 
+    Qt::WA_TranslucentBackground to it's attributes.
 */
 
 /*! \var Hb::WindowFlag Hb::WindowFlagNoBackground
@@ -225,13 +225,13 @@
 */
 
 /*! \var Hb::WindowFlag Hb::WindowFlagFixedVertical
-    Indicates that the application uses vertical orientation at startup. If flag is not 
+    Indicates that the application uses vertical orientation at startup. If flag is not
     used or both WindowFlagFixedVertical and WindowFlagFixedHorizontal are used at the same time,
     both flags are ignored and the orientation is managed automatically based on hw sensors.
 */
 
 /*! \var Hb::WindowFlag Hb::WindowFlagFixedHorizontal
-    Indicates that the application uses horizontal orientation at startup. If flag is not 
+    Indicates that the application uses horizontal orientation at startup. If flag is not
     used or both WindowFlagFixedVertical and WindowFlagFixedHorizontal are used at the same time,
     both flags are ignored and the orientation is managed automatically based on hw sensors.
 */
@@ -300,7 +300,7 @@
 
   The view switch effect is applied not just to the view's content but also other
   decorators, e.g. the titlebar, the toolbar, etc. The background is not included.
-  
+
   This flag automatically implies ViewSwitchSequential.
 */
 
@@ -324,11 +324,11 @@
 
   Forces the usage of the "show_alt" and "hide_alt" (also "show_alt_back" and "hide_alt_back")
   events instead of "show" and "hide" (even when combined with other flags).
-  
+
   This flag is typically used when the alternative default effect is wanted, which is typically
   a flip effect (although it is not guaranteed to be that for every theme).
 
-  The alternative effects can be overriden using HbEffect::add() just like the normal ones.
+  The alternative effects can be overridden using HbEffect::add() just like the normal ones.
 
   This flag automatically implies ViewSwitchSequential. (the default effect is parallel, the alternative is sequential)
 */
@@ -568,11 +568,11 @@
     \var Hb::ActivationReason Hb::ActivationReasonService
     Application was started as QtHighway service.
  */
- 
+
 /*!
     \var Hb::ActivationReason Hb::ActivationReasonNormal
     Application was started by other means.
- */ 
+ */
 
 /*!
     \enum Hb::BackgroundImageMode
@@ -582,7 +582,7 @@
 
 /*!
     \var Hb::BackgroundImageMode Hb::ScaleBackgroundToFit
-    
+
     The background image is scaled to cover the entire available area. The
     aspect ratio is kept (by expanding the size if needed). The image is
     centered in the available area.
@@ -590,7 +590,7 @@
 
 /*!
     \var Hb::BackgroundImageMode Hb::ScaleBackgroundToFitWithoutExpanding
-    
+
     The background image is scaled to cover most of the available area. The
     aspect ratio is kept (without expanding) so the image may not occupy the
     entire available area. The image is centered in the available area.
@@ -598,7 +598,7 @@
 
 /*!
     \var Hb::BackgroundImageMode Hb::StretchBackgroundToFit
-    
+
     The background image is stretched to cover the entire available area.
  */