mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
impr: More view comments and refactoring
This commit is contained in:
@@ -55,6 +55,10 @@ namespace hex::plugin::builtin {
|
||||
|
||||
std::vector<Workspace*> &getWorkspaceStack() { return *this->m_workspaceStack; }
|
||||
|
||||
private:
|
||||
void drawContextMenus(ViewDataProcessor::Workspace &workspace);
|
||||
void drawNode(dp::Node &node);
|
||||
|
||||
private:
|
||||
bool m_updateNodePositions = false;
|
||||
int m_rightClickedId = -1;
|
||||
|
||||
Reference in New Issue
Block a user