mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
[doxygen] remove useless @brief
This commit is contained in:
parent
f29306d4af
commit
906259b2f7
@ -97,7 +97,6 @@ Try to create instance of an implementation based on the XML data
|
|||||||
virtual void writeTextSymbolizer( QDomNode &parent, QgsPalLayerSettings &settings, const QgsStringMap &props ) const;
|
virtual void writeTextSymbolizer( QDomNode &parent, QgsPalLayerSettings &settings, const QgsStringMap &props ) const;
|
||||||
%Docstring
|
%Docstring
|
||||||
Writes a TextSymbolizer element contents based on the provided labeling settings
|
Writes a TextSymbolizer element contents based on the provided labeling settings
|
||||||
writeTextSymbolizer
|
|
||||||
\param parent the node that will have the text symbolizer element added to it
|
\param parent the node that will have the text symbolizer element added to it
|
||||||
\param settings the settings getting translated to a TextSymbolizer
|
\param settings the settings getting translated to a TextSymbolizer
|
||||||
\param props a open ended set of properties that can drive/inform the SLD encoding
|
\param props a open ended set of properties that can drive/inform the SLD encoding
|
||||||
|
@ -19,7 +19,7 @@ class QgsDial : QDial
|
|||||||
|
|
||||||
QgsDial( QWidget *parent /TransferThis/ = 0 );
|
QgsDial( QWidget *parent /TransferThis/ = 0 );
|
||||||
%Docstring
|
%Docstring
|
||||||
QgsDial constructor for QgsDial
|
Constructor for QgsDial
|
||||||
\param parent parent object
|
\param parent parent object
|
||||||
%End
|
%End
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ class QgsEncodingFileDialog: QFileDialog
|
|||||||
const QString &caption = QString(), const QString &directory = QString(),
|
const QString &caption = QString(), const QString &directory = QString(),
|
||||||
const QString &filter = QString(), const QString &encoding = QString() );
|
const QString &filter = QString(), const QString &encoding = QString() );
|
||||||
%Docstring
|
%Docstring
|
||||||
QgsEncodingFileDialog constructor for QgsEncodingFileDialog
|
Constructor for QgsEncodingFileDialog
|
||||||
%End
|
%End
|
||||||
QString encoding() const;
|
QString encoding() const;
|
||||||
%Docstring
|
%Docstring
|
||||||
|
@ -19,7 +19,7 @@ class QgsErrorDialog: QDialog
|
|||||||
|
|
||||||
QgsErrorDialog( const QgsError &error, const QString &title, QWidget *parent /TransferThis/ = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
|
QgsErrorDialog( const QgsError &error, const QString &title, QWidget *parent /TransferThis/ = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
|
||||||
%Docstring
|
%Docstring
|
||||||
QgsErrorDialog constructor for QgsErrorDialog
|
Constructor for QgsErrorDialog
|
||||||
%End
|
%End
|
||||||
|
|
||||||
static void show( const QgsError &error, const QString &title, QWidget *parent = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
|
static void show( const QgsError &error, const QString &title, QWidget *parent = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
|
||||||
|
@ -106,7 +106,6 @@ class CORE_EXPORT QgsAbstractVectorLayerLabeling
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Writes a TextSymbolizer element contents based on the provided labeling settings
|
* Writes a TextSymbolizer element contents based on the provided labeling settings
|
||||||
* @brief writeTextSymbolizer
|
|
||||||
* \param parent the node that will have the text symbolizer element added to it
|
* \param parent the node that will have the text symbolizer element added to it
|
||||||
* \param settings the settings getting translated to a TextSymbolizer
|
* \param settings the settings getting translated to a TextSymbolizer
|
||||||
* \param props a open ended set of properties that can drive/inform the SLD encoding
|
* \param props a open ended set of properties that can drive/inform the SLD encoding
|
||||||
|
@ -60,7 +60,7 @@ class GUI_EXPORT QgsDataSourceManagerDialog : public QgsOptionsDialogBase, priva
|
|||||||
~QgsDataSourceManagerDialog();
|
~QgsDataSourceManagerDialog();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief openPage open a given page in the dialog
|
* Open a given page in the dialog
|
||||||
* \param pageName the page name, usually the provider name or "browser" (for the browser panel)
|
* \param pageName the page name, usually the provider name or "browser" (for the browser panel)
|
||||||
* or "ogr" (vector layers) or "raster" (raster layers)
|
* or "ogr" (vector layers) or "raster" (raster layers)
|
||||||
*/
|
*/
|
||||||
|
@ -32,7 +32,7 @@ class GUI_EXPORT QgsDial : public QDial
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief QgsDial constructor for QgsDial
|
* Constructor for QgsDial
|
||||||
* \param parent parent object
|
* \param parent parent object
|
||||||
*/
|
*/
|
||||||
QgsDial( QWidget *parent SIP_TRANSFERTHIS = nullptr );
|
QgsDial( QWidget *parent SIP_TRANSFERTHIS = nullptr );
|
||||||
|
@ -33,7 +33,7 @@ class GUI_EXPORT QgsEncodingFileDialog: public QFileDialog
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief QgsEncodingFileDialog constructor for QgsEncodingFileDialog
|
* Constructor for QgsEncodingFileDialog
|
||||||
*/
|
*/
|
||||||
QgsEncodingFileDialog( QWidget *parent SIP_TRANSFERTHIS = nullptr,
|
QgsEncodingFileDialog( QWidget *parent SIP_TRANSFERTHIS = nullptr,
|
||||||
const QString &caption = QString(), const QString &directory = QString(),
|
const QString &caption = QString(), const QString &directory = QString(),
|
||||||
|
@ -35,7 +35,7 @@ class GUI_EXPORT QgsErrorDialog: public QDialog, private Ui::QgsErrorDialogBase
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief QgsErrorDialog constructor for QgsErrorDialog
|
* Constructor for QgsErrorDialog
|
||||||
*/
|
*/
|
||||||
QgsErrorDialog( const QgsError &error, const QString &title, QWidget *parent SIP_TRANSFERTHIS = nullptr, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
|
QgsErrorDialog( const QgsError &error, const QString &title, QWidget *parent SIP_TRANSFERTHIS = nullptr, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#include "qgsogrdbtablemodel.h"
|
#include "qgsogrdbtablemodel.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief The QgsOgrDbSourceSelect class is a generic class for DB based OGR
|
* The QgsOgrDbSourceSelect class is a generic class for DB based OGR
|
||||||
* source selects.
|
* source selects.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -912,7 +912,7 @@ namespace QgsWms
|
|||||||
QgsWmsParametersComposerMap composerMapParameters( int mapId ) const;
|
QgsWmsParametersComposerMap composerMapParameters( int mapId ) const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief externalWMSUri
|
* Return the external WMS uri
|
||||||
* \param id the id of the external wms
|
* \param id the id of the external wms
|
||||||
* @return uri string or an empty string if the external wms id does not exist
|
* @return uri string or an empty string if the external wms id does not exist
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user