summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/ui/opimmainwindow.h
Side-by-side diff
Diffstat (limited to 'libopie2/opiepim/ui/opimmainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiepim/ui/opimmainwindow.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libopie2/opiepim/ui/opimmainwindow.h b/libopie2/opiepim/ui/opimmainwindow.h
index b446583..9aa0ded 100644
--- a/libopie2/opiepim/ui/opimmainwindow.h
+++ b/libopie2/opiepim/ui/opimmainwindow.h
@@ -130,2 +130,9 @@ protected:
+ void setItemNewEnabled( bool enable );
+ void setItemEditEnabled( bool enable );
+ void setItemDuplicateEnabled( bool enable );
+ void setItemDeleteEnabled( bool enable );
+ void setItemBeamEnabled( bool enable );
+ void setConfigureEnabled( bool enable );
+
private slots:
@@ -158,2 +165,3 @@ private:
QActionGroup *m_viewMenuGroup; // Action group containing default items in View menu
+ QAction *m_itemNewAction; // Add new item action
QAction *m_itemEditAction; // Edit current item action
@@ -161,2 +169,4 @@ private:
QAction *m_itemDeleteAction; // Delete current item action
+ QAction *m_itemBeamAction; // Beam current item action
+ QAction *m_configureAction; // Configure application dialog action