[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/ksvg2/bindings/idl/svg (silent)
From:       Rob Buis <rwlbuis () xs4all ! nl>
Date:       2005-07-31 21:02:00
Message-ID: 1122843720.492956.23671.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 441756 by buis:

SVN_SILENT: adding [nodptr] construction, because the matching impl classes really have no d ptr...


 M  +1 -1      SVGAnimatedPoints.idl  
 M  +1 -1      SVGExternalResourcesRequired.idl  
 M  +1 -1      SVGFitToViewBox.idl  
 M  +1 -1      SVGLangSpace.idl  
 M  +1 -1      SVGLocatable.idl  
 M  +1 -1      SVGStylable.idl  
 M  +1 -1      SVGTests.idl  
 M  +1 -1      SVGTransformable.idl  
 M  +1 -1      SVGURIReference.idl  
 M  +1 -1      SVGZoomAndPan.idl  


--- trunk/kdenonbeta/ksvg2/bindings/idl/svg/SVGAnimatedPoints.idl #441755:441756
@@ -1,6 +1,6 @@
 module svg
 {
-  interface SVGAnimatedPoints { 
+  interface [nodptr] SVGAnimatedPoints { 
     readonly attribute SVGPointList   points;
     readonly attribute SVGPointList   animatedPoints;
   };
--- trunk/kdenonbeta/ksvg2/bindings/idl/svg/SVGExternalResourcesRequired.idl #441755:441756
@@ -1,6 +1,6 @@
 module svg
 {
-  interface SVGExternalResourcesRequired { 
+  interface [nodptr] SVGExternalResourcesRequired { 
     readonly attribute SVGAnimatedBoolean externalResourcesRequired;
   };
 };
--- trunk/kdenonbeta/ksvg2/bindings/idl/svg/SVGFitToViewBox.idl #441755:441756
@@ -1,6 +1,6 @@
 module svg
 {
-  interface SVGFitToViewBox { 
+  interface [nodptr] SVGFitToViewBox { 
     readonly attribute SVGAnimatedRect                viewBox;
     readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
   };
--- trunk/kdenonbeta/ksvg2/bindings/idl/svg/SVGLangSpace.idl #441755:441756
@@ -1,6 +1,6 @@
 module svg
 {
-  interface SVGLangSpace { 
+  interface [nodptr] SVGLangSpace { 
              attribute KDOM::DOMString xmllang;
                          // raises DOMException on setting
              attribute KDOM::DOMString xmlspace;
--- trunk/kdenonbeta/ksvg2/bindings/idl/svg/SVGLocatable.idl #441755:441756
@@ -1,6 +1,6 @@
 module svg
 {
-  interface SVGLocatable { 
+  interface [nodptr] SVGLocatable { 
     readonly attribute SVGElement              nearestViewportElement;
     readonly attribute SVGElement              farthestViewportElement;
     SVGRect   getBBox (  );
--- trunk/kdenonbeta/ksvg2/bindings/idl/svg/SVGStylable.idl #441755:441756
@@ -1,6 +1,6 @@
 module svg
 {
-  interface SVGStylable { 
+  interface [nodptr] SVGStylable { 
     readonly attribute SVGAnimatedString className;
     readonly attribute KDOM::CSSStyleDeclaration style;
     KDOM::CSSValue getPresentationAttribute ( in KDOM::DOMString name );
--- trunk/kdenonbeta/ksvg2/bindings/idl/svg/SVGTests.idl #441755:441756
@@ -1,6 +1,6 @@
 module svg
 {
-  interface SVGTests { 
+  interface [nodptr] SVGTests { 
     readonly attribute SVGStringList requiredFeatures;
     readonly attribute SVGStringList requiredExtensions;
     readonly attribute SVGStringList systemLanguage;
--- trunk/kdenonbeta/ksvg2/bindings/idl/svg/SVGTransformable.idl #441755:441756
@@ -1,6 +1,6 @@
 module svg
 {
-  interface SVGTransformable : SVGLocatable { 
+  interface [nodptr] SVGTransformable : SVGLocatable { 
     readonly attribute SVGAnimatedTransformList transform;
   };
 };
--- trunk/kdenonbeta/ksvg2/bindings/idl/svg/SVGURIReference.idl #441755:441756
@@ -1,6 +1,6 @@
 module svg
 {
-  interface SVGURIReference { 
+  interface [nodptr] SVGURIReference { 
     readonly attribute SVGAnimatedString href;
   };
 };
--- trunk/kdenonbeta/ksvg2/bindings/idl/svg/SVGZoomAndPan.idl #441755:441756
@@ -1,6 +1,6 @@
 module svg
 {
-  interface SVGZoomAndPan { 
+  interface [nodptr] SVGZoomAndPan { 
     // Zoom and Pan Types
     const unsigned short SVG_ZOOMANDPAN_UNKNOWN   = 0;
     const unsigned short SVG_ZOOMANDPAN_DISABLE = 1;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic