mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
sys: Finish implementing constants view and its store
This commit is contained in:
@@ -32,8 +32,8 @@ namespace hex {
|
||||
void reloadConstants();
|
||||
|
||||
std::vector<Constant> m_constants;
|
||||
std::vector<Constant*> m_filteredConstants;
|
||||
std::string m_search;
|
||||
std::vector<size_t> m_filterIndices;
|
||||
std::string m_filter;
|
||||
};
|
||||
|
||||
}
|
||||
@@ -40,7 +40,7 @@ namespace hex {
|
||||
std::future<Response<std::string>> m_apiRequest;
|
||||
std::future<Response<void>> m_download;
|
||||
|
||||
std::vector<StoreEntry> m_patterns, m_magics, m_includes;
|
||||
std::vector<StoreEntry> m_patterns, m_includes, m_magics, m_constants;
|
||||
|
||||
void drawStore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user