Public Member Functions
MatlabTargetWidget Class Reference

Brief description of class still missing. More...

#include <MatlabTargetWidget.h>

List of all members.

Public Member Functions

 MatlabTargetWidget (QWidget *parent=0)
void setEditable (bool e)
void setFrom (MatlabTarget *target)
MatlabTargettarget ()
 ~MatlabTargetWidget ()

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

MatlabTargetWidget::MatlabTargetWidget ( QWidget *  parent = 0)

Description of constructor still missing

References TRACE.

    : QWidget(parent)
{
  TRACE;
  setupUi(this);
}

Description of destructor still missing

References TRACE.

{
  TRACE;
}

Member Function Documentation

References TRACE.

Referenced by MatlabPlugin::setCurrentForward().

{
  TRACE;
  startupEdit->setReadOnly( !e);
  scriptPathEdit->setReadOnly( !e);
  initScriptEdit->setReadOnly( !e);
  forwardScriptEdit->setReadOnly( !e);
}

References MatlabTarget::forwardScript(), MatlabTarget::initScript(), MatlabTarget::scriptPath(), MatlabTarget::startup(), and TRACE.

Referenced by MatlabPlugin::setCurrentForward(), and MatlabPlugin::xml_polishChild().

{
  TRACE;
  startupEdit->setText(target->startup());
  scriptPathEdit->setText(target->scriptPath());
  initScriptEdit->setText(target->initScript());
  forwardScriptEdit->setText(target->forwardScript());
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines