#include <DefaultplotDialog.h>
Definition at line 28 of file DefaultplotDialog.h.
DefaultPlotDialog::DefaultPlotDialog |
( |
QWidget * |
parent = 0 , |
|
|
const char * |
name = 0 , |
|
|
bool |
modal = false , |
|
|
Qt::WindowFlags |
fl = 0 |
|
) |
| |
Definition at line 29 of file DefaultplotDialog.cpp.
32 setObjectName(QString::fromUtf8(name));
bool fl(const C_FLOAT64 &d1, const C_FLOAT64 &d2)
DefaultPlotDialog::~DefaultPlotDialog |
( |
| ) |
|
void DefaultPlotDialog::fillList |
( |
| ) |
|
|
protected |
void DefaultPlotDialog::slotCreate |
( |
| ) |
|
|
protectedvirtualslot |
void DefaultPlotDialog::slotSelect |
( |
| ) |
|
|
protectedvirtualslot |
called when selection in listbox is changed
Definition at line 93 of file DefaultplotDialog.cpp.
References FROM_UTF8, COutputAssistant::getItem(), COutputAssistant::getItemName(), mIndex, mList, and mpTask.
97 int i = listBox->currentRow();
105 createButton->setEnabled(!lineEditTitle->text().startsWith(
"-- "));
110 lineEditTitle->setText(
"");
111 textEdit->setText(
"");
113 createButton->setEnabled(
false);
static const std::string & getItemName(C_INT32 id)
std::vector< C_INT32 > mList
static const CDefaultOutputDescription & getItem(C_INT32 id)
void DefaultPlotDialog::slotToggleAll |
( |
bool |
flag | ) |
|
|
protectedvirtualslot |
int DefaultPlotDialog::mIndex |
|
protected |
std::vector< C_INT32 > DefaultPlotDialog::mList |
|
protected |
The documentation for this class was generated from the following files: