CEBL
2.1
|
#include <InfoBar.hpp>
Public Member Functions | |
InfoBar (CEBLViewGTK *view) | |
~InfoBar () | |
void | update () |
![]() | |
CEBLGtkWidget () | |
virtual | ~CEBLGtkWidget () |
virtual GtkWidget * | getContainer () |
get pointer to gtk widget | |
virtual | operator GtkWidget * () |
get pointer to gtk widget | |
virtual void | removeWidget (GtkWidget *widget) |
remove a widget from the container | |
virtual void | hide () |
hide the widget | |
virtual void | show () |
show the widget |
Additional Inherited Members | |
![]() | |
void | setWidgetContainer (GtkWidget *widget) |
![]() | |
GtkWidget * | cebl_gtk_widget_container |
Definition at line 33 of file InfoBar.hpp.
InfoBar::InfoBar | ( | CEBLViewGTK * | view | ) |
Definition at line 10 of file InfoBar.cpp.
References CEBLGtkWidget::cebl_gtk_widget_container, CEBLGtkWidget::setWidgetContainer(), and update().
InfoBar::~InfoBar | ( | ) |
Definition at line 32 of file InfoBar.cpp.
void InfoBar::update | ( | ) |
Definition at line 37 of file InfoBar.cpp.
References CEBLModel::classifierIsTrained(), CEBLModel::classifiersGetSelected(), CEBLModel::featureGetParams(), CEBLModel::featuresGetSelected(), CEBLGtkWidget::getContainer(), CEBLView::getModel(), CEBLModel::trainingDataIsLoaded(), and CEBLModel::trainingGetNumClasses().
Referenced by InfoBar(), and CEBLViewGTK::updateInfoBar().