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

39 lines
1.4 KiB
Plaintext
Raw Normal View History

2017-05-23 14:44:34 +02:00
/************************************************************************
* 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
{
2017-05-23 14:44:34 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
A widget renderer for detailed item views.
2017-12-05 20:04:14 -04:00
.. seealso:: :py:func:`also`
2017-05-23 14:44:34 +02:00
%End
%TypeHeaderCode
2017-05-23 14:44:34 +02:00
#include "qgsdetaileditemwidget.h"
%End
public:
QgsDetailedItemWidget( QWidget *parent /TransferThis/ = 0 );
%Docstring
Constructor for QgsDetailedItemWidget
%End
void setData( const QgsDetailedItemData &data );
void setChecked( bool flag );
};
2017-05-23 14:44:34 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsdetaileditemwidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/