src/hbcore/gui/hbactionmanager_p.h
changeset 2 06ff229162e9
parent 0 16d8024aca5e
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    57     };
    57     };
    58 
    58 
    59     HbActionManager(HbView::ActionContainer container, QObject *parent, HbMainWindow *mainWindow);
    59     HbActionManager(HbView::ActionContainer container, QObject *parent, HbMainWindow *mainWindow);
    60     ~HbActionManager();
    60     ~HbActionManager();
    61 
    61 
    62     int position(QAction *action, QList<QAction *> actions) const;
    62     int position(QAction *action, QList<QAction *> actions, int maxPos = -1) const;
    63     void addItem(HbAction::CommandRole role);
    63     void addItem(HbAction::CommandRole role);
    64     QAction *orderedAction(int index, QList<QAction *> actions);
    64     QAction *orderedAction(int index, QList<QAction *> actions);
    65 
    65 
    66 public slots:
    66 public slots:
    67     void orientationAboutToChange();
    67     void orientationAboutToChange();