Class ImgUploaderTool#
Inherits the following classes: AbstractActionTool
Public Functions#
Type | Name |
---|---|
ImgUploaderTool (QObject * parent=nullptr) |
|
bool | closeOnButtonPressed () override const |
CaptureTool * | copy (QObject * parent=nullptr) override |
QString | description () override const |
QIcon | icon (const QColor & background, bool inEditor) override const |
QString | name () override const |
Public Functions inherited from AbstractActionTool#
Type | Name |
---|---|
AbstractActionTool (QObject * parent=nullptr) |
|
QRect | boundingRect () override const |
bool | isSelectable () override const |
bool | isValid () override const |
void | paintMousePreview (QPainter & painter, const CaptureContext & context) override |
void | process (QPainter & painter, const QPixmap & pixmap) override |
bool | showMousePreview () override const |
Protected Functions#
Type | Name |
---|---|
CaptureTool::Type | type () override const |
Public Functions Documentation#
function ImgUploaderTool#
explicit ImgUploaderTool::ImgUploaderTool (
QObject * parent=nullptr
)
function closeOnButtonPressed#
bool ImgUploaderTool::closeOnButtonPressed () override const
function copy#
CaptureTool * ImgUploaderTool::copy (
QObject * parent=nullptr
) override
function description#
QString ImgUploaderTool::description () override const
function icon#
QIcon ImgUploaderTool::icon (
const QColor & background,
bool inEditor
) override const
function name#
QString ImgUploaderTool::name () override const
Protected Functions Documentation#
function type#
CaptureTool::Type ImgUploaderTool::type () override const