work towards timeline/nodeview interactivity
This commit is contained in:
@@ -122,6 +122,8 @@ protected:
|
||||
private:
|
||||
void Init();
|
||||
|
||||
void UpdateCurve();
|
||||
|
||||
NodeOutput output_;
|
||||
|
||||
NodeInput input_;
|
||||
@@ -148,6 +150,10 @@ private:
|
||||
|
||||
QRectF arrow_bounding_rect_;
|
||||
|
||||
QPointF cached_start_;
|
||||
QPointF cached_end_;
|
||||
bool cached_input_is_expanded_;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user