Add capture routing rules (source → app) to complement playback rules
This commit is contained in:
parent
621d67ebab
commit
242d0ec09f
6 changed files with 418 additions and 78 deletions
|
|
@ -101,7 +101,9 @@ private:
|
|||
const std::string &prefillBin = {},
|
||||
const std::string &prefillRole = {},
|
||||
const std::string &prefillTarget = {},
|
||||
warppipe::RuleId editRuleId = {});
|
||||
warppipe::RuleId editRuleId = {},
|
||||
warppipe::RuleDirection prefillDirection = warppipe::RuleDirection::kPlayback,
|
||||
const std::string &prefillSource = {});
|
||||
void setConnectionStyle(ConnectionStyleType style);
|
||||
void onSelectionChanged();
|
||||
void updateNodeDetailsPanel(QtNodes::NodeId nodeId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue