Public Member Functions
ExtTargetWidget Class Reference

Brief description of class still missing. More...

#include <ExtTargetWidget.h>

List of all members.

Public Member Functions

 ExtTargetWidget (QWidget *parent=0)
void setEditable (bool e)
void setFrom (ExtTarget *target)
ExtTargettarget ()
 ~ExtTargetWidget ()

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

ExtTargetWidget::ExtTargetWidget ( 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

void ExtTargetWidget::setEditable ( bool  e)

References TRACE.

Referenced by ExtPlugin::setCurrentForward().

{
  TRACE;
  commandEdit->setReadOnly( !e);
  wdEdit->setReadOnly( !e);
  wdBut->setEnabled(e);
}
void ExtTargetWidget::setFrom ( ExtTarget target)

References ExtTarget::command(), TRACE, and ExtTarget::workingDirectory().

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

{
  TRACE;
  commandEdit->setText(target->command());
  wdEdit->setText(target->workingDirectory());
}

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