Searched refs:AddAction (Results 1 – 1 of 1) sorted by relevance
2454 void AddAction(const char *label, std::function<void(Window &)> action) { in AddAction() function in curses::FormDelegate2877 AddAction("Detach", [this](Window &window) { Detach(window); }); in DetachOrKillProcessFormDelegate()2878 AddAction("Kill", [this](Window &window) { Kill(window); }); in DetachOrKillProcessFormDelegate()2924 AddAction("Attach", [this](Window &window) { Attach(window); }); in ProcessAttachFormDelegate()3091 AddAction("Create", [this](Window &window) { CreateTarget(window); }); in TargetCreateFormDelegate()3297 AddAction("Launch", [this](Window &window) { Launch(window); }); in ProcessLaunchFormDelegate()