javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/graphics/qt/graphicscontextimpl.h
changeset 80 d6dafc5d983f
parent 35 85266cc22c7f
--- a/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/graphics/qt/graphicscontextimpl.h	Mon Oct 04 11:29:25 2010 +0300
+++ b/javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/graphics/qt/graphicscontextimpl.h	Fri Oct 15 12:29:39 2010 +0300
@@ -104,6 +104,14 @@
     virtual void saveSettings();
     virtual void restoreSettings();
 
+    /**
+    * Returns trasformed image
+    *
+    * @param image image to perform transformation on
+    * @param manuplation indicates what kind of transformation is needed
+    */
+    QImage doTransform(QImage image, int manipulation);
+
 private:
 
     /**
@@ -135,14 +143,6 @@
     bool isPtrWithinRange(const int* aStartPtr, const int* aEndPtr, const int* aPrt);
 
     /**
-     * Returns trasformed image
-     *
-     * @param image image to perform transformation on
-     * @param manuplation indicates what kind of transformation is needed
-     */
-
-    QImage doTransform(QImage image, int manipulation);
-    /**
      * Performs clean for graphicsContext, i.e. deletes all allocations
      * and resets state.
      */