messagingapp/shareui/inc/shareuiprivate.h
branchGCC_SURGE
changeset 47 5b14749788d7
parent 27 e4592d119491
parent 44 36f374c67aa8
equal deleted inserted replaced
35:a32b19fb291e 47:5b14749788d7
   123      * @param index QModelIndex
   123      * @param index QModelIndex
   124      * 
   124      * 
   125      */
   125      */
   126     void itemActivated(QModelIndex index);
   126     void itemActivated(QModelIndex index);
   127     
   127     
       
   128     /**
       
   129      * Reset internal data structures
       
   130      */
       
   131     void reset();
       
   132     
   128 private:
   133 private:
   129     /**
   134     /**
   130      * Fetch the action associated with a specified interface descriptor.
   135      * Fetch the action associated with a specified interface descriptor.
   131      * @param interfaceDescriptor Descriptor got from application manager.
   136      * @param interfaceDescriptor Descriptor got from application manager.
   132      * @return The action.
   137      * @return The action.
   183     
   188     
   184     /**
   189     /**
   185      * Show notes
   190      * Show notes
   186      */
   191      */
   187     void showNote(QString text);
   192     void showNote(QString text);
   188     
   193 
   189     /**
       
   190      * Reset internal data structures
       
   191      */
       
   192     void reset();
       
   193     
       
   194 private:
   194 private:
   195     /**
   195     /**
   196      * List of files to be sent.
   196      * List of files to be sent.
   197      */
   197      */
   198     QList<QVariant> mFileList;
   198     QList<QVariant> mFileList;