ddt 1.2.1
|
#include <ddtImageScaleWidgetPlugin.hpp>
Public Member Functions | |
DdtImageScaleWidgetPlugin (QObject *parent=nullptr) | |
bool | isContainer () const Q_DECL_OVERRIDE |
bool | isInitialized () const Q_DECL_OVERRIDE |
QIcon | icon () const Q_DECL_OVERRIDE |
QString | domXml () const Q_DECL_OVERRIDE |
QString | group () const Q_DECL_OVERRIDE |
QString | includeFile () const Q_DECL_OVERRIDE |
QString | name () const Q_DECL_OVERRIDE |
QString | toolTip () const Q_DECL_OVERRIDE |
QString | whatsThis () const Q_DECL_OVERRIDE |
QWidget * | createWidget (QWidget *parent) Q_DECL_OVERRIDE |
void | initialize (QDesignerFormEditorInterface *core) Q_DECL_OVERRIDE |
Class for the Image Scale Widget plugin
|
explicit |
Constructor
parent | Pointer to the parent object |
QWidget * DdtImageScaleWidgetPlugin::createWidget | ( | QWidget * | parent | ) |
QString DdtImageScaleWidgetPlugin::domXml | ( | ) | const |
QString DdtImageScaleWidgetPlugin::group | ( | ) | const |
QIcon DdtImageScaleWidgetPlugin::icon | ( | ) | const |
QString DdtImageScaleWidgetPlugin::includeFile | ( | ) | const |
void DdtImageScaleWidgetPlugin::initialize | ( | QDesignerFormEditorInterface * | core | ) |
bool DdtImageScaleWidgetPlugin::isContainer | ( | ) | const |
bool DdtImageScaleWidgetPlugin::isInitialized | ( | ) | const |
QString DdtImageScaleWidgetPlugin::name | ( | ) | const |
QString DdtImageScaleWidgetPlugin::toolTip | ( | ) | const |
QString DdtImageScaleWidgetPlugin::whatsThis | ( | ) | const |