Class ImgurUploader#
Inherits the following classes: ImgUploaderBase
Public Attributes inherited from ImgUploaderBase#
See ImgUploaderBase
Type | Name |
---|---|
QString | m_currentImageName |
Public Functions#
Type | Name |
---|---|
ImgurUploader (const QPixmap & capture, QWidget * parent=nullptr) |
|
virtual void | deleteImage (const QString & fileName, const QString & deleteToken) |
Public Functions inherited from ImgUploaderBase#
See ImgUploaderBase
Type | Name |
---|---|
ImgUploaderBase (const QPixmap & capture, QWidget * parent=nullptr) |
|
virtual void | deleteImage (const QString & fileName, const QString & deleteToken) = 0 |
const QUrl & | imageURL () |
NotificationWidget * | notification () |
const QPixmap & | pixmap () |
void | setImageURL (const QUrl & imageURL) |
void | setInfoLabelText (const QString & text) |
void | setPixmap (const QPixmap & pixmap) |
LoadSpinner * | spinner () |
virtual void | upload () = 0 |
Public Functions Documentation#
function ImgurUploader#
explicit ImgurUploader::ImgurUploader (
const QPixmap & capture,
QWidget * parent=nullptr
)
function deleteImage#
virtual void ImgurUploader::deleteImage (
const QString & fileName,
const QString & deleteToken
)
Implements ImgUploaderBase::deleteImage