#include <Plot2dPlugin.h>
Inherits QObject, QDesignerCustomWidgetInterface, QObject, and QDesignerCustomWidgetInterface.
Definition at line 8 of file Plot2dPlugin.h.
| Plot2dPlugin::Plot2dPlugin |
( |
QObject * |
parent = 0 | ) |
|
| Plot2dPlugin::~Plot2dPlugin |
( |
| ) |
|
|
virtual |
| Plot2dPlugin::Plot2dPlugin |
( |
QObject * |
parent = 0 | ) |
|
| virtual Plot2dPlugin::~Plot2dPlugin |
( |
| ) |
|
|
virtual |
| QWidget * Plot2dPlugin::createWidget |
( |
QWidget * |
parent | ) |
|
| QWidget* Plot2dPlugin::createWidget |
( |
QWidget * |
parent | ) |
|
| QString Plot2dPlugin::domXml |
( |
| ) |
const |
Definition at line 62 of file Plot2dPlugin.cc.
64 return "<widget class=\"Plot2d\" name=\"plot2d\">\n" 65 " <property name=\"geometry\">\n" 69 " <width>320</width>\n" 70 " <height>240</height>\n" 73 " <property name=\"toolTip\" >\n" 74 " <string>ImageView</string>\n" 76 " <property name=\"whatsThis\" >\n" 77 " <string>Widget for displaying sonar data.</string>\n"
| QString Plot2dPlugin::domXml |
( |
| ) |
const |
| QString Plot2dPlugin::group |
( |
| ) |
const |
| QString Plot2dPlugin::group |
( |
| ) |
const |
| QIcon Plot2dPlugin::icon |
( |
| ) |
const |
Definition at line 42 of file Plot2dPlugin.cc.
44 return QIcon(
":/vtk/plot2d/icon.png");
| QIcon Plot2dPlugin::icon |
( |
| ) |
const |
| QString Plot2dPlugin::includeFile |
( |
| ) |
const |
| QString Plot2dPlugin::includeFile |
( |
| ) |
const |
| void Plot2dPlugin::initialize |
( |
QDesignerFormEditorInterface * |
core | ) |
|
| void Plot2dPlugin::initialize |
( |
QDesignerFormEditorInterface * |
core | ) |
|
| bool Plot2dPlugin::isContainer |
( |
| ) |
const |
| bool Plot2dPlugin::isContainer |
( |
| ) |
const |
| bool Plot2dPlugin::isInitialized |
( |
| ) |
const |
| bool Plot2dPlugin::isInitialized |
( |
| ) |
const |
| QString Plot2dPlugin::name |
( |
| ) |
const |
| QString Plot2dPlugin::name |
( |
| ) |
const |
| QString Plot2dPlugin::toolTip |
( |
| ) |
const |
Definition at line 47 of file Plot2dPlugin.cc.
49 return "Widget for plotting 2d data";
| QString Plot2dPlugin::toolTip |
( |
| ) |
const |
| QString Plot2dPlugin::whatsThis |
( |
| ) |
const |
Definition at line 52 of file Plot2dPlugin.cc.
54 return "widget for plotting 2d data";
| QString Plot2dPlugin::whatsThis |
( |
| ) |
const |
The documentation for this class was generated from the following files:
- /build/rock-master-18.09-gui-rock-widget-collection-0.20180124/src/plot2d/Plot2dPlugin.h
- /build/rock-master-18.09-gui-rock-widget-collection-0.20180124/src/plot2d/Plot2dPlugin.cc