mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
doxymentation
This commit is contained in:
parent
fd9569febe
commit
6f4b0c995d
@ -10,6 +10,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
class QgsGraphAnalyzer
|
||||
{
|
||||
%Docstring
|
||||
|
@ -17,6 +17,8 @@
|
||||
#define QGSGRAPHANALYZER_H
|
||||
|
||||
#include <QVector>
|
||||
|
||||
#include <qgis.h>
|
||||
#include "qgis_analysis.h"
|
||||
|
||||
class QgsGraph;
|
||||
|
@ -54,7 +54,9 @@ class ANALYSIS_EXPORT QgsGraphDirector : public QObject
|
||||
Q_OBJECT
|
||||
|
||||
signals:
|
||||
//! Emitted to report graph building progress
|
||||
void buildProgress( int, int ) const;
|
||||
//! Emitted to report information about graph building
|
||||
void buildMessage( const QString & ) const;
|
||||
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user