equal
deleted
inserted
replaced
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 // --------------------------------------------------------------------------- |