#include "PythonQtWrapper_QCommandLinkButton.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QCommandLinkButton* PythonQtWrapper_QCommandLinkButton::new_QCommandLinkButton(QWidget* parent) { return new QCommandLinkButton(parent); } QCommandLinkButton* PythonQtWrapper_QCommandLinkButton::new_QCommandLinkButton(const QString& text, QWidget* parent) { return new QCommandLinkButton(text, parent); } QCommandLinkButton* PythonQtWrapper_QCommandLinkButton::new_QCommandLinkButton(const QString& text, const QString& description, QWidget* parent) { return new QCommandLinkButton(text, description, parent); } QString PythonQtWrapper_QCommandLinkButton::description(QCommandLinkButton* theWrappedObject) const { return theWrappedObject->description(); } void PythonQtWrapper_QCommandLinkButton::setDescription(QCommandLinkButton* theWrappedObject, const QString& description) { theWrappedObject->setDescription(description); }