javauis/lcdui_akn/lcdui/inc/CMIDForm.h
branchRCL_3
changeset 83 26b2b12093af
parent 71 d5e927d5853b
--- a/javauis/lcdui_akn/lcdui/inc/CMIDForm.h	Wed Sep 15 12:05:25 2010 +0300
+++ b/javauis/lcdui_akn/lcdui/inc/CMIDForm.h	Wed Oct 13 14:23:59 2010 +0300
@@ -393,9 +393,9 @@
     static TBool IsStringItemButton(CMIDControlItem& aControlItem);
     static TBool IsCustomItem(CMIDControlItem& aControlItem);
     static TBool IsGaugeItem(CMIDControlItem& aControlItem);
+    static TBool IsInteractiveGaugeItem(CMIDControlItem& aControlItem);
     static TBool IsTextFieldItem(CMIDControlItem& aControlItem);
     static TBool IsChoiceGroup(CMIDControlItem& aControlItem);
-    static TBool IsPopupChoiceGroup(CMIDControlItem& aControlItem);
     static TBool IsDateField(CMIDControlItem& aControlItem);
     static TBool IsLabelContainerItem(CMIDControlItem& aControlItem);
     static TBool IsSpacerUsedForFormatting(CMIDControlItem& aControlItem);
@@ -404,8 +404,6 @@
 #ifdef RD_JAVA_S60_RELEASE_9_2
 public:
     void PostPendingUpEventL();
-    TInt FormRowIndex(CMIDFormRow* aRow);
-    CMIDFormRow* FormRow(TInt aIndex);
 #endif // RD_JAVA_S60_RELEASE_9_2
 
 private:
@@ -596,6 +594,8 @@
     // Storing index to last pointed control
     // before Form layout is performed
     TInt iLastPointedControl;
+
+    TInt iLastGaugeValue;
 };
 
 inline void CMIDForm::Dispose()