util/s60pixelmetrics/pm_mapperapp.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   109     public:  // Constructors and destructor
   109     public:  // Constructors and destructor
   110 
   110 
   111         /**
   111         /**
   112         * Constructor.
   112         * Constructor.
   113         */
   113         */
   114     	CPixelMetricsMapperAppUi();
   114         CPixelMetricsMapperAppUi();
   115 
   115 
   116         /**
   116         /**
   117         * Symbian 2nd phase constructor.
   117         * Symbian 2nd phase constructor.
   118         */
   118         */
   119         void ConstructL();
   119         void ConstructL();
   120 
   120 
   121         /**
   121         /**
   122         * Destructor.
   122         * Destructor.
   123         */
   123         */
   124         ~CPixelMetricsMapperAppUi();
   124         ~CPixelMetricsMapperAppUi();
   125 
       
   126     public:
       
   127     	void DoAutoOperationL();
       
   128 
       
   129     	TBool ReadyForAutoOp() const;
       
   130 
       
   131 
   125 
   132     private: // Functions from base classes
   126     private: // Functions from base classes
   133 
   127 
   134         /**
   128         /**
   135         * From CEikAppUi.
   129         * From CEikAppUi.
   156         TFileName CreateLayoutNameL(TFileText& aFileHandle) const;
   150         TFileName CreateLayoutNameL(TFileText& aFileHandle) const;
   157 
   151 
   158     private:    // Data
   152     private:    // Data
   159 
   153 
   160         // Test view.
   154         // Test view.
   161     	CPixelMetricsMapperView* iView;
   155         CPixelMetricsMapperView* iView;
   162 
   156 
   163         CEikDialog* iDialog;
   157         CEikDialog* iDialog;
   164 
   158 
   165         TBool iFileOutputOn;
   159         TBool iFileOutputOn;
       
   160         TBool iMode;
   166 
   161 
   167         CFbsBitmap* icon;
   162         CFbsBitmap* icon;
   168         CFbsBitmap* iconMask;
   163         CFbsBitmap* iconMask;
   169 
       
   170         TBool iAutoMode;
       
   171         TBool iMode;
       
   172 
   164 
   173     };
   165     };
   174 
   166 
   175 
   167 
   176 /**
   168 /**