summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-05-22 11:37:54 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-05-22 11:37:54 +0200
commit36557d1c4b2403a977249ce0c07a9dcdc74729a5 (patch)
tree7a3f97056a05439eff5fd87663701ae62d4e7d75 /ui.h
parentSnap for 4790189 from 76610d1681e8500c8137f877dde41cac3df96356 to qt-release (diff)
parentMerge "updater: Use a bool to indicate if allowed to skip a command." am: 3a8b348936 am: 082733b555 (diff)
downloadandroid_bootable_recovery-36557d1c4b2403a977249ce0c07a9dcdc74729a5.tar
android_bootable_recovery-36557d1c4b2403a977249ce0c07a9dcdc74729a5.tar.gz
android_bootable_recovery-36557d1c4b2403a977249ce0c07a9dcdc74729a5.tar.bz2
android_bootable_recovery-36557d1c4b2403a977249ce0c07a9dcdc74729a5.tar.lz
android_bootable_recovery-36557d1c4b2403a977249ce0c07a9dcdc74729a5.tar.xz
android_bootable_recovery-36557d1c4b2403a977249ce0c07a9dcdc74729a5.tar.zst
android_bootable_recovery-36557d1c4b2403a977249ce0c07a9dcdc74729a5.zip
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index 39284268d..a74b14f85 100644
--- a/ui.h
+++ b/ui.h
@@ -134,6 +134,8 @@ class RecoveryUI {
// --- menu display ---
+ virtual void SetTitle(const std::vector<std::string>& lines) = 0;
+
// Displays a menu with the given 'headers' and 'items'. The supplied 'key_handler' callback,
// which is typically bound to Device::HandleMenuKey(), should return the expected action for the
// given key code and menu visibility (e.g. to move the cursor or to select an item). Caller sets