Searched refs:AddAction (Results 1 – 1 of 1) sorted by relevance
2455 void AddAction(const char *label, std::function<void(Window &)> action) { in AddAction() function in curses::FormDelegate2878 AddAction("Detach", [this](Window &window) { Detach(window); }); in DetachOrKillProcessFormDelegate()2879 AddAction("Kill", [this](Window &window) { Kill(window); }); in DetachOrKillProcessFormDelegate()2925 AddAction("Attach", [this](Window &window) { Attach(window); }); in ProcessAttachFormDelegate()3092 AddAction("Create", [this](Window &window) { CreateTarget(window); }); in TargetCreateFormDelegate()3298 AddAction("Launch", [this](Window &window) { Launch(window); }); in ProcessLaunchFormDelegate()