summaryrefslogtreecommitdiff
path: root/Layout/Layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'Layout/Layout.h')
-rw-r--r--Layout/Layout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Layout/Layout.h b/Layout/Layout.h
index 5e7ece2..29d59ff 100644
--- a/Layout/Layout.h
+++ b/Layout/Layout.h
@@ -44,7 +44,9 @@ class Layout {
void endUpdate();
bool writeLabel(const Label& label);
bool writeField(const Field& field, const std::string& value, bool apply = false);
+ bool writeField(const Field& field, const char* value, size_t size, bool apply = false);
bool writeImage(const Image& image, bool apply = false);
+ void removeField(const Field& field);
private:
bool writeText(uint8_t col, uint8_t row, const char* value, size_t size);