QGIS/python/gui/auto_generated/qgsdetaileditemwidget.sip.in

39 lines
1.4 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsdetaileditemwidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsDetailedItemWidget : QWidget
{
%Docstring
A widget renderer for detailed item views.
.. seealso:: :py:func:`also`
%End
%TypeHeaderCode
#include "qgsdetaileditemwidget.h"
%End
public:
QgsDetailedItemWidget( QWidget *parent /TransferThis/ = 0 );
%Docstring
Constructor for QgsDetailedItemWidget
%End
void setData( const QgsDetailedItemData &data );
void setChecked( bool flag );
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsdetaileditemwidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/