summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-04-25 16:33:51 +0200
committerJonathan Bauer2011-04-25 16:33:51 +0200
commit79de7cb99904109346870bc95fc2eef585c500d0 (patch)
tree4ca9d843cf714273297dbbc941bf22d00a8ff0f0 /src/fbgui.h
parentloading system page improved display logic (diff)
downloadfbgui-79de7cb99904109346870bc95fc2eef585c500d0.tar.gz
fbgui-79de7cb99904109346870bc95fc2eef585c500d0.tar.xz
fbgui-79de7cb99904109346870bc95fc2eef585c500d0.zip
1sec delay between loading page showing & preparing kexec
Diffstat (limited to 'src/fbgui.h')
-rw-r--r--src/fbgui.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/fbgui.h b/src/fbgui.h
index 9d19ec2..35197d8 100644
--- a/src/fbgui.h
+++ b/src/fbgui.h
@@ -103,8 +103,8 @@ private slots:
// toggles debug console when action _toggleDebugConsole happens.
void toggleDebugConsole();
- // triggered by fileChanged Signal of _watcher
- // deletes _watcher, since we don't need it anymore and tries to load URL.
+ // This function is triggered by fileChanged Signal of _watcher.
+ // It deletes _watcher, since we don't need it anymore and tries to load URL.
void prepareURLLoad();
void loadURLDone(bool success);
@@ -112,13 +112,12 @@ private slots:
void performShutDown();
// reboot the system
void performReboot();
- // Kexec
- void showLoadSystem();
+ // shows "loading system" page
+ void loadSystem();
+ // prepares kexec by loading downloaded initramfs, kernel into kexec
void prepareKexec();
+ // executes: kexec -e
void runKexec();
- void quitSuccess();
- void quitFailure();
-
};
#endif // FBGUI_H