summaryrefslogtreecommitdiff
path: root/plugintest.h
diff options
context:
space:
mode:
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;