diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-05-24 16:21:12 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-05-24 17:12:15 +0200 |
commit | 13ab76b2d587a786112a35b5bcccf5e264700f9e (patch) | |
tree | 0d1756b0a7be57b115c0da9581b4aa4cc12939a2 /plugingui/layout.h | |
parent | 76c46d5b6cfa400f3bbdc742008dcfed9782a339 (diff) |
Add frame in the GUI for bleed control.
Diffstat (limited to 'plugingui/layout.h')
-rw-r--r-- | plugingui/layout.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugingui/layout.h b/plugingui/layout.h index 763f616..210c86e 100644 --- a/plugingui/layout.h +++ b/plugingui/layout.h @@ -169,6 +169,9 @@ public: void setPosition(LayoutItem* item, GridRange const& range); + int lastUsedRow(int column) const; + int lastUsedColumn(int row) const; + protected: std::size_t number_of_columns; std::size_t number_of_rows; |