Cheetah Software
1.0
|
#include "SimControlPanel.h"
#include <ControlParameters/ControlParameters.h>
#include <QFileDialog>
#include <QMessageBox>
#include "ui_SimControlPanel.h"
Go to the source code of this file.
Functions | |
static void | createErrorMessage (const std::string &text) |
static void | updateQtableWithParameters (ControlParameters ¶ms, QTableWidget &table) |
|
static |
Display an error messagebox with the given text
Definition at line 11 of file SimControlPanel.cpp.
|
static |
Display control parameters in a qtable.
Definition at line 20 of file SimControlPanel.cpp.
References ControlParameterCollection::_map, and ControlParameters::collection.