src/hbcore/indicatorplugins/hbindicatorinterface.cpp
changeset 28 b7da29130b0e
parent 5 627c4a0fd0e7
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
   168     The class should emit this signal, when client needs to be notified of the
   168     The class should emit this signal, when client needs to be notified of the
   169     user interaction.
   169     user interaction.
   170     @param data Data sent by indicator.
   170     @param data Data sent by indicator.
   171 */
   171 */
   172 
   172 
       
   173 /// \cond
   173 class HbIndicatorInterfacePrivate
   174 class HbIndicatorInterfacePrivate
   174 {
   175 {
   175 public:
   176 public:
   176     HbIndicatorInterfacePrivate()
   177     HbIndicatorInterfacePrivate()
   177     {
   178     {
   189 public:
   190 public:
   190     QString indicatorType;
   191     QString indicatorType;
   191     HbIndicatorInterface::Category category;
   192     HbIndicatorInterface::Category category;
   192     HbIndicatorInterface::InteractionTypes interactionTypes;
   193     HbIndicatorInterface::InteractionTypes interactionTypes;
   193 };
   194 };
       
   195 /// \endcond
   194 
   196 
   195 /*!
   197 /*!
   196     Destructor
   198     Destructor
   197 */
   199 */
   198 HbIndicatorInterface::~HbIndicatorInterface()
   200 HbIndicatorInterface::~HbIndicatorInterface()