phoneapp/phoneuiview2/inc/phoneaction.h
changeset 45 6b911d05207e
parent 21 92ab7f8d0eab
--- a/phoneapp/phoneuiview2/inc/phoneaction.h	Fri Jun 04 10:19:18 2010 +0100
+++ b/phoneapp/phoneuiview2/inc/phoneaction.h	Wed Jun 23 18:12:20 2010 +0300
@@ -31,6 +31,15 @@
     
 public:    
 
+    class ToolBarItem {
+    public:
+        ToolBarItem(int commandId, bool enabled) : 
+            mCommandId(commandId),mEnabled(enabled) {}
+        
+        int mCommandId;
+        bool mEnabled;
+    };
+    
     enum ActionType {
         LeftButton = 1,
         RightButton,