|
cisst-saw
|
#include <mtsComponentModelQtNodes.h>
Public Member Functions | |
| mtsComponentModelQtNodes (const std::string &processName, const std::string &componentName, const std::string &className, const QColor &color=QColor()) | |
| ~mtsComponentModelQtNodes ()=default | |
| QString | caption (void) const override |
| bool | captionVisible (void) const override |
| QString | name (void) const override |
| unsigned int | nPorts (QtNodes::PortType portType) const override |
| QtNodes::NodeDataType | dataType (QtNodes::PortType portType, QtNodes::PortIndex portIndex) const override |
| QString | portCaption (QtNodes::PortType portType, QtNodes::PortIndex portIndex) const override |
| bool | portCaptionVisible (QtNodes::PortType portType, QtNodes::PortIndex portIndex) const override |
| void | setInData (std::shared_ptr< QtNodes::NodeData > nodeData, QtNodes::PortIndex port) override |
| std::shared_ptr< QtNodes::NodeData > | outData (QtNodes::PortIndex port) override |
| QWidget * | embeddedWidget (void) override |
| QJsonObject | save () const override |
| bool | AddInterfaceProvided (const std::string &name) |
| bool | AddInterfaceRequired (const std::string &name) |
| void | SetState (const std::string &state) |
Protected Member Functions | |
| void | UpdateWidget (void) |
Protected Attributes | |
| std::string | m_processName |
| std::string | m_componentName |
| std::string | m_state |
| std::string | m_className |
| std::vector< std::string > | m_interfaces_provided |
| std::vector< std::string > | m_interfaces_required |
| QWidget * | m_widget = nullptr |
| QColor | m_color |
| mtsComponentModelQtNodes::mtsComponentModelQtNodes | ( | const std::string & | processName, |
| const std::string & | componentName, | ||
| const std::string & | className, | ||
| const QColor & | color = QColor() ) |
|
default |
| bool mtsComponentModelQtNodes::AddInterfaceProvided | ( | const std::string & | name | ) |
| bool mtsComponentModelQtNodes::AddInterfaceRequired | ( | const std::string & | name | ) |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
| void mtsComponentModelQtNodes::SetState | ( | const std::string & | state | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |