[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:49:03 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 12859f9ba97c6446ed40d1bdf01261c7487d6582
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 4 02:02:40 2001 +0000

    Stubs added.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@269 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/qt/_qregion.cpp b/WebCore/kwq/qt/_qregion.cpp
index f0f752b..86640e2 100644
--- a/WebCore/kwq/qt/_qregion.cpp
+++ b/WebCore/kwq/qt/_qregion.cpp
@@ -113,6 +113,25 @@
 /*****************************************************************************
   QRegion member functions
  *****************************************************************************/
+QRegion::QRegion( const QPointArray &a, bool winding )
+{
+    fprintf (stderr,"WARNING %s:%s:%d (NOT YET IMPLEMENTED)\n", __FILE__, __FUNCTION__, __LINE__);
+}
+
+QRegion::QRegion()
+{
+    fprintf (stderr,"WARNING %s:%s:%d (NOT YET IMPLEMENTED)\n", __FILE__, __FUNCTION__, __LINE__);
+}
+
+QRegion::QRegion( bool is_null )
+{
+    fprintf (stderr,"WARNING %s:%s:%d (NOT YET IMPLEMENTED)\n", __FILE__, __FUNCTION__, __LINE__);
+}
+
+QRegion::~QRegion()
+{
+    fprintf (stderr,"WARNING %s:%s:%d (NOT YET IMPLEMENTED)\n", __FILE__, __FUNCTION__, __LINE__);
+}
 
 /*!
   Constructs a rectangular or elliptic region.
@@ -226,6 +245,40 @@ void QRegion::exec( const QByteArray &buffer, int ver )
     *this = rgn;
 }
 
+QRegion QRegion::eor( const QRegion &r ) const
+{
+    fprintf (stderr,"WARNING %s:%s:%d (NOT YET IMPLEMENTED)\n", __FILE__, __FUNCTION__, __LINE__);
+}
+
+
+QRegion QRegion::subtract( const QRegion &r ) const
+{
+    fprintf (stderr,"WARNING %s:%s:%d (NOT YET IMPLEMENTED)\n", __FILE__, __FUNCTION__, __LINE__);
+}
+
+
+QRegion QRegion::unite( const QRegion &r ) const
+{
+    fprintf (stderr,"WARNING %s:%s:%d (NOT YET IMPLEMENTED)\n", __FILE__, __FUNCTION__, __LINE__);
+}
+
+
+QRegion QRegion::copy() const
+{
+    fprintf (stderr,"WARNING %s:%s:%d (NOT YET IMPLEMENTED)\n", __FILE__, __FUNCTION__, __LINE__);
+}
+
+
+bool QRegion::isNull() const
+{
+    return data->is_null;
+}
+
+bool QRegion::contains( const QPoint &p ) const
+{
+    fprintf (stderr,"WARNING %s:%s:%d (NOT YET IMPLEMENTED)\n", __FILE__, __FUNCTION__, __LINE__);
+}
+
 
 /*****************************************************************************
   QRegion stream functions
diff --git a/WebCore/src/kwq/qt/_qregion.cpp b/WebCore/src/kwq/qt/_qregion.cpp
index f0f752b..86640e2 100644
--- a/WebCore/src/kwq/qt/_qregion.cpp
+++ b/WebCore/src/kwq/qt/_qregion.cpp
@@ -113,6 +113,25 @@
 /*****************************************************************************
   QRegion member functions
  *****************************************************************************/
+QRegion::QRegion( const QPointArray &a, bool winding )
+{
+    fprintf (stderr,"WARNING %s:%s:%d (NOT YET IMPLEMENTED)\n", __FILE__, __FUNCTION__, __LINE__);
+}
+
+QRegion::QRegion()
+{
+    fprintf (stderr,"WARNING %s:%s:%d (NOT YET IMPLEMENTED)\n", __FILE__, __FUNCTION__, __LINE__);
+}
+
+QRegion::QRegion( bool is_null )
+{
+    fprintf (stderr,"WARNING %s:%s:%d (NOT YET IMPLEMENTED)\n", __FILE__, __FUNCTION__, __LINE__);
+}
+
+QRegion::~QRegion()
+{
+    fprintf (stderr,"WARNING %s:%s:%d (NOT YET IMPLEMENTED)\n", __FILE__, __FUNCTION__, __LINE__);
+}
 
 /*!
   Constructs a rectangular or elliptic region.
@@ -226,6 +245,40 @@ void QRegion::exec( const QByteArray &buffer, int ver )
     *this = rgn;
 }
 
+QRegion QRegion::eor( const QRegion &r ) const
+{
+    fprintf (stderr,"WARNING %s:%s:%d (NOT YET IMPLEMENTED)\n", __FILE__, __FUNCTION__, __LINE__);
+}
+
+
+QRegion QRegion::subtract( const QRegion &r ) const
+{
+    fprintf (stderr,"WARNING %s:%s:%d (NOT YET IMPLEMENTED)\n", __FILE__, __FUNCTION__, __LINE__);
+}
+
+
+QRegion QRegion::unite( const QRegion &r ) const
+{
+    fprintf (stderr,"WARNING %s:%s:%d (NOT YET IMPLEMENTED)\n", __FILE__, __FUNCTION__, __LINE__);
+}
+
+
+QRegion QRegion::copy() const
+{
+    fprintf (stderr,"WARNING %s:%s:%d (NOT YET IMPLEMENTED)\n", __FILE__, __FUNCTION__, __LINE__);
+}
+
+
+bool QRegion::isNull() const
+{
+    return data->is_null;
+}
+
+bool QRegion::contains( const QPoint &p ) const
+{
+    fprintf (stderr,"WARNING %s:%s:%d (NOT YET IMPLEMENTED)\n", __FILE__, __FUNCTION__, __LINE__);
+}
+
 
 /*****************************************************************************
   QRegion stream functions

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list