diff options
| author | Jon Palmisciano <jp@jonpalmisc.com> | 2022-05-09 12:00:46 -0400 |
|---|---|---|
| committer | Jon Palmisciano <jp@jonpalmisc.com> | 2022-05-11 11:18:54 -0400 |
| commit | 6668ad394b5b635d3d4905ac93ef1f0dce1278a9 (patch) | |
| tree | 73222f724a8a5bbb6d4e96d11ec067e7a5084291 /ui/pane.h | |
| parent | a6978c399bc6121cab3cd239afb6948b3f04ee7a (diff) | |
Add API for saving/restoring split layout info
Diffstat (limited to 'ui/pane.h')
| -rw-r--r-- | ui/pane.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -284,6 +284,9 @@ class BINARYNINJAUIAPI SplitPaneContainer : public QWidget void open(Pane* pane, Qt::Orientation primaryDirection = Qt::Vertical); + QVariantMap layoutPersistenceInfo() const; + void applyPersistedLayout(const QVariantMap&); + #ifndef BINARYNINJAUI_BINDINGS void recreateViewFrames(std::map<SyncGroup*, ViewLocation>& locations); #endif |
