mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
feat: Added context menu and next/previous buttons to the data inspector
This commit is contained in:
@@ -24,6 +24,7 @@ namespace hex::plugin::builtin {
|
||||
ContentRegistry::DataInspector::impl::DisplayFunction displayFunction;
|
||||
std::optional<ContentRegistry::DataInspector::impl::EditingFunction> editingFunction;
|
||||
bool editing;
|
||||
u64 requiredSize;
|
||||
|
||||
std::string filterValue;
|
||||
};
|
||||
@@ -62,6 +63,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
pl::PatternLanguage m_runtime;
|
||||
std::vector<InspectorCacheEntry> m_cachedData, m_workData;
|
||||
std::optional<UnlocalizedString> m_selectedEntryName;
|
||||
|
||||
TaskHolder m_updateTask;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user