|
CEBL
2.1
|
#include <DataSourceCombo.hpp>
Public Member Functions | |
| DataSourceCombo (CEBLViewGTK *view) | |
| ~DataSourceCombo () | |
| GtkWidget * | getCombo () |
| gets gtk widget to allow users to select data source | |
| void | updateView () |
| update view from model | |
| string | getSelectedSource () |
| get a string representing the selected source | |
Definition at line 37 of file DataSourceCombo.hpp.
| DataSourceCombo::DataSourceCombo | ( | CEBLViewGTK * | view | ) |
Definition at line 18 of file DataSourceCombo.cpp.
| DataSourceCombo::~DataSourceCombo | ( | ) |
Definition at line 24 of file DataSourceCombo.cpp.
| GtkWidget * DataSourceCombo::getCombo | ( | ) |
gets gtk widget to allow users to select data source
Definition at line 31 of file DataSourceCombo.cpp.
Referenced by TabRealTimeClassification::CreateGUI(), and TabTraining::CreateGUI().
| string DataSourceCombo::getSelectedSource | ( | ) |
get a string representing the selected source
Definition at line 90 of file DataSourceCombo.cpp.
Referenced by TabDevice::updateView().
| void DataSourceCombo::updateView | ( | ) |
update view from model
Definition at line 47 of file DataSourceCombo.cpp.
Referenced by CEBLViewGTK::updateView().
1.8.1.1