QTfrontend/ui/page/AbstractPage.h
changeset 8384 a6e7a95f3b2e
parent 8377 869f80966a77
child 8729 b19be476a2fa
equal deleted inserted replaced
8383:b557c73a7593 8384:a6e7a95f3b2e
    76         * @brief Get the desc defaut text
    76         * @brief Get the desc defaut text
    77         */
    77         */
    78         QString * getDefautDescription();
    78         QString * getDefautDescription();
    79 
    79 
    80     signals:
    80     signals:
       
    81 
    81         /**
    82         /**
    82          * @brief This signal is emitted when going back to the previous is
    83          * @brief This signal is emitted when going back to the previous is
    83          * requested - e.g. when the back-button is clicked.
    84          * requested - e.g. when the back-button is clicked.
    84          */
    85          */
    85         void goBack();
    86         void goBack();
       
    87 
       
    88         /**
       
    89          * @brief This signal is emitted when the page is displayed
       
    90          */
       
    91         void pageEnter();
       
    92 
       
    93         /**
       
    94          * @brief This signal is emitted when this page is left
       
    95          */
       
    96         void pageLeave();
       
    97 
       
    98     public slots:
       
    99 
       
   100         /**
       
   101          * @brief This slot is called to trigger this page's pageEnter signal
       
   102          */
       
   103         void triggerPageEnter();
       
   104 
       
   105         /**
       
   106          * @brief This slot is called to trigger this page's pageLeave signal
       
   107          */
       
   108         void triggerPageLeave();
    86 
   109 
    87     protected:
   110     protected:
    88         /**
   111         /**
    89          * @brief Class constructor
   112          * @brief Class constructor
    90          *
   113          *