impr: More view comments and refactoring

This commit is contained in:
WerWolv
2023-09-03 10:27:03 +02:00
parent 5538307838
commit 367c4ec9c8
3 changed files with 379 additions and 217 deletions

View File

@@ -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;