src/hbcore/gui/hbwidgetbase.cpp
changeset 30 80e4d18b72f5
parent 23 e6ad4ef83b23
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
   416   The state style option consists of flags. If this widget is enabled the flag QStyle::State_Enabled is set. 
   416   The state style option consists of flags. If this widget is enabled the flag QStyle::State_Enabled is set. 
   417   If this widget is active the flag QStyle::State_Active will be set.    
   417   If this widget is active the flag QStyle::State_Active will be set.    
   418   Derived implementations should create a base call to this method.
   418   Derived implementations should create a base call to this method.
   419   
   419   
   420   This function does not call the base class implementation.
   420   This function does not call the base class implementation.
   421   \param primitiveData, pointer to the primitive data
   421   \param primitiveData pointer to the primitive data
   422   \param primitive, primitive pointer, in case there is a need to query data from the primitive (e.g. item name)
   422   \param primitive primitive pointer, in case there is a need to query data from the primitive (e.g. item name)
   423     
   423     
   424 */
   424 */
   425 void HbWidgetBase::initPrimitiveData(HbStylePrimitiveData *primitiveData, const QGraphicsObject *primitive)
   425 void HbWidgetBase::initPrimitiveData(HbStylePrimitiveData *primitiveData, const QGraphicsObject *primitive)
   426 {
   426 {
   427 
   427