MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / SavedState

Class SavedState

bt_editor/mainwindow.h:149–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 void refreshExpandedSubtrees();
148
149 struct SavedState
150 {
151 QString main_tree;
152 QString current_tab_name;
153 QTransform view_transform;
154 QRectF view_area;
155 std::map<QString, QByteArray> json_states;
156 bool operator ==( const SavedState& other) const;
157 bool operator !=( const SavedState& other) const { return !( *this == other); }
158 };
159
160 void loadSavedStateFromJson(SavedState state);
161

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected