summaryrefslogtreecommitdiff
path: root/plugintest.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-08-14 14:49:02 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2016-08-14 14:49:02 +0200
commit7db0ce19674393a4dd9af3beed236038bcfa2e65 (patch)
treea9d1f410fbbac877919ef3a72ce0abd35eabaa43 /plugintest.h
parenta9eadcc1b483d5d30a8443e78fa4d84c8f18d6c3 (diff)
Experimental inline display added.
Diffstat (limited to 'plugintest.h')
-rw-r--r--plugintest.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugintest.h b/plugintest.h
index 294eecc..f750121 100644
--- a/plugintest.h
+++ b/plugintest.h
@@ -87,6 +87,14 @@ public:
size_t count) override;
//
+ // Inline GUI
+ //
+ bool hasInlineGUI() override;
+ void onInlineRedraw(std::size_t width,
+ std::size_t max_height,
+ InlineDrawContext& context) override;
+
+ //
// GUI
//
bool hasGUI() override;