summaryrefslogtreecommitdiffstats
path: root/LogReceiver/ndgui.h
diff options
context:
space:
mode:
authorNiklas2011-09-22 16:47:47 +0200
committerNiklas2011-09-22 16:47:47 +0200
commit627bcf0ee7e209ed59394dcec85b2cfacd8ada4b (patch)
treee303dcb7e9f0ceaaf1249d74907cd2e694ed75ca /LogReceiver/ndgui.h
parentthe html gui is working now. problem solved: LogReceiver/NetworkDiscovery sta... (diff)
downloadfbgui-627bcf0ee7e209ed59394dcec85b2cfacd8ada4b.tar.gz
fbgui-627bcf0ee7e209ed59394dcec85b2cfacd8ada4b.tar.xz
fbgui-627bcf0ee7e209ed59394dcec85b2cfacd8ada4b.zip
added some more js functions. abortBootDialog() and chooseInterfaceDialog()
Diffstat (limited to 'LogReceiver/ndgui.h')
-rw-r--r--LogReceiver/ndgui.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/LogReceiver/ndgui.h b/LogReceiver/ndgui.h
index d0752e7..7cbfb20 100644
--- a/LogReceiver/ndgui.h
+++ b/LogReceiver/ndgui.h
@@ -23,17 +23,15 @@ public:
public slots:
void handleConnectionEstablished(interfaceconfiguration *ifConf);
- void handleAbortBoot(QString msg);
+ void abortBoot(QString msg);
+ void chooseInterfaceDialog(QString msg);
void handleAllProcessesFinished();
void restartSystem();
void shutDownSystem();
- void continueBoot(QString ifName);
+ void continueBoot(QString ifName, bool userChoice);
void showLog();
- void showAbortBootDialog();
- void showChooseInterfaceDialog();
-
void startNetworkDiscovery();
/*test for html gui version*/