camerauis/cameraxui/cxui/src/cxuiapplicationstate.cpp
changeset 48 42ba2d16bf40
parent 37 64817133cd1d
child 58 ddba9caa7f32
equal deleted inserted replaced
37:64817133cd1d 48:42ba2d16bf40
    30 /*!
    30 /*!
    31 * Constructor.
    31 * Constructor.
    32 */
    32 */
    33 CxuiApplicationState::CxuiApplicationState(CxuiApplication &application,
    33 CxuiApplicationState::CxuiApplicationState(CxuiApplication &application,
    34                                            CxeSettings &settings,
    34                                            CxeSettings &settings,
    35                                            CxuiCaptureKeyHandler &keyHandler,
       
    36                                            CxuiDocumentLoader *documentLoader)
    35                                            CxuiDocumentLoader *documentLoader)
    37     : mState(Background), mApplicationMonitor(NULL), mErrorManager(NULL), mEventLog(NULL)
    36     : mState(Background), mApplicationMonitor(NULL), mErrorManager(NULL), mEventLog(NULL)
    38 {
    37 {
    39     mApplicationMonitor = new CxuiApplicationFrameworkMonitor(application, settings);
    38     mApplicationMonitor = new CxuiApplicationFrameworkMonitor(application, settings);
    40     mErrorManager = new CxuiErrorManager(documentLoader);
    39     mErrorManager = new CxuiErrorManager(documentLoader);