CEBL
2.1
|
#include <TabDevice.hpp>
Public Member Functions | |
TabDevice (string title, GtkWidget *notebook, CEBLViewGTK *view) | |
~TabDevice () | |
void | updateView () |
Updates the view from the model. | |
void | updateModel () |
updates model from view | |
![]() | |
Tab (string title, GtkWidget *notebook, CEBLViewGTK *view) | |
virtual | ~Tab () |
string | GetTitle () |
Get the title of the tab. | |
GtkWidget * | GetContainer () |
Get the container widget. | |
CEBLViewGTK * | getView () |
Get the parent view. | |
virtual void | onHide () |
optional function to be called when page is hidden | |
virtual void | onShow () |
optional function to be called when page is selected |
Protected Member Functions | |
void | CreateGUI () |
Initialize the tab. | |
![]() | |
void | TabAdd (GtkWidget *, bool expand, bool fill, int padding) |
Add a widget to the tab. | |
void | TabAdd (GtkWidget *) |
Add a widget to the tab;. | |
void | TabFrameAdd (GtkWidget *, const char *title="", bool expand=false, bool fill=false) |
Add a widget to a frame inside the tab. | |
GtkWidget * | TabFrameCreate (GtkWidget *widget, const char *title="") |
Function to create a standardized from. | |
void | TabRemove (GtkWidget *) |
Remove a widget from the tab. |
Additional Inherited Members | |
![]() | |
CEBLViewGTK * | view |
pointer to view | |
GtkWidget * | container |
main container to hold tab contents | |
string | title |
title of the tab | |
int | notebook_id |
id of tab in notebook |
Definition at line 33 of file TabDevice.hpp.
|
inline |
Definition at line 76 of file TabDevice.hpp.
References CreateGUI().
TabDevice::~TabDevice | ( | ) |
Tabdevice.cpp
Definition at line 15 of file TabDevice.cpp.
|
protected |
Initialize the tab.
Definition at line 25 of file TabDevice.cpp.
References WidgetPanel::add(), WidgetPanel::getContainer(), Tab::getView(), WidgetPanel::getWidget(), Tab::TabAdd(), and Tab::title.
Referenced by TabDevice().
|
virtual |
|
virtual |
Updates the view from the model.
Implements Tab.
Definition at line 144 of file TabDevice.cpp.
References CEBLModel::deviceGetError(), CEBLModel::deviceGetInquiry(), CEBLModel::deviceGetLocation(), CEBLModel::deviceIsReady(), CEBLModel::fileStreamGetFilename(), CEBLModel::fileStreamGetNumChannels(), CEBLModel::fileStreamGetNumClasses(), CEBLModel::fileStreamGetNumSamples(), CEBLModel::fileStreamGetNumSequences(), CEBLModel::fileStreamGetSampleRate(), CEBLViewGTK::getDataSource(), CEBLView::getModel(), DataSourceCombo::getSelectedSource(), CEBLViewGTK::getStatusBar(), Tab::getView(), WidgetPanel::getWidget(), TextUtils::IntToString(), StatusBar::push(), and StatusBar::remove().