Node editor
This commit is contained in:
parent
d389161f4a
commit
21cd3bd3f9
4 changed files with 479 additions and 18 deletions
|
|
@ -87,6 +87,9 @@ private:
|
|||
const std::string &prefillTarget = {},
|
||||
warppipe::RuleId editRuleId = {});
|
||||
void setConnectionStyle(ConnectionStyleType style);
|
||||
void onSelectionChanged();
|
||||
void updateNodeDetailsPanel(QtNodes::NodeId nodeId);
|
||||
void clearNodeDetailsPanel();
|
||||
|
||||
struct PendingPasteLink {
|
||||
std::string outNodeName;
|
||||
|
|
@ -138,4 +141,8 @@ private:
|
|||
QLabel *m_zoomMinValue = nullptr;
|
||||
QSlider *m_zoomMaxSlider = nullptr;
|
||||
QLabel *m_zoomMaxValue = nullptr;
|
||||
|
||||
QWidget *m_nodeDetailsContainer = nullptr;
|
||||
QScrollArea *m_nodeDetailsScroll = nullptr;
|
||||
QtNodes::NodeId m_selectedNodeId = 0;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue