homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hsmenuworkerstate.cpp
changeset 39 4e8ebe173323
parent 35 f9ce957a272c
child 46 23b5d6a29cce
equal deleted inserted replaced
36:cdae8c6c3876 39:4e8ebe173323
    23 #include "hsdeletecollectionitemstate.h"
    23 #include "hsdeletecollectionitemstate.h"
    24 #include "hsmenuworkerstate.h"
    24 #include "hsmenuworkerstate.h"
    25 #include "hscollectionnamestate.h"
    25 #include "hscollectionnamestate.h"
    26 #include "hsarrangestate.h"
    26 #include "hsarrangestate.h"
    27 #include "hspreviewhswidgetstate.h"
    27 #include "hspreviewhswidgetstate.h"
       
    28 #include "hsviewappsettingsstate.h"
    28 /*!
    29 /*!
    29  \class HsMenuWorkerState
    30  \class HsMenuWorkerState
    30  \ingroup group_hsmenustateplugin
    31  \ingroup group_hsworkerstateplugin
    31  \brief Menu Worker State.
    32  \brief Menu Worker State.
    32  */
    33  */
    33 
    34 
    34 /*!
    35 /*!
    35  Constructor.
    36  Constructor.
    95     // set a transition to the initial state after child processing finished
    96     // set a transition to the initial state after child processing finished
    96     addAppsToCollectionState->addTransition(addAppsToCollectionState,
    97     addAppsToCollectionState->addTransition(addAppsToCollectionState,
    97                                             SIGNAL(finished()), mInitialState);
    98                                             SIGNAL(finished()), mInitialState);
    98 
    99 
    99     createChildState<HsPreviewHSWidgetState> (HsMenuEvent::PreviewHSWidget);
   100     createChildState<HsPreviewHSWidgetState> (HsMenuEvent::PreviewHSWidget);
       
   101     createChildState<HsViewAppSettingsState> (HsMenuEvent::ShowAppSettings);
   100 
   102 
   101     HSMENUTEST_FUNC_EXIT("HsMenuWorkerState::construct");
   103     HSMENUTEST_FUNC_EXIT("HsMenuWorkerState::construct");
   102 }
   104 }
   103 
   105 
   104 // ---------------------------------------------------------------------------
   106 // ---------------------------------------------------------------------------