class BroadcastWindow: public Gtk_Window


Inheritance:


Public Methods

BroadcastWindow( Session &s )
void callback_play()
void callback_stop()
void callback_record()
tell databse server that we should strt the recording of current_channel_id
void callback_stop_recording()
void callback_channel_select_row( gint row, gint col, GdkEvent *button )
void callback_update_channellist()

Private Fields

Session& session
session
Gtk_MenuBar* menuBar
top menu
Gtk_Statusbar* statusBar
bottom status bar
Gtk_CList* channelList
list channels by title, let select the current channel
channel_infos_mapT channel_infos_map
keep descriptions for all channels; the Gtk list of channels should keep the Id of channel as "key" to access this data
Gtk_CList* movieText
in this case the text is updated on-the fly, when new data comes from UDP
int current_channel_id
channel is selected by selecting the row in channel list
bool playing
indicate that yes, we acknowledge the interest to receive this channel
static const int topWindowInitSizeX
static const int topWindowInitSizeY
static const int channelListColumns

Documentation

Session& session
session

Gtk_MenuBar* menuBar
top menu

Gtk_Statusbar* statusBar
bottom status bar

Gtk_CList* channelList
list channels by title, let select the current channel

channel_infos_mapT channel_infos_map
keep descriptions for all channels; the Gtk list of channels should keep the Id of channel as "key" to access this data

Gtk_CList* movieText
in this case the text is updated on-the fly, when new data comes from UDP

int current_channel_id
channel is selected by selecting the row in channel list

bool playing
indicate that yes, we acknowledge the interest to receive this channel

static const int topWindowInitSizeX

static const int topWindowInitSizeY

static const int channelListColumns

BroadcastWindow( Session &s )

void callback_play()

void callback_stop()

void callback_record()
tell databse server that we should strt the recording of current_channel_id

void callback_stop_recording()

void callback_channel_select_row( gint row, gint col, GdkEvent *button )

void callback_update_channellist()


This class has no child classes.

alphabetic index html hierarchy of classes or java



This page was generated with the help of DOC++.