CEBL  2.1
Public Member Functions | Protected Member Functions
TabRealTimeClassification Class Reference

#include <TabRealTimeClassification.hpp>

Public Member Functions

 TabRealTimeClassification (string title, GtkWidget *notebook, CEBLViewGTK *view)
 ~TabRealTimeClassification ()
void updateView ()
 Updates the view from the model.
void updateModel ()
 updates model from view
void onHide ()
 optional function to be called when page is hidden
- Public Member Functions inherited from Tab
 Tab (string title, GtkWidget *notebook, CEBLViewGTK *view)
virtual ~Tab ()
string GetTitle ()
 Get the title of the tab.
GtkWidget * GetContainer ()
 Get the container widget.
CEBLViewGTKgetView ()
 Get the parent view.
virtual void onShow ()
 optional function to be called when page is selected

Protected Member Functions

void CreateGUI ()
 Initialize the tab.
- Protected Member Functions inherited from 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

- Protected Attributes inherited from Tab
CEBLViewGTKview
 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

Detailed Description

Definition at line 36 of file TabRealTimeClassification.hpp.


Constructor & Destructor Documentation

TabRealTimeClassification::TabRealTimeClassification ( string  title,
GtkWidget *  notebook,
CEBLViewGTK view 
)
inline

Definition at line 75 of file TabRealTimeClassification.hpp.

References CreateGUI().

TabRealTimeClassification::~TabRealTimeClassification ( )

TabRealTimeClassification.hpp

Author:
Jeshua Bratman

Tab for classifying real-time data and controlling interface.

Definition at line 20 of file TabRealTimeClassification.cpp.


Member Function Documentation

void TabRealTimeClassification::CreateGUI ( )
protected
void TabRealTimeClassification::onHide ( )
virtual

optional function to be called when page is hidden

Reimplemented from Tab.

Definition at line 247 of file TabRealTimeClassification.cpp.

References CEBLGtkWidgetDetachable::getContainer(), CEBLGtkWidgetDetachable::hide(), CEBLViewGTK::updateInfoBar(), and Tab::view.

void TabRealTimeClassification::updateModel ( )
virtual

updates model from view

Implements Tab.

Definition at line 151 of file TabRealTimeClassification.cpp.

void TabRealTimeClassification::updateView ( )
virtual

The documentation for this class was generated from the following files: