#include <stdlib.h>#include <string.h>#include <signal.h>#include <unistd.h>#include <errno.h>#include <math.h>#include <float.h>#include <time.h>#include <sys/time.h>#include <gtk/gtk.h>#include <DynThreads.hh>#include "FileSrv.hh"Include dependency graph for FileSrv.cc:

Go to the source code of this file.
Functions | |
| clDynThreads< clFileSrv > | FileSrvThreads (FileSrv) |
| int | main (int argc, char *argv[]) |
| gboolean | WrapOnDelete (GtkWidget *gwSender, GdkEvent *geEvent, gpointer gpData) |
| void | WrapOnFileSelectOkClick (GtkButton *gbSender, gpointer gpData) |
| void | WrapOnFileSelectCancelClick (GtkButton *gbSender, gpointer gpData) |
| void | WrapOnBrowseClick (GtkButton *gbSender, gpointer gpData) |
| void | WrapOnPlayStopToggle (GtkToggleButton *gtbSender, gpointer gpData) |
| void | WrapOnPositionChange (GtkAdjustment *gaSender, gpointer gpData) |
Variables | |
| const char * | cpWindowTxt = "File server" |
| const char * | cpFileSelectTxt = "Select file" |
| const char * | cpFileTxt = "Filename" |
| const char * | cpBrowseTxt = "Browse..." |
| const char * | cpPlayStopTxt [] = { "Play", "Stop" } |
| const char * | cpPositionTxt = "Position" |
| clFileSrv | FileSrv |
|
|
Referenced by clFileSrv::Main(), clFileSrv::ReaderThread(), clFileSrv::ServeClientThread(), and clFileSrv::ServerThread(). |
|
||||||||||||
|
Definition at line 54 of file FileSrv.cc. References FileSrv, and clFileSrv::Main(). |
|
||||||||||||||||
|
Definition at line 62 of file FileSrv.cc. References FileSrv, and clFileSrv::OnDelete(). |
|
||||||||||||
|
Definition at line 68 of file FileSrv.cc. References FileSrv, and clFileSrv::OnFileSelectOkClick(). Referenced by clFileSrv::ConnectSignals(). |
|
||||||||||||
|
Definition at line 74 of file FileSrv.cc. References FileSrv, and clFileSrv::OnFileSelectCancelClick(). Referenced by clFileSrv::ConnectSignals(). |
|
||||||||||||
|
Definition at line 80 of file FileSrv.cc. References FileSrv, and clFileSrv::OnBrowseClick(). Referenced by clFileSrv::ConnectSignals(). |
|
||||||||||||
|
Definition at line 86 of file FileSrv.cc. References FileSrv, and clFileSrv::OnPlayStopToggle(). Referenced by clFileSrv::ConnectSignals(). |
|
||||||||||||
|
Definition at line 92 of file FileSrv.cc. References FileSrv, and clFileSrv::OnPositionChange(). |
|
|
Definition at line 40 of file FileSrv.cc. Referenced by clFileSrv::Build(), and clFileSrv::Main(). |
|
|
Definition at line 41 of file FileSrv.cc. Referenced by clFileSrv::Build(). |
|
|
Definition at line 43 of file FileSrv.cc. Referenced by clFileSrv::BuildTable1(). |
|
|
Definition at line 44 of file FileSrv.cc. Referenced by clFileSrv::BuildTable1(). |
|
|
Definition at line 46 of file FileSrv.cc. Referenced by clFileSrv::BuildTable2(). |
|
|
Definition at line 47 of file FileSrv.cc. Referenced by clFileSrv::BuildTable2(). |
|
|
Definition at line 50 of file FileSrv.cc. Referenced by main(), WrapOnBrowseClick(), WrapOnDelete(), WrapOnFileSelectCancelClick(), WrapOnFileSelectOkClick(), WrapOnPlayStopToggle(), and WrapOnPositionChange(). |
1.3.3