#include <qcalcContext.h>
Public Slots | |
void | setPluginView (VOperatorItem *plugin) |
void | setOutputView (VOutputItem *out) |
void | setTimeLineView (VTimeLineItem *time) |
void | setBlackBoxView (VOperatorItem *bb) |
void | setNoView () |
Public Member Functions | |
ContextWidget (QWidget *parent=NULL) | |
virtual | ~ContextWidget () |
Protected Attributes | |
BlackBoxContextWidget * | bbView |
PluginContextWidget * | pluginView |
OutputContextWidget * | outView |
TimeLineContextWidget * | timeView |
ContextWidget::ContextWidget | ( | QWidget * | parent = NULL |
) |
virtual ContextWidget::~ContextWidget | ( | ) | [inline, virtual] |
void ContextWidget::setBlackBoxView | ( | VOperatorItem * | bb | ) | [slot] |
void ContextWidget::setNoView | ( | ) | [slot] |
void ContextWidget::setOutputView | ( | VOutputItem * | out | ) | [slot] |
void ContextWidget::setPluginView | ( | VOperatorItem * | plugin | ) | [slot] |
void ContextWidget::setTimeLineView | ( | VTimeLineItem * | time | ) | [slot] |
BlackBoxContextWidget* ContextWidget::bbView [protected] |
OutputContextWidget* ContextWidget::outView [protected] |
PluginContextWidget* ContextWidget::pluginView [protected] |
TimeLineContextWidget* ContextWidget::timeView [protected] |