RTXI 2.4 The Real-Time eXperiment Interface Documentation |
#include <rtxi_wizard.h>
Data Structures | |
struct | module_t |
Public Member Functions | |
Panel (QWidget *) | |
virtual | ~Panel (void) |
void | installFromString (std::string) |
void | rebuildListWidgets (void) |
Data Fields | |
std::map< QString, module_t > | modules |
Definition at line 28 of file rtxi_wizard.h.
RTXIWizard::Panel::Panel | ( | QWidget * | parent | ) |
| virtual |
void RTXIWizard::Panel::installFromString | ( | std::string | module_name | ) |
Definition at line 454 of file rtxi_wizard.cpp.
void RTXIWizard::Panel::rebuildListWidgets | ( | void | ) |
Definition at line 435 of file rtxi_wizard.cpp.
std::map<QString, module_t> RTXIWizard::Panel::modules |
Definition at line 41 of file rtxi_wizard.h.