X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2Fvogleditor%2Fvogleditor.h;h=c4be73cee078480143cbd2bfe5976698a9bf261a;hb=6946d5fddddd5f94c405614cef8f39c627d89146;hp=647877eb9e539209732258850c131ca8d97c5ca3;hpb=1bc97f19153f59d0236f4081b2e8564260e6ce70;p=vogl diff --git a/src/vogleditor/vogleditor.h b/src/vogleditor/vogleditor.h index 647877e..c4be73c 100644 --- a/src/vogleditor/vogleditor.h +++ b/src/vogleditor/vogleditor.h @@ -133,6 +133,9 @@ private: void reset_snapshot_ui(); void update_ui_for_snapshot(vogleditor_gl_state_snapshot *pStateSnapshot); + + void update_ui_for_context(vogl_context_snapshot* pContext, vogleditor_gl_state_snapshot *pStateSnapshot); + void displayMachineInfoHelper(QString prefix, const QString& sectionKeyStr, const vogl::json_value& value, QString& rMachineInfoStr); void displayMachineInfo(); void recursive_update_snapshot_flags(vogleditor_apiCallTreeItem* pItem, bool& bFoundEditedSnapshot);