/[classpath]/classpath/native/jni/qt-peer/qtgraphics.cpp
ViewVC logotype

Diff of /classpath/native/jni/qt-peer/qtgraphics.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by robilad, Mon Aug 15 21:53:12 2005 UTC revision 1.3 by smarothy, Tue Aug 16 23:22:09 2005 UTC
# Line 119  JNIEXPORT void JNICALL Java_gnu_java_awt Line 119  JNIEXPORT void JNICALL Java_gnu_java_awt
119    painter->setRenderHint(QPainter::TextAntialiasing);    painter->setRenderHint(QPainter::TextAntialiasing);
120  }  }
121    
122    /**
123     * Deletes the QPainter
124     */
125  JNIEXPORT void JNICALL Java_gnu_java_awt_peer_qt_QtGraphics_delete  JNIEXPORT void JNICALL Java_gnu_java_awt_peer_qt_QtGraphics_delete
126  (JNIEnv *env, jobject obj)  (JNIEnv *env, jobject obj)
127  {  {
# Line 132  JNIEXPORT void JNICALL Java_gnu_java_awt Line 135  JNIEXPORT void JNICALL Java_gnu_java_awt
135      }      }
136  }  }
137    
 JNIEXPORT void JNICALL Java_gnu_java_awt_peer_qt_QtGraphics_dispose  
 (JNIEnv *env, jobject obj)  
 {  
 //   GraphicsPainter *painter = (GraphicsPainter *)getPainter( env, obj );  
 //   setNativePtr( env, obj, NULL );  
 //   if( painter )  
 //     {  
 //       if( painter->isActive() )  
 //      painter->end();  
 //       delete painter;  
 //     }  
 }  
   
138  ///////////////////////////////////////////////////////////  ///////////////////////////////////////////////////////////
139  /*  /*
140   * Sets the clip to a path.   * Sets the clip to a path.
# Line 412  JNIEXPORT void JNICALL Java_gnu_java_awt Line 402  JNIEXPORT void JNICALL Java_gnu_java_awt
402    painter->setCompositionMode( mode );    painter->setCompositionMode( mode );
403  }  }
404    
 JNIEXPORT jobject JNICALL Java_gnu_java_awt_peer_qt_QtGraphics_getFontMetrics  
 (JNIEnv *env, jobject obj, jobject font)  
 {  
 }  
   
405  /**  /**
406   * Sets the current brush to a linear gradient.   * Sets the current brush to a linear gradient.
407   */   */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26