Public Slots |
void | open () |
void | save () |
void | do_save (const char *,const char *, const char *,int,char *, const char *,const char *) |
void | about () |
void | print () |
void | help () |
void | bye () |
void | browsePrio () |
void | browseDev () |
void | browseMain () |
void | reinit () |
int | reinitAll () |
void | reinit_priority () |
void | reinit_devices () |
void | startclicked () |
void | stopclicked () |
void | contclicked () |
void | resetclicked () |
void | pauseclicked () |
void | toggle_trigger_mode () |
void | toggle_monitor_mode () |
void | listbox_update () |
void | priority_update () |
void | set_plotwindow_update_intervall () |
void | set_trigger_internal () |
void | set_trigger_external () |
void | set_trigger_delay () |
void | toggle_save_widget_enable () |
void | toggle_save_widget_disable () |
void | apply_trigger_delay (uint) |
void | apply_update_intervall (uint, uint) |
void | apply_options (int, int) |
void | select_plotvars () |
void | set_maxnum () |
void | set_integrations () |
void | set_new_parameter () |
void | edit_parameter (int) |
void | edit_priority (QListViewItem *) |
void | prio_lv_PopUp (QListViewItem *,const QPoint &, int) |
void | set_priority () |
void | Prio_Enabled () |
void | Prio_Disabled () |
void | edit_pfile () |
void | edit_dfile () |
void | edit_ifile () |
void | ButtonTimerEvent () |
void | RefreshNumber () |
void | UpdatePlotWindows () |
void | SetWindowParameters (Plot *,PlotProps *) |
void | appendData (dataPacket) |
Signals |
void | stop (int) |
void | timeout () |
void | timeout2 () |
void | timeout3 () |
Public Methods |
| MainGUI (char *hostname, char *filename) |
| ~MainGUI () |
int | readMainInitfile (char *) |
Protected Slots |
void | commandReceived () |
void | dataReceived () |
void | parameterReceived () |
Protected Methods |
void | signalhandler (int) |
int | devDataConnect (char *, int) |
int | cmdSocketConnect (char *, int) |
int | datSocketConnect (char *, int) |
int | connectSockets (char *) |
void | sendDeviceData (unsigned char *,unsigned char *, unsigned char *,unsigned char,unsigned char) |
int | sendDeviceData (devDataPacket *) |
void | sendAllDeviceData (void) |
void | sendAllPriorities (void) |
int | sendCommand (char,char *,int) |