LCOV - code coverage report
Current view: top level - analysis/processing - qgsalgorithmsymmetricaldifference.h (source / functions) Hit Total Coverage
Test: coverage.info.cleaned Lines: 0 4 0.0 %
Date: 2021-04-10 08:29:14 Functions: 0 0 -
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /***************************************************************************
       2                 :            :   qgsalgorithmsymmetricaldifference.h
       3                 :            :   ---------------------
       4                 :            :   Date                 : April 2018
       5                 :            :   Copyright            : (C) 2018 by Martin Dobias
       6                 :            :   Email                : wonder dot sk at gmail dot com
       7                 :            :  ***************************************************************************
       8                 :            :  *                                                                         *
       9                 :            :  *   This program is free software; you can redistribute it and/or modify  *
      10                 :            :  *   it under the terms of the GNU General Public License as published by  *
      11                 :            :  *   the Free Software Foundation; either version 2 of the License, or     *
      12                 :            :  *   (at your option) any later version.                                   *
      13                 :            :  *                                                                         *
      14                 :            :  ***************************************************************************/
      15                 :            : 
      16                 :            : #ifndef QGSALGORITHMSYMMETRICALDIFFERENCE_H
      17                 :            : #define QGSALGORITHMSYMMETRICALDIFFERENCE_H
      18                 :            : 
      19                 :            : #define SIP_NO_FILE
      20                 :            : 
      21                 :            : #include "qgsprocessingalgorithm.h"
      22                 :            : #include "qgsapplication.h"
      23                 :            : 
      24                 :            : ///@cond PRIVATE
      25                 :            : 
      26                 :          0 : class QgsSymmetricalDifferenceAlgorithm : public QgsProcessingAlgorithm
      27                 :            : {
      28                 :            :   public:
      29                 :          0 :     QgsSymmetricalDifferenceAlgorithm() = default;
      30                 :          0 :     QIcon icon() const override { return QgsApplication::getThemeIcon( QStringLiteral( "/algorithms/mAlgorithmSymmetricalDifference.svg" ) ); }
      31                 :          0 :     QString svgIconPath() const override { return QgsApplication::iconPath( QStringLiteral( "/algorithms/mAlgorithmSymmetricalDifference.svg" ) ); }
      32                 :            :     QString name() const override;
      33                 :            :     QString displayName() const override;
      34                 :            :     QStringList tags() const override;
      35                 :            :     QString group() const override;
      36                 :            :     QString groupId() const override;
      37                 :            :     QString shortHelpString() const override;
      38                 :            : 
      39                 :            :   protected:
      40                 :            :     QgsProcessingAlgorithm *createInstance() const override;
      41                 :            :     void initAlgorithm( const QVariantMap &configuration = QVariantMap() ) override;
      42                 :            :     QVariantMap processAlgorithm( const QVariantMap &parameters, QgsProcessingContext &context, QgsProcessingFeedback *feedback ) override;
      43                 :            : 
      44                 :            : };
      45                 :            : 
      46                 :            : ///@endcond PRIVATE
      47                 :            : 
      48                 :            : #endif // QGSALGORITHMSYMMETRICALDIFFERENCE_H

Generated by: LCOV version 1.14