|
rock_widget_collection
0.1
|
#include <ImageViewPlugin.h>
Inherits QObject, and QDesignerCustomWidgetInterface.
Public Member Functions | |
| ImageViewPlugin (QObject *parent=0) | |
| virtual | ~ImageViewPlugin () |
| bool | isContainer () const |
| bool | isInitialized () const |
| QIcon | icon () const |
| QString | domXml () const |
| QString | group () const |
| QString | includeFile () const |
| QString | name () const |
| QString | toolTip () const |
| QString | whatsThis () const |
| QWidget * | createWidget (QWidget *parent) |
| void | initialize (QDesignerFormEditorInterface *core) |
Definition at line 7 of file ImageViewPlugin.h.
| ImageViewPlugin::ImageViewPlugin | ( | QObject * | parent = 0 | ) |
Definition at line 4 of file ImageViewPlugin.cc.
|
virtual |
Definition at line 10 of file ImageViewPlugin.cc.
| QWidget * ImageViewPlugin::createWidget | ( | QWidget * | parent | ) |
Definition at line 72 of file ImageViewPlugin.cc.
| QString ImageViewPlugin::domXml | ( | ) | const |
Definition at line 29 of file ImageViewPlugin.cc.
| QString ImageViewPlugin::group | ( | ) | const |
Definition at line 51 of file ImageViewPlugin.cc.
| QIcon ImageViewPlugin::icon | ( | ) | const |
Definition at line 24 of file ImageViewPlugin.cc.
| QString ImageViewPlugin::includeFile | ( | ) | const |
Definition at line 55 of file ImageViewPlugin.cc.
| void ImageViewPlugin::initialize | ( | QDesignerFormEditorInterface * | core | ) |
Definition at line 77 of file ImageViewPlugin.cc.
| bool ImageViewPlugin::isContainer | ( | ) | const |
Definition at line 14 of file ImageViewPlugin.cc.
| bool ImageViewPlugin::isInitialized | ( | ) | const |
Definition at line 19 of file ImageViewPlugin.cc.
| QString ImageViewPlugin::name | ( | ) | const |
Definition at line 59 of file ImageViewPlugin.cc.
| QString ImageViewPlugin::toolTip | ( | ) | const |
Definition at line 63 of file ImageViewPlugin.cc.
| QString ImageViewPlugin::whatsThis | ( | ) | const |
Definition at line 67 of file ImageViewPlugin.cc.
1.8.11