[QGIS Commit] r9519 - trunk/qgis/python/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Oct 22 09:34:08 EDT 2008


Author: mhugent
Date: 2008-10-22 09:34:08 -0400 (Wed, 22 Oct 2008)
New Revision: 9519

Modified:
   trunk/qgis/python/core/qgsmaplayer.sip
Log:
Reverted some of the sip changes to allow compilation

Modified: trunk/qgis/python/core/qgsmaplayer.sip
===================================================================
--- trunk/qgis/python/core/qgsmaplayer.sip	2008-10-22 08:56:03 UTC (rev 9518)
+++ trunk/qgis/python/core/qgsmaplayer.sip	2008-10-22 13:34:08 UTC (rev 9519)
@@ -243,22 +243,7 @@
      * @return a QString with any status messages
      * @see also saveDefaultStyle ();
      */
-    virtual QString saveNamedStyle( const QString theURI, bool & theResultFlag );
-
-    /** Read the symbology for the current layer from the Dom node supplied.
-     * @param QDomNode node that will contain the symbology definition for this layer.
-     * @param errorMessage reference to string that will be updated with any error messages
-     * @return true in case of success.
-    */
-    virtual bool readSymbology( const QDomNode& node, QString& errorMessage ) = 0;
-
-    /** Write the symbology for the layer into the docment provided.
-     *  @param QDomNode the node that will have the style element added to it.
-     *  @param QDomDocument the document that will have the QDomNode added.
-     * @param errorMessage reference to string that will be updated with any error messages
-     *  @return true in case of success.
-     */
-    virtual bool writeSymbology( QDomNode&, QDomDocument& doc, QString& errorMessage ) const = 0;	
+    virtual QString saveNamedStyle( const QString theURI, bool & theResultFlag );	
     
 public slots:
 



More information about the QGIS-commit mailing list