mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Added documentation for QgsDataItemProviderFromPlugin constructor
This commit is contained in:
parent
a6b6892454
commit
a5647c7016
@ -36,6 +36,14 @@ typedef QList<QgsDataItemProvider *> *dataItemProviders_t();
|
||||
class QgsDataItemProviderFromPlugin : public QgsDataItemProvider
|
||||
{
|
||||
public:
|
||||
|
||||
/**
|
||||
* QgsDataItemProviderFromPlugin constructor
|
||||
* \param name plugin name
|
||||
* \param capabilitiesFunc function pointer to the data capabilities
|
||||
* \param dataItemFunc function pointer to the data items
|
||||
* \param handlesDirectoryPathFunc function pointer to handlesDirectoryPath
|
||||
*/
|
||||
QgsDataItemProviderFromPlugin( const QString &name, dataCapabilities_t *capabilitiesFunc, dataItem_t *dataItemFunc, handlesDirectoryPath_t *handlesDirectoryPathFunc )
|
||||
: mName( name )
|
||||
, mCapabilitiesFunc( capabilitiesFunc )
|
||||
|
Loading…
x
Reference in New Issue
Block a user