ui/viewmanagement/viewmanager/inc/glxviewmanager.h
changeset 58 383b67fbdb11
parent 54 0f0f3f26f787
child 71 27f2d7aec52a
equal deleted inserted replaced
54:0f0f3f26f787 58:383b67fbdb11
   132     /**
   132     /**
   133      *  emit the user action
   133      *  emit the user action
   134      */
   134      */
   135     void actionTriggered(qint32 id);
   135     void actionTriggered(qint32 id);
   136     void externalCommand(int cmdId);
   136     void externalCommand(int cmdId);
   137     void applicationReady();
       
   138 
   137 
   139 public slots:
   138 public slots:
   140     /**
   139     /**
   141      *  This public slot is used to launch the view
   140      *  This public slot is used to launch the view
   142      */
   141      */
   182      *  This will open the item specifc Menu
   181      *  This will open the item specifc Menu
   183      */    
   182      */    
   184     void itemSpecificMenuTriggered(qint32,QPointF );
   183     void itemSpecificMenuTriggered(qint32,QPointF );
   185     
   184     
   186     void handleReadyView();
   185     void handleReadyView();
   187 protected:
       
   188 	
   186 	
   189 private slots:
   187 private slots:
   190 
   188 
   191    void checkMarked();
   189    void checkMarked();
   192    void hideProgressDialog();
   190    void hideProgressDialog();