#include <Plot2dPlugin.h>
Inherits QObject, QDesignerCustomWidgetInterface, QObject, and QDesignerCustomWidgetInterface.
Definition at line 8 of file Plot2dPlugin.h.
◆ Plot2dPlugin() [1/2]
| Plot2dPlugin::Plot2dPlugin |
( |
QObject * |
parent = 0 | ) |
|
◆ ~Plot2dPlugin() [1/2]
| Plot2dPlugin::~Plot2dPlugin |
( |
| ) |
|
|
virtual |
◆ Plot2dPlugin() [2/2]
| Plot2dPlugin::Plot2dPlugin |
( |
QObject * |
parent = 0 | ) |
|
◆ ~Plot2dPlugin() [2/2]
| virtual Plot2dPlugin::~Plot2dPlugin |
( |
| ) |
|
|
virtual |
◆ createWidget() [1/2]
| QWidget * Plot2dPlugin::createWidget |
( |
QWidget * |
parent | ) |
|
◆ createWidget() [2/2]
| QWidget* Plot2dPlugin::createWidget |
( |
QWidget * |
parent | ) |
|
◆ domXml() [1/2]
| 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"
◆ domXml() [2/2]
| QString Plot2dPlugin::domXml |
( |
| ) |
const |
◆ group() [1/2]
| QString Plot2dPlugin::group |
( |
| ) |
const |
◆ group() [2/2]
| QString Plot2dPlugin::group |
( |
| ) |
const |
◆ icon() [1/2]
| QIcon Plot2dPlugin::icon |
( |
| ) |
const |
Definition at line 42 of file Plot2dPlugin.cc.
44 return QIcon(
":/vtk/plot2d/icon.png");
◆ icon() [2/2]
| QIcon Plot2dPlugin::icon |
( |
| ) |
const |
◆ includeFile() [1/2]
| QString Plot2dPlugin::includeFile |
( |
| ) |
const |
◆ includeFile() [2/2]
| QString Plot2dPlugin::includeFile |
( |
| ) |
const |
◆ initialize() [1/2]
| void Plot2dPlugin::initialize |
( |
QDesignerFormEditorInterface * |
core | ) |
|
◆ initialize() [2/2]
| void Plot2dPlugin::initialize |
( |
QDesignerFormEditorInterface * |
core | ) |
|
◆ isContainer() [1/2]
| bool Plot2dPlugin::isContainer |
( |
| ) |
const |
◆ isContainer() [2/2]
| bool Plot2dPlugin::isContainer |
( |
| ) |
const |
◆ isInitialized() [1/2]
| bool Plot2dPlugin::isInitialized |
( |
| ) |
const |
◆ isInitialized() [2/2]
| bool Plot2dPlugin::isInitialized |
( |
| ) |
const |
◆ name() [1/2]
| QString Plot2dPlugin::name |
( |
| ) |
const |
◆ name() [2/2]
| QString Plot2dPlugin::name |
( |
| ) |
const |
◆ toolTip() [1/2]
| QString Plot2dPlugin::toolTip |
( |
| ) |
const |
Definition at line 47 of file Plot2dPlugin.cc.
49 return "Widget for plotting 2d data";
◆ toolTip() [2/2]
| QString Plot2dPlugin::toolTip |
( |
| ) |
const |
◆ whatsThis() [1/2]
| QString Plot2dPlugin::whatsThis |
( |
| ) |
const |
Definition at line 52 of file Plot2dPlugin.cc.
54 return "widget for plotting 2d data";
◆ whatsThis() [2/2]
| 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