2017-05-23 14:44:34 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/qgsfiledropedit.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
2017-06-26 09:57:09 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
class QgsFileDropEdit: QLineEdit
|
|
|
|
{
|
2017-05-23 14:44:34 +02:00
|
|
|
%Docstring
|
|
|
|
A line edit for capturing file names that can have files dropped onto
|
|
|
|
it via drag & drop.
|
|
|
|
|
|
|
|
Dropping can be limited to files only, files with a specific extension
|
|
|
|
or directories only. By default, dropping is limited to files only.
|
|
|
|
%End
|
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
%TypeHeaderCode
|
2017-05-23 14:44:34 +02:00
|
|
|
#include "qgsfiledropedit.h"
|
2012-09-24 02:28:15 +02:00
|
|
|
%End
|
|
|
|
public:
|
2015-02-18 17:00:36 +11:00
|
|
|
QgsFileDropEdit( QWidget *parent /TransferThis/ = 0 );
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
bool isDirOnly() const;
|
2017-05-23 14:44:34 +02:00
|
|
|
%Docstring
|
|
|
|
:rtype: bool
|
|
|
|
%End
|
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
void setDirOnly( bool isDirOnly );
|
2017-05-23 14:44:34 +02:00
|
|
|
%Docstring
|
|
|
|
Limit drops to directories.
|
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
bool isFileOnly() const;
|
2017-05-23 14:44:34 +02:00
|
|
|
%Docstring
|
|
|
|
:rtype: bool
|
|
|
|
%End
|
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
void setFileOnly( bool isFileOnly );
|
2017-05-23 14:44:34 +02:00
|
|
|
%Docstring
|
|
|
|
Limit drops to files.
|
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
|
2015-10-27 14:03:00 +11:00
|
|
|
QString suffixFilter() const;
|
2017-05-23 14:44:34 +02:00
|
|
|
%Docstring
|
|
|
|
:rtype: str
|
|
|
|
%End
|
|
|
|
|
2017-05-01 16:42:33 +02:00
|
|
|
void setSuffixFilter( const QString &suffix );
|
2017-05-23 14:44:34 +02:00
|
|
|
%Docstring
|
|
|
|
Limit drops to files with specified extension.
|
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
protected:
|
|
|
|
|
|
|
|
virtual void dragEnterEvent( QDragEnterEvent *event );
|
|
|
|
virtual void dragLeaveEvent( QDragLeaveEvent *event );
|
|
|
|
virtual void dropEvent( QDropEvent *event );
|
|
|
|
virtual void paintEvent( QPaintEvent *e );
|
2017-05-23 14:44:34 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
};
|
2017-05-23 14:44:34 +02:00
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/qgsfiledropedit.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|