#include <qcalcContext.h>
Public Member Functions | |
BlackBoxContextWidget (QWidget *parent=NULL) | |
virtual | ~BlackBoxContextWidget () |
void | setBlackBoxInfo (VOperatorItem *bb) |
Protected Slots | |
void | applyChanges () |
Protected Attributes | |
VOperatorItem * | blackBox |
QWidget * | inputWidget |
QVBoxLayout * | inputLayout |
QWidget * | outputWidget |
QVBoxLayout * | outputLayout |
QVector< QLineEdit * > | inputNames |
QVector< QTextEdit * > | inputDescriptions |
QVector< QLineEdit * > | outputNames |
QVector< QTextEdit * > | outputDescriptions |
QVector< QLabel * > | inputLabels |
QVector< QLabel * > | outputLabels |
BlackBoxContextWidget::BlackBoxContextWidget | ( | QWidget * | parent = NULL |
) |
virtual BlackBoxContextWidget::~BlackBoxContextWidget | ( | ) | [inline, virtual] |
void BlackBoxContextWidget::applyChanges | ( | ) | [protected, slot] |
void BlackBoxContextWidget::setBlackBoxInfo | ( | VOperatorItem * | bb | ) |
VOperatorItem* BlackBoxContextWidget::blackBox [protected] |
QVector<QTextEdit*> BlackBoxContextWidget::inputDescriptions [protected] |
QVector<QLabel*> BlackBoxContextWidget::inputLabels [protected] |
QVBoxLayout* BlackBoxContextWidget::inputLayout [protected] |
QVector<QLineEdit*> BlackBoxContextWidget::inputNames [protected] |
QWidget* BlackBoxContextWidget::inputWidget [protected] |
QVector<QTextEdit*> BlackBoxContextWidget::outputDescriptions [protected] |
QVector<QLabel*> BlackBoxContextWidget::outputLabels [protected] |
QVBoxLayout* BlackBoxContextWidget::outputLayout [protected] |
QVector<QLineEdit*> BlackBoxContextWidget::outputNames [protected] |
QWidget* BlackBoxContextWidget::outputWidget [protected] |