| 98 | RollingBuffer* GetOverrideVizBuffer() const { return mOverrideVizBuffer; } |
| 99 | void UpdatePosition(bool parentMinimized); |
| 100 | void SetManualPosition(int x, int y) |
| 101 | { |
| 102 | mManualPositionX = x; |
| 103 | mManualPositionY = y; |
| 104 | mAutomaticPositioning = false; |
| 105 | } |
| 106 | void RemovePatchCable(PatchCable* cable, bool fromUserAction = false); |
| 107 | void ClearPatchCables(); |
| 108 | void SetPatchCableTarget(PatchCable* cable, IClickable* target, bool fromUserClick); |
no outgoing calls