Home
last modified time | relevance | path

Searched refs:HelpDialogDelegate (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp330 class HelpDialogDelegate : public WindowDelegate { class
332 HelpDialogDelegate(const char *text, KeyHelp *key_help_array);
334 ~HelpDialogDelegate() override;
805 std::unique_ptr<HelpDialogDelegate> help_delegate_up( in CreateHelpSubwindow()
806 new HelpDialogDelegate(text, key_help)); in CreateHelpSubwindow()
6193 HelpDialogDelegate::HelpDialogDelegate(const char *text, in HelpDialogDelegate() function in HelpDialogDelegate
6210 HelpDialogDelegate::~HelpDialogDelegate() = default;
6212 bool HelpDialogDelegate::WindowDelegateDraw(Window &window, bool force) { in WindowDelegateDraw()
6236 HandleCharResult HelpDialogDelegate::WindowDelegateHandleChar(Window &window, in WindowDelegateHandleChar()